AMPTemplates/satisfactoryconfig.json

17 lines
437 B
JSON
Raw Normal View History

2022-06-17 12:15:33 +02:00
[
{
"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": ""
}
]