Arma 3: add server branch option (#308)

* Add Arma 3

* Fix autoInit flag

* Add parameter file ability

* Update regex

* Remote netlog flag

* Add headless client settings

* Update mod settings

* Final changes

* Update arma3config.json

* Mod handling and other tweaks

* Remove unnecessary stages

* IP Binding setting changes

* Update arma3.kvp

* Update arma3.kvp

* Update arma3.kvp

* Final changes

* Arma: add branch option
This commit is contained in:
Greelan 2023-03-22 00:05:41 +11:00 committed by GitHub
parent 577156b9d9
commit 65e4acfe47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View File

@ -1140,5 +1140,21 @@
"Placeholder":"30",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Server Branch",
"Category":"SteamCMD and Updates",
"Description":"Sets the server branch to install. NOTE: Update the server after switching branches!",
"Keywords":"server,branch,depot",
"FieldName":"ServerBranch",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"ServerBranch",
"IncludeInCommandLine":false,
"DefaultValue":"public",
"EnumValues":{
"public":"Public (default)",
"creatordlc":"Creator DLC Build"
}
}
]

View File

@ -4,7 +4,8 @@
"UpdateSourcePlatform":"All",
"UpdateSource":"SteamCMD",
"UpdateSourceData":"233780",
"UpdateSourceArgs":"107410"
"UpdateSourceArgs":"107410",
"UpdateSourceVersion":"{{ServerBranch}}"
},
{
"UpdateStageName":"Server Config Template Download",