Skip to main content

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

save file location

A topic by CodeMasterMike created 9 days ago Views: 40 Replies: 3
Viewing posts 1 to 3

Are the save file(s) stored somewhere on the system which I can access to make a copy, so I can either move it to another computer or store online as a  backup? I am playing on linux. 

I really enjoy the game and the daily challenges!

Developer(+1)

Thanks! And yes, they are. To keep it in line with the OS, the save locations are stored in different places where the OS tells the game to put them. So... on linux that's in .local/share/DungeonsOfFreeport/save I think, on mac it's Library/Application Support/FunTimeElectrics.DungeonsOfFreeport/save, and I think on Windows that'd be under AppData/Roaming/

While it is best to adhere to OS standards like this it IS a pain finding them. I am going to create a button in options that just opens that folder I think, to make it easier to find your saves, config, screen shots, etc.

I just checked, and folder for linux is "/home/<user>/.local/share/DungeonsOfFreeport/

Thank you for the help and information!

Developer(+1)

Thanks! And yes, they are. To keep it in line with the OS, the save locations are stored in different places where the OS tells the game to put them. So... on linux that's in .local/share/DungeonsOfFreeport/save I think, on mac it's Library/Application Support/FunTimeElectrics.DungeonsOfFreeport/save, and I think on Windows that'd be under AppData/Roaming/

While it is best to adhere to OS standards like this it IS a pain finding them. I am going to create a button in options that just opens that folder I think, to make it easier to find your saves, config, screen shots, etc.