AMPTemplates/astroneermetaconfig.json
Tüm 50424195fc
Added more config fields
- Added Public IP field so you dont need to change your IP Binding
- Added Owner Name and Owner GUID field so you can set yourself as an owner
2021-12-16 17:41:46 +01:00

48 lines
1.5 KiB
JSON

[
{
"ConfigFile": "Astro/Saved/Config/WindowsServer/AstroServerSettings.ini",
"ConfigType": "ini",
"ConfigSeparator": "=",
"Subsections": [
{
"Heading": "/Script/Astro.AstroServerSettings",
"SettingMappings": {
"PublicIP": "publicip",
"ServerName": "servername",
"ServerPassword": "serverpassword",
"AutoSaveGameInterval": "autosaveinterval",
"MaxServerFramerate": "maxfps",
"OwnerName": "ownername",
"OwnerGuid": "ownerguid"
}
}
]
},
{
"ConfigFile": "Astro/Saved/Config/WindowsServer/Engine.ini",
"ConfigType": "ini",
"ConfigSeparator": "=",
"Subsections": [
{
"Heading": "URL",
"SettingMappings": {
"Port": "$ApplicationPort2"
}
}
]
},
{
"ConfigFile": "Astro/Saved/Config/WindowsServer/GameUserSettings.ini",
"ConfigType": "ini",
"ConfigSeparator": "=",
"Subsections": [
{
"Heading": "/Script/Astro.AstroGameUserSettings",
"SettingMappings": {
"MaxPlayers": "maxplayers"
}
}
]
}
]