Question about Game titles in the Save Location for Mac

Josephkink_2H

Member
Aug 15, 2020
241
67
So I don't know where to put this question but I've been curious about this for a while: On my Mac the save location for my games is /Users/jek/Library/RenPy/Gamename,

The question I have is what to do if there is not a folder for the saves of the game I'm playing, for example I'm playing Casual Desires but there is no Casual Desires in my Library. Do I have to go through the folders and match timestamps and dates with what I see in the game?

There are also folders in that directory that don't match any game I've ever played/have a confusing name like DD-e641bcd, launcher-4, Prequel-1554352453, Shcool-1509808988, Test-1490227962, etc.

How do I make sense of this and find out where all my saves are?
 

dikau

Member
Dec 16, 2019
315
271
Open the game's options file (usually options.rpy) with textEdit app, and find line with something like this:
Code:
define config.save_directory = "xxxxxxxxxx"
the 'xxxxxxxxxx' is the folder name you're looking for
 
  • Like
Reactions: JohnJG