forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
astro-colonymetaconfig.json
48 lines (48 loc) · 1.85 KB
/
astro-colonymetaconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[
{
"ConfigFile": "AstroColony/Saved/Config/WindowsServer/ServerSettings.ini",
"ConfigType": "ini",
"ConfigFormat": "{0}={1}",
"Subsections": [
{
"Heading": "/Script/ACFeature.EHServerSubsystem",
"SettingMappings": {
"ServerPassword": "ServerPassword",
"Seed": "Seed",
"MapName": "MapName",
"MaxPlayers": "$MaxUsers",
"ShouldLoadLatestSavegame": "ShouldLoadLatestSavegame",
"AdminList": "AdminList",
"SharedTechnologies": "SharedTechnologies",
"OxygenConsumption": "OxygenConsumption",
"FreeConstruction": "FreeConstruction",
"AutosaveInterval": "AutosaveInterval",
"AutosavesCount": "AutosavesCount"
}
}
]
},
{
"ConfigFile": "AstroColony/Saved/Config/LinuxServer/ServerSettings.ini",
"ConfigType": "ini",
"ConfigFormat": "{0}={1}",
"Subsections": [
{
"Heading": "/Script/ACFeature.EHServerSubsystem",
"SettingMappings": {
"ServerPassword": "ServerPassword",
"Seed": "Seed",
"MapName": "MapName",
"MaxPlayers": "$MaxUsers",
"ShouldLoadLatestSavegame": "ShouldLoadLatestSavegame",
"AdminList": "AdminList",
"SharedTechnologies": "SharedTechnologies",
"OxygenConsumption": "OxygenConsumption",
"FreeConstruction": "FreeConstruction",
"AutosaveInterval": "AutosaveInterval",
"AutosavesCount": "AutosavesCount"
}
}
]
}
]