Psychopomp: Save Files Location

Where your game save data is stored on your device (At least for windows)
Useful if you’re like me who completed the game and want to go back to complete achievements without losing your progress.

 

I will not have my save location kept from me.

WINDOWS.

The game (should, atleast for me) saves your progress on your C:/ drive, specifically at:

C:\Users\[user]\AppData\Roaming\Godot\app_userdata\Psychopomp

Replace [user] with your Windows user.

This also looks like a default location where Godot saves data to your computer, so if you have (had) any other Godot games installed on your device they also might be stored there.

Your save file should be kept in that folder as prefs.save

MACOS

Should be at

~/Library/Application Support/Godot/app_userdata/Psychopomp
LINUX

Again, should be at

~/.local/share/godot/app_userdata/Psychopomp

About Linux and Mac

I don’t own a Linux or Mac OS computer so I could be wrong on where the save is located. (If for some reason the game saves to a completely different area on Linux or Mac because ♥♥♥♥ you LOL!). Oh yeah, and I can’t show you how to get to those locations step-by-step.

It looks like this game saves to a default location that the Godot engine uses, so where ever that is on another system that isn’t Windows, your save should be there.

I did a quick google search (Just do that if you’re having trouble) and it led me to the Godot engine’s documentation[docs.godotengine.org].

How do I get to the labyrinth inside my Windows 10

You know how to use computers, right?

Press your WINDOWS key and R at the same time. It should bring up the Run window.


Copy this

%APPDATA%\Godot\app_userdata\Psychopomp

and paste it into the text input.

Like this: (basically)

you should be able to navigate yourself if you don’t copy the whole thing


Press enter and you should be at the folder where all the data that isn’t the game is stored.
Like your save file. The thing you want, yeah? The thing you’re reading this guide about how to get your grubby hands on it?

Yeah. It should be right there. prefs.save

Epic win. You can put this somewhere for safe keeping if you want to restart the game or something.

Oh yeah. Cool thing you should do.

Especially if you’re manually navigating to your save location with Windows Explorer and you don’t see Appdata

If you don’t see “.save” trailing your prefs.save file then you should do this.

Look at the top of Windows Explorer and click View. Check “File name extensions”
While you’re here also check “Hidden items”, as that will show hidden files (like AppData)

Like this.

More Saves:

Leave a Comment