dog
@dog@suppo.fi
Boof
- Comment on Here is my dog, Oscar. 7 months ago:
Does he stand on two legs from time to time? He may in fact not be a dog, but a duck.
- Submitted 8 months ago to [deleted] | 3 comments
- Comment on Why you are still single ? 1 year ago:
Go away thot, I do not need you.
- Comment on Creators of Slay the Spire will migrate their next game to a new engine if Unity doesn't completely revert their changes 1 year ago:
If you ask me engines should be free for most indies (UE, Godot?), because they’re not making millions. But yeah. I get it’s not feasible for most new devs especially, and senior devs have better things to focus on.
It’s more a code principle you’d stand behind.
- Comment on Creators of Slay the Spire will migrate their next game to a new engine if Unity doesn't completely revert their changes 1 year ago:
This is true, and I vouch for gamedevs to first test other engines to see the differences.
Calculating for the future is extremely important in pretty much everything.
Also I wouldn’t say there would be performance issues, unless you somehow completely screw up coding and compiling said code.
Projects should work on top of a bottom layer, or translation layer as it’s sometimes called; game logic calls for functions from there, instead of directly from the engine. This is also important for code security.
_move_entity might be calling the proprietary unity_move_object with a different reg stack, but when compiled the performance should be +/- 0.
- Comment on Creators of Slay the Spire will migrate their next game to a new engine if Unity doesn't completely revert their changes 1 year ago:
Well I’d say that was true 5 years ago. Is it still? I’d not be so sure.
Small projects might as well start from scratch.
But projects with years of devtime are best ported.
- Comment on Creators of Slay the Spire will migrate their next game to a new engine if Unity doesn't completely revert their changes 1 year ago:
Not downplaying the effort, it still takes time. But not impossible.
How you made it all matters in situations like this.
- Comment on Creators of Slay the Spire will migrate their next game to a new engine if Unity doesn't completely revert their changes 1 year ago:
Depends how it’s built.
- Comment on Creators of Slay the Spire will migrate their next game to a new engine if Unity doesn't completely revert their changes 1 year ago:
As I said, it depends on how it’s built. And how proprietqry the engine is.
Unity from what I know supports universal code/mesh/texture formats, but if the devs opted for the “easier to use” proprietary systems- well, that’s a problem.
Now what I don’t know is how easy are scenes to export in Unity. They’re probably built with Blender or something else though in most cases, unless Unity has drastically changed.
- Comment on Creators of Slay the Spire will migrate their next game to a new engine if Unity doesn't completely revert their changes 1 year ago:
I mean it’s easy to reimplement entire games if you’ve built it modularly. Just swap your core game logic to run on another library and the game works the same it did before.
- Comment on Baldur's Gate 3 ended up making me regret playing. 1 year ago:
So you were looking for Bad Dragons and Good Dungeons, huh. Just wait, someone will mod it all in.
- Comment on Saints Row developer Volition permanently shuts down 1 year ago:
Probably just no more actually talented people where they were needed. Be it anything from devs to board of directors.
- Comment on Why doesn't youtube use p2p or bittorrent? 1 year ago:
Youtube, as in the entire site, is an advertising platform.
Everything the user does is sold to the highest bidder.
Video ads make pennies compared to everything else.
- Comment on Why doesn't youtube use p2p or bittorrent? 1 year ago:
You can actually just stream media files sequentially via torrents.
It only needs couple* seedboxes by Google to seed the torrents.
- Comment on Noooooo you can't make a microtransactions free game and finished too 😭😭😭 1 year ago:
Owned, unless you have proof they still do.
- Comment on Someone is going around my neighbourhood and sticking anti semitic messages to street lights. 1 year ago:
Jews are aliens?
- Comment on Where are you? Can you move? 1 year ago:
Shh now, don’t tell them about necromancy.
- Comment on Where are you? Can you move? 1 year ago:
You are mostly your brain, which extends to the rest of your body.
The thing about near OOB cases is that the human brain is really good at faking information, or just generating it out of thin air.
In fact it never stops doing that, unless it is allowed to completely die.
If a person is resurrected, the brain generates “filler” information for the duration you were “out”.
For some, that is seeing an “afterlife”.
There is no universally specified “afterlife”, it’s based entirely on culture, and what the person has grown to believe in, even if they don’t believe it anymore.
- Comment on Looking for games with strong female leads for my daughter (even just to watch as I play). Came across this link, but they're a bit old. Any suggestions from the community? 1 year ago:
Risk of Rain 2? If I recall right, most characters are female or ambiguous. Noita is another flawless gem.
Are games where gender isn’t explicitly defined okay?
- Comment on Sea of Stars has completed development and gone gold! 1 year ago:
The thumbnail made me go “Aww yiss, a new Warcraft 3 like RTS?”, but then I got disappointed when I opened up the store page.
That said, this looks good art wise.
- Comment on Is the blockchain an interesting innovation, aside from cryptocurrencies ? 1 year ago:
I mean look at big corpo/government servers. They’re running an OS from 1980 and software that hasn’t been updated since 1960’s.
We’ll get there. Eventually. Maybe.