Add files via upload

This commit is contained in:
PhonicUK
2022-06-17 11:15:33 +01:00
committed by GitHub
parent f8d26cc1ae
commit df3c0edd53
2 changed files with 27 additions and 8 deletions

17
satisfactoryconfig.json Normal file
View File

@@ -0,0 +1,17 @@
[
{
"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": ""
}
]