AMPTemplates/satisfactoryconfig.json

17 lines
449 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": {
"public": "Early Access",
2022-06-17 12:15:33 +02:00
"experimental": "Experimental"
},
"DefaultValue": "public"
2022-06-17 12:15:33 +02:00
}
]