AMPTemplates/satisfactoryconfig.json
IceOfWraith f4b00c1f17
Update Satisfactory Release Stream (#234)
Change the Early Access value to "public" so switching back from Experimental properly switches it to the EA branch.
2022-11-20 15:21:07 -06:00

17 lines
449 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": {
"public": "Early Access",
"experimental": "Experimental"
},
"DefaultValue": "public"
}
]