Tutorial Tool Ren'Py Saves Extractor

ding dang

New Member
Sep 21, 2021
6
4
I made a Saves Extractor, in my spare time also to save me some time deleting all games I had completed and to free up some space quick.

ORIGINAL PROGRAM LANGUAGE: Python

TESTED ONLY FOR RENPY (FOR WINDOWS): Working

STEPS:
1. Move Saves_Extractor.exe to the master folder containing all
You don't have permission to view the spoiler content. Log in or register now.
games.
2. Run the exe.
3. All saves are moved to desktop into a folder named 'SAVES' with same standard directory of each game by name as follows:
'Desktop/SAVES/GAME_NAME_1/game/saves/'
'Desktop/SAVES/GAME_NAME_2/game/saves/'...
4. Straight delete the rest...

NOTE:
I made this program keeping in mind I was sure of deleting the rest of the games (except the saves OFC)
- Therefore, the game itself may be unusable after the execution.

VIRUS Tag:
I've tried my best to avoid getting the 'VIRUS' title on virustotal.
Which is why I went ahead and made the entire thing with Python again.
So for those sceptical, I suggest using Compiled Python Code (.pyc)
 
  • Like
Reactions: Pif paf

Pif paf

Engaged Member
Feb 5, 2018
2,247
1,049
well, as it's Python code, I can change the target directory to something with more space than c:.
TYVM for your work!
 
  • Like
Reactions: ding dang