diff --git a/arma3config.json b/arma3config.json index 08709b4..e27d2f7 100644 --- a/arma3config.json +++ b/arma3config.json @@ -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" + } } ] \ No newline at end of file diff --git a/arma3updates.json b/arma3updates.json index e483148..84e35e8 100644 --- a/arma3updates.json +++ b/arma3updates.json @@ -4,7 +4,8 @@ "UpdateSourcePlatform":"All", "UpdateSource":"SteamCMD", "UpdateSourceData":"233780", - "UpdateSourceArgs":"107410" + "UpdateSourceArgs":"107410", + "UpdateSourceVersion":"{{ServerBranch}}" }, { "UpdateStageName":"Server Config Template Download",