Hacker News new | ask | show | jobs
by geneotech 1094 days ago
Hey there, thank you so much for the kind words!

- I have done various gamedev jobs over the years, the most recent being gameplay programming for this minigame in PUBG: https://www.youtube.com/watch?v=tSP5P0QGWa4 I managed to successfully invest my savings too which let me focus entirely on Hypersomnia.

- Yes, I'd love to release on Steam before 2024.

- For now there is no persistent world at all, I just mentioned it as a teaser for where the game might be heading if it becomes successful.

- Rebuilding the physics should not at all shift positions. What is rebuilt is merely the "hot state" like contacts and trees - the only moment where hot state matters is during the process of advancing the simulation from one state to the next, it does not influence how state is later rendered etc. The only impact on the existing players could be a single framerate drop in case the physics world to be rebuilt is massive, but in practice all our maps are still rather small, best suited for 3v3 matches.

1 comments

Thanks for the answers. You are an inspiration!