Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)(-1)

For the downloadable version, the save files are located here:

C:\Users\USER_NAME\AppData\Roaming\Godot\app_userdata\LORED

isn't this the place where the save files for the older version of the game are? I think that in the newer version of the game the saves are in a different place

(1 edit)

Nope. I'm using Godot Engine, and actually the path I tell the engine to save the file to is this: "user://". The engine then uses that path based on the device/platform the player is on to put it in the correct folder. That folder is the same for Godot 4 as it was for Godot 3, which is the engine version the last LORED version used.

That also explains why idk where it saves the file to for HTML, because all I know is "user://"