Game Save Location — Renpy

Every Ren'Py game contains a unique identifier code within its backend code (known to developers as config.save_directory ). This string determines the name of the folder created on your hard drive. Types of Save Files

Because Ren'Py games can be distributed independently, through Steam, or on itch.io, tracking down these files can be confusing. This guide provides the exact directory paths for every major operating system and platform. 1. Default Save Locations by Operating System

matching your game's title using the OS-specific steps above.

. The engine defaults to using the system-specific user directory so that saves persist even if you delete or update the game files. Lemma Soft Forums Primary Save Locations by Platform Most Ren'Py games use a unique config.save_directory renpy game save location

Some Ren’Py Android ports place saves in:

Modern Android restrictions block standard file managers from viewing the Android/data folder.

On Windows systems, Ren'Py stores save files in a hidden folder within your user profile: Every Ren'Py game contains a unique identifier code

If you are playing on Steam, the game might be saving to the Steam Cloud instead of (or in addition to) your local drive.

For modern Android versions, games usually store data in the scoped storage directory.

If the game developer used a custom config.save_directory , the folder name might not match the game title perfectly. This guide provides the exact directory paths for

If you are playing a Ren'Py game through , the engine often utilizes Steam Cloud.

Moving your story progress to a new device is simple once you locate the files.

| Build Type | Save Directory | |------------|----------------| | | %APPDATA%\RenPy\game_name (same as above) | | Android | /data/data/package.name/files/saves/ (requires root or ADB backup) | | Web (itch.io browser) | Browser’s IndexedDB (not directly accessible as files) | | Ren’Py SDK (development) | game/saves/ inside your project folder |