2024-04-30 05:58:19 +08:00
|
|
|
# ############################################################################## #
|
2024-04-18 03:20:34 +08:00
|
|
|
# you do not have to specify everything, pick and choose the options you need only
|
2024-04-30 05:58:19 +08:00
|
|
|
# ############################################################################## #
|
2024-04-18 03:20:34 +08:00
|
|
|
|
|
|
|
[user::general]
|
2024-04-20 07:17:32 +08:00
|
|
|
# user account name
|
|
|
|
account_name=gse orca
|
2024-04-18 03:20:34 +08:00
|
|
|
# Steam64 format
|
|
|
|
account_steamid=76561197960287930
|
2024-04-20 07:17:32 +08:00
|
|
|
# the language reported to the app/game
|
|
|
|
# look for the column 'API language code' here: https://partner.steamgames.com/doc/store/localization/languages
|
|
|
|
# default=english
|
2024-04-18 03:20:34 +08:00
|
|
|
language=english
|
2024-04-20 07:17:32 +08:00
|
|
|
# report a country IP if the game queries it
|
|
|
|
# ISO 3166-1-alpha-2 format, use this link to get the 'Alpha-2' country code: https://www.iban.com/country-codes
|
|
|
|
# default=US
|
2024-04-18 03:20:34 +08:00
|
|
|
ip_country=US
|
|
|
|
|
|
|
|
[user::saves]
|
2024-04-20 07:17:32 +08:00
|
|
|
# when this is set, it will force the emu to use the specified location instead of the default global location
|
2024-04-21 05:04:26 +08:00
|
|
|
# path could be absolute, or relative to the location of the .dll/.so
|
2024-04-23 11:03:39 +08:00
|
|
|
# leading and trailing whitespaces are trimmed
|
|
|
|
# when this option is used, the global settings folder is completely ignored, allowing a full portable behavior
|
2024-04-18 03:20:34 +08:00
|
|
|
local_save_path=./path/relative/to/dll
|
2024-04-23 11:03:39 +08:00
|
|
|
# name of the base folder used to store save data, leading and trailing whitespaces are trimmed
|
|
|
|
# only useful if 'local_save_path' isn't used
|
|
|
|
# default=GSE Saves
|
|
|
|
saves_folder_name=GSE Saves
|