Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It saves to a virtual filesystem via IndexedDB. This can be found in AppData/Local/Google/Chrome/User Data/Default

As for the actual save, I'm not certain it creates a file. No idea how it works.

you don't know where the save file is in the new downloadable version of the game?

most sane itch io creator😌

All's I'm sayin is, I love makin games, but dear lored I hate making html games. I'll always push for the downloadable versions the most

(+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://"