Save File Location?

Forum organization and occasional community-building.
Forum rules
Questions about Ren'Py should go in the Ren'Py Questions and Announcements forum.
Post Reply
Message
Author
User avatar
Chronocide
Regular
Posts: 77
Joined: Tue Feb 16, 2021 8:03 pm
Projects: Land of the 11 Towers
Contact:

Save File Location?

#1 Post by Chronocide »

Playing a Renpy game and want to totally clear my progress. I exit the game. I go to games>saves and delete everything. Then I restart the game. Saves are still there.

Where does Renpy store their saves?
Or rather, is there an easy way to remove your progress in a Renpy game?

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3828
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: Save File Location?

#2 Post by Imperf3kt »

Developers can code in a way to clear the game data, but most don't.
You'll find the save data in two locations, one copy is in the save folder where the game is installed and the other (assuming you are using Windows) is in your appdata cache, I believe.

You can find it by hitting windows key + R, then type %appdata%.
From memory, there should be three folders, local low, local and cache. They may be hidden.
I think it's inside the local folder, you'll find a folder for your game, in that should be the save files.


I'm going completely by memory here, I may be incorrect or have forgotten something. Not currently near a pc I can check on.
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

User avatar
Chronocide
Regular
Posts: 77
Joined: Tue Feb 16, 2021 8:03 pm
Projects: Land of the 11 Towers
Contact:

Re: Save File Location?

#3 Post by Chronocide »

Imperf3kt wrote: Tue Sep 21, 2021 12:37 am Developers can code in a way to clear the game data, but most don't.
You'll find the save data in two locations, one copy is in the save folder where the game is installed and the other (assuming you are using Windows) is in your appdata cache, I believe.

You can find it by hitting windows key + R, then type %appdata%.
From memory, there should be three folders, local low, local and cache. They may be hidden.
I think it's inside the local folder, you'll find a folder for your game, in that should be the save files.


I'm going completely by memory here, I may be incorrect or have forgotten something. Not currently near a pc I can check on.
And there it is. Thank you so much.

User avatar
Zelan
Lemma-Class Veteran
Posts: 2436
Joined: Tue Mar 01, 2016 7:23 pm
Completed: The Dark
Projects: Cosplay Couple
Tumblr: evns
itch: Zelan
Discord: ltnkitsuragi#7082
Contact:

Re: Save File Location?

#4 Post by Zelan »

For anyone like me who sucks at navigating through their own computer files, it's always worked for me to drag the game folder into the same folder in Ren'Py where in-progress games are stored and then use Ren'Py to delete the persistent data. Haven't used this trick in several years, though, so I don't know if it would still work on more recent games.

User avatar
Jaysa
Newbie
Posts: 13
Joined: Sat Jan 25, 2025 6:49 pm
Projects: Quantum Soteriology
Organization: ChristUR WIki
Location: Canada
Discord: jesus_saves_all.com
Contact:

Re: Save File Location?

#5 Post by Jaysa »

For RenPy games on Steam, using my game (Quantum Soteriology) as an example. You can find the save files from two directories in File Explorer:

--- First Location ---

C:/Users/yourusername/AppData/Roaming/RenPy/QuantumSoteriology-1730659839

Or by pressing Windows Key + R, then pasting %appdata% in the textbox to go to Roaming directly.

Make sure Hidden Folders are turned on since App Data is a Hidden Folder.

--- Second Location ---

C:\Program Files (x86)\Steam\steamapps\common\Quantum Soteriology\game\saves

Also contains a list of Auto Saves labeled auto-8-LT1.save and persistent data.

---
Quantum Soteriology Visual Novel: https://christur.com/wiki/QS

Post Reply