AMPTemplates/satisfactoryconfig.json
2022-06-17 11:15:33 +01:00

17 lines
437 B
JSON

[
{
"DisplayName": "Server Release Stream",
"Description": "Which release stream should be used to Update the server",
"Category": "SteamCMD and Updates",
"FieldName": "releasestream",
"ParamFieldName": "releasestream",
"IncludeInCommandLine": false,
"InputType": "enum",
"EnumValues": {
"": "Early Access",
"experimental": "Experimental"
},
"DefaultValue": ""
}
]