Ren'Py RenPy saves cleanup

miecchiyu

Newbie
Apr 3, 2025
51
64
37
Anyone know of a way to clean up RenPy saves without too much work?
I'd like to delete all saves from RenPy saves folder excluding the newest one for each game.
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,464
3,409
500
go here to delete of all save from renpy games

game/save
C:\Users\UserName\AppData\Roaming\RenPy\Game Name

that should clean all save
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,928
21,482
1,026
C:\Users\UserName\AppData\Roaming\RenPy\Game Name
Note there's few folders that you MUST never deleted:

  • C:\Users\UserName\AppData\Roaming\RenPy\persistent
    Ren'Py use it to store the multi-persistent data. It's often used by games who are split into one game by chapter, to permit you to keep your progress from one game to the other, as well as by some generic tools.
  • C:\Users\UserName\AppData\Roaming\RenPy\tokens
    It's where Ren'Py save the data related to the security control regarding the save files.
  • C:\Users\UserName\AppData\Roaming\RenPy\backups
    This one apply mostly for developers, it's where Ren'Py store incremental a copy of the files used by each projects you're working on.