AMPTemplates/astroneermetaconfig.json

48 lines
1.5 KiB
JSON
Raw Normal View History

2021-11-06 14:57:13 +01:00
[
{
"ConfigFile": "Astro/Saved/Config/WindowsServer/AstroServerSettings.ini",
"ConfigType": "ini",
"ConfigSeparator": "=",
"Subsections": [
{
"Heading": "/Script/Astro.AstroServerSettings",
"SettingMappings": {
"PublicIP": "publicip",
2021-11-06 14:57:13 +01:00
"ServerName": "servername",
"ServerPassword": "serverpassword",
"AutoSaveGameInterval": "autosaveinterval",
"MaxServerFramerate": "maxfps",
"OwnerName": "ownername",
"OwnerGuid": "ownerguid"
2021-11-06 14:57:13 +01:00
}
}
]
},
{
"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"
}
}
]
}
]