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.
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.