Keplerian Space Discovery, a more serious take on the KSP-like realistic spaceship simulator formula, released in early access with an ambitious roadmap
https://store.steampowered.com/app/3207080/Keplerian_Space_Discovery/
https://store.steampowered.com/app/3207080/Keplerian_Space_Discovery/
4 Comments
neidu3@sh.itjust.works · 4 pts · 177d
In case someone else is wondering: I did some research, and a dev confirmed that it's Unreal Engine 5
ironeagl@sh.itjust.works · 2 pts · 177d
Does this mean issues with N-body or the like? Or is it a good thing?
neidu3@sh.itjust.works · 6 pts · 176d
No idea, as I haven't used unreal engine, but considering how the concept of scenes and actors don't really make sense in a space game, at least on this scale, I think Rocketwerkz' approach of building from scratch is at least an understandable approach. Especially when performance comes into play.
Cethin@lemmy.zip · -1 pts · 152d
That'd be totally unrelated to the engine. Regular physics engines don't handle that kind of stuff. They only handle collision. It's up to the studio to implement gravity, and it's they're decision on how that's done. There's no reason n-body physics couldn't be supported. It can be in KSP even. It's just significantly more calculations to perform, hurting performance, for a very insignificant (usually) effect. It's also much harder to play, teach, and learn. I would say a smart studio doesn't do n-body by default, but maybe create an option for it, though this requires a totally separate gravity implementation.