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:
IceOfWraith
2023-01-12 20:25:32 -06:00
committed by GitHub
parent 70c93e9a07
commit 31a7027045
2 changed files with 18 additions and 2 deletions

View File

@@ -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)"
}
}
]