lol for some reason i thought renpy save files are stored in the appdata folder and not in their game folderThese .save files function somewhat like "archives" (Yes, I'm oversimplifying a lot.):
will give that a try, thank you very muchUsing a duplicate file finder tool likeYou must be registered to see the links, you should be able to find the same save files within the game folder.
The first question is,View attachment 5517733
this game is probably what im looking for
is it possible to locate its game folder based on these files? the save files are in gibberish format so i cant read anything at all
In a standard scenario, this save subfolder ends up being a failsafe if you want to play on different devices using a usb drive, for example, but the developer can choose to use only this location.lol for some reason i thought renpy save files are stored in the appdata folder and not in their game folder
didnt know the game folder actually have a save folder
On a linux machine where Winetricks is used to run Ren'Py games, the save folders are here:
/home/username/.wine/drive_c/users/username/AppData/Roaming/RenPy
Assumption 1: Your username is not username. (Replace the two instances of username in the above with whatever username you use.)
Assumption 2: The drive you have the operating system on is the c drive. (If it is on a different drive then change drive_c in the directory to that.)
Assumption 3: The directory for save files on a windows pc will be similar. ( maybe drivename/users/username/AppData/Roaming/Ren'Py?)