ReflextionsDev / Zombiehood

Project Adder is an open-sourced 2D zombie shooting sandbox game, blending run & gun mechanics with rogue-lite elements. Open Sourced under GNU GPL V3.
https://store.steampowered.com/app/2598410/Project_Adder/
Other
9 stars 2 forks source link

[Save] Losing run progress #64

Closed Everade closed 1 month ago

Everade commented 1 month ago

There are many instances where your run may be unexpectedly restarted. If you start a run, play a few levels, and then save + exit the game it works fine. However, if you continue this save, but then exit the game without saving, your progress will be lost without any warning. The game won't use your old save, or consider saving progress automatically.

This feels extremely punishing. Even if there was a previous save, the game will say "I forgot where I was" when trying to continue, killing your character and erasing your run progress.

I'm not sure if this is intentional, but I would greatly appreciate some improvements to this system.

Everade commented 1 month ago

https://github.com/ReflextionsDev/Zombiehood/issues/86 https://github.com/ReflextionsDev/Zombiehood/issues/85