- Dec 4, 2017
- 1,464
- 7,028
I hope someone here would be able to find the answer to my problem. The autosave feature in the game that our team is working on doesn't save properly, specifically on my end. I can't replicate this issue playing other games, so my suspicion falls on my Renpy build.
Problem:
- Autosave on choices instead of saving creates Empty Slots. The existing autosaves are renamed but no save files are created.
- Autosave upon quitting the game or qutting to Main Menu saves the game properly, with a screenshot and all the data, etc, the autosaves are physically present in the save folder.
- This happens on my end only, other teammates can't replicate this issue.
- This issue is exclusive to the game /Renpy version, other games can autosave on choice with no problem.
- Tried deleting the persistent file, as well as updating the Renpy version. Same result.
IIRC, normally autosaves can only disappear if you hit the same choice but on a different branch, the newer save deletes the outdated / inaccessible one. I suspect something happens now in the autosave script that it triggers the command to create the save but an issue prevents the save from being written or it gets instantly deleted on the final step.
I'm not really an experienced coder, I mainly work on the story scripts, without touching the functionality of the game so I would really appreciate it anyone here is either familiar with this issue or knows how to fix it. I'll stress again, since the autosave works fine for my teammates, I doubt the issue has anything to do with the project, but the renpy itself or its work on my end. What renpy scripts do I need to look into?
Problem:
- Autosave on choices instead of saving creates Empty Slots. The existing autosaves are renamed but no save files are created.
- Autosave upon quitting the game or qutting to Main Menu saves the game properly, with a screenshot and all the data, etc, the autosaves are physically present in the save folder.
- This happens on my end only, other teammates can't replicate this issue.
- This issue is exclusive to the game /Renpy version, other games can autosave on choice with no problem.
- Tried deleting the persistent file, as well as updating the Renpy version. Same result.
IIRC, normally autosaves can only disappear if you hit the same choice but on a different branch, the newer save deletes the outdated / inaccessible one. I suspect something happens now in the autosave script that it triggers the command to create the save but an issue prevents the save from being written or it gets instantly deleted on the final step.
I'm not really an experienced coder, I mainly work on the story scripts, without touching the functionality of the game so I would really appreciate it anyone here is either familiar with this issue or knows how to fix it. I'll stress again, since the autosave works fine for my teammates, I doubt the issue has anything to do with the project, but the renpy itself or its work on my end. What renpy scripts do I need to look into?