Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving and or loading is not functional #124

Open
lospec opened this issue Apr 17, 2021 · 1 comment
Open

Saving and or loading is not functional #124

lospec opened this issue Apr 17, 2021 · 1 comment
Labels
bug Something isn't working game breaking This bug prevents the player from continuing the game help wanted Extra attention is needed

Comments

@lospec
Copy link
Collaborator

lospec commented Apr 17, 2021

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 in indexeddb > /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)

@lospec lospec added bug Something isn't working game breaking This bug prevents the player from continuing the game help wanted Extra attention is needed labels Apr 17, 2021
@git12121
Copy link
Collaborator

Saving_Demo.mp4

I tested this myself and there does seem to be an issue with loading your save data after closing the game and reopening it. The video above shows that it does seem to work to some degree but do note that this video is old (it was made on 10/10/2020)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working game breaking This bug prevents the player from continuing the game help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant