User Game setting / data
In the appdata directory under the game name. %AppData%\Godot\app_userdata\BasicGameGodot\settings.save
You can open this directory with the _godot_appdata_dir.bat
file
settings.save and gamedata.save
Settings.save is json text, readable and editable.
This stores
- display settings
- game settings
- audio settings
- memory map options
- You don’t need to edit these by hand.
- Any of your added settings will go in this file.