Day of Dragons - Add Release Stream (#276)
* Day of Dragons - Add Release Stream The devs are creating a new public version for UE5. This allows users to use the legacy stream and continue using the current version. * Update day-of-dragons.kvp * Update day-of-dragonsconfig.json * Update day-of-dragonsconfig.json Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
This commit is contained in:
@@ -323,5 +323,21 @@
|
||||
"DefaultValue":"",
|
||||
"Placeholder":"https://discord.gg/mW2p4kr",
|
||||
"EnumValues":{}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Release Stream",
|
||||
"Category":"SteamCMD and Updates",
|
||||
"Description":"Sets the server release stream to install. NOTE: Update the server after changing this setting!",
|
||||
"Keywords":"release,stream,legacy",
|
||||
"FieldName":"Stream",
|
||||
"InputType":"enum",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"Stream",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"public",
|
||||
"EnumValues":{
|
||||
"public":"Public (Default/UE5)",
|
||||
"legacy":"Legacy (UE4)"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user