Saving and or loading is not functional #124
Labels
bug
Something isn't working
game breaking
This bug prevents the player from continuing the game
help wanted
Extra attention is needed
The game does not load previous saves, which means the game has to be beaten in one sitting, which is not meant to be how it's played, therefore this is a game breaking bug, and should be fixed asap.
Current behavior:
Clicking save seems to create a save file.
Desktop:
Save to C:/Users/Sisters of Satan/AppData/Roaming/Godot/app_userdata/Heroes' Guild/heroes_guild.save
Web:
Save to /userfs/heroes_guild.save
(saves inindexeddb
>/userfs
>/ FILE_DATA
>/userfs/heroes_guild.save
Clicking load seems to do nothing. The save file is not read, and the game state does not change.
Expected behavior:
The game should automatically load the save on startup if found, and ideally automatically save after each battle, doing anything in the guild, and maybe on a timer.
The save functionality in the menu is not really needed, except maybe to reset save, which seems to do nothing at the moment.
(unless you want to make autosaving toggleable, which would be fine)
The text was updated successfully, but these errors were encountered: