Skip to content

Instantly share code, notes, and snippets.

@Qubus0
Last active May 30, 2024 17:59
Show Gist options
  • Save Qubus0/77f8d2d94b33e7580a84ca45e946a809 to your computer and use it in GitHub Desktop.
Save Qubus0/77f8d2d94b33e7580a84ca45e946a809 to your computer and use it in GitHub Desktop.
default file paths for userdata and common files

Files

Logs are all stored in the /logs folder.
The most recent one does not have a time stamp (named godot.log or godot if the extension is hidden)

Saves are named ### If they do not appear here, disable steam cloud saves and make sure you are in online mode. They will appear shortly after.

Settings are named ### Deleting the file can resolve some issues (or moving it to another folder as backup)

File Location

Windows:

press win + R, search

%appdata%/godot/app_userdata/<GAME NAME>

or manually navigate to

C:\Users\<YOUR USERNAME>\AppData\Roaming\Godot\app_userdata\<GAME NAME>

Linux:

navigate to

~/.local/share/godot/app_userdata/<GAME NAME>

Mac:

open Finder, press cmd + shift + G, search

~/Library/Application Support/Godot/app_userdata/<GAME NAME>

or manually navigate to

/Users/<YOUR USERNAME>/Library/Application Support/Godot/app_userdata/<GAME NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment