50424195fc
- 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
48 lines
1.5 KiB
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |