|
|
|
|
|
by teruakohatu
1094 days ago
|
|
Incredible achievement. The games looks great. To the author: What else have you been working on commercially to support the project? Do you plan to release it in steam? How does the persistent world effect gameplay? With your clever rebuild physics when a new player joins technique, what does that functionality look like for existing players? Do bullets shift position for example? |
|
- 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.