- Oct 15, 2016
- 2,342
- 3,847
That was it thanks. Second game where a Dev forgot to enter either "Local", "LocalLow" or "Roaming" as one of the three folder options for Windows under the higher level AppData folder.Display the file options.rpy in the game directory. Search for the section labeled
## Save directory ##############################################################
In there is a description where saves should go. Check that it really exists for your platform and is not write protected.
In this case the save location was "%AppData\RenPy" when there should have been a "Roaming" folder listed in the middle there.