From 2f6e0d03d7085a241a79a1fe1965a9005bfc7911 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:45:28 +1100 Subject: [PATCH] Various: add Required settings (#477) --- creativerseconfig.json | 1 + foundry-vttconfig.json | 2 ++ geyserconfig.json | 1 + impostorconfig.json | 3 +++ open-worldconfig.json | 2 ++ openrct2config.json | 1 + path-of-titansconfig.json | 1 + skyrim-together-rebornconfig.json | 1 + tshockconfig.json | 9 ++++----- vintage-story-newconfig.json | 10 ++++++---- xonoticconfig.json | 1 + 11 files changed, 23 insertions(+), 9 deletions(-) diff --git a/creativerseconfig.json b/creativerseconfig.json index 7d9f01f..2791ae5 100644 --- a/creativerseconfig.json +++ b/creativerseconfig.json @@ -23,6 +23,7 @@ "ParamFieldName":"worldId", "IncludeInCommandLine":true, "DefaultValue":"AMP_Server", + "Required":true, "EnumValues":{} }, { diff --git a/foundry-vttconfig.json b/foundry-vttconfig.json index 618bd66..01365e4 100644 --- a/foundry-vttconfig.json +++ b/foundry-vttconfig.json @@ -24,6 +24,7 @@ "IncludeInCommandLine":false, "DefaultValue":"", "Placeholder":"https://foundryvtt.s3.amazonaws.com", + "Required":true, "EnumValues":{} }, { @@ -38,6 +39,7 @@ "IncludeInCommandLine":false, "DefaultValue":"v18.16.0", "Placeholder":"v18.16.0", + "Required":true, "EnumValues":{} }, { diff --git a/geyserconfig.json b/geyserconfig.json index f8ac8da..e53ffca 100644 --- a/geyserconfig.json +++ b/geyserconfig.json @@ -11,6 +11,7 @@ "ParamFieldName":"JavaVersion", "IncludeInCommandLine":false, "DefaultValue":"17", + "Required":true, "EnumValues":{} }, { diff --git a/impostorconfig.json b/impostorconfig.json index 1edf867..3af0ce6 100644 --- a/impostorconfig.json +++ b/impostorconfig.json @@ -93,6 +93,7 @@ "IncludeInCommandLine":false, "DefaultValue":"1.8.2", "Placeholder":"1.8.2 | 1.8.2-ci.621", + "Required":true, "EnumValues":{} }, { @@ -107,6 +108,7 @@ "IncludeInCommandLine":false, "DefaultValue":"7.0.5", "Placeholder":"7.0.5", + "Required":true, "EnumValues":{} }, { @@ -133,6 +135,7 @@ "IncludeInCommandLine":false, "DefaultValue":"0.4.0", "Placeholder":"0.4.0", + "Required":true, "EnumValues":{} }, { diff --git a/open-worldconfig.json b/open-worldconfig.json index ceed990..3a1815f 100644 --- a/open-worldconfig.json +++ b/open-worldconfig.json @@ -41,6 +41,7 @@ "ParamFieldName":"$.PlayerVersion", "DefaultValue":"1.3", "Placeholder":"1.3", + "Required":true, "EnumValues":{} }, { @@ -186,6 +187,7 @@ "ParamFieldName":"DotnetVersion", "DefaultValue":"3.1.32", "Placeholder":"3.1.32", + "Required":true, "EnumValues":{} }, { diff --git a/openrct2config.json b/openrct2config.json index ad6a51e..c6c22c9 100644 --- a/openrct2config.json +++ b/openrct2config.json @@ -460,6 +460,7 @@ "ParamFieldName":"ReleaseVersion", "DefaultValue":"0.4.6", "Placeholder":"0.4.6", + "Required":true, "EnumValues":{} }, { diff --git a/path-of-titansconfig.json b/path-of-titansconfig.json index a2338c7..36dab61 100644 --- a/path-of-titansconfig.json +++ b/path-of-titansconfig.json @@ -50,6 +50,7 @@ "ParamFieldName":"AuthToken", "IncludeInCommandLine":true, "DefaultValue":"", + "Required":true, "EnumValues":{} }, { diff --git a/skyrim-together-rebornconfig.json b/skyrim-together-rebornconfig.json index 10286a5..1eb5ddd 100644 --- a/skyrim-together-rebornconfig.json +++ b/skyrim-together-rebornconfig.json @@ -30,6 +30,7 @@ "InputType":"url", "ParamFieldName":"DownloadURL", "DefaultValue":"", + "Required":true, "EnumValues":{} }, { diff --git a/tshockconfig.json b/tshockconfig.json index 069da98..b6bf233 100644 --- a/tshockconfig.json +++ b/tshockconfig.json @@ -2338,11 +2338,10 @@ "IsFlagArgument":false, "ParamFieldName":"DotnetVersion", "IncludeInCommandLine":false, - "DefaultValue":"6.0.16", - "Placeholder":"6.0.16", - "EnumValues":{ - - } + "DefaultValue":"6.0.22", + "Placeholder":"6.0.22", + "Required":true, + "EnumValues":{} }, { "DisplayName":"Download Backup Exclude File", diff --git a/vintage-story-newconfig.json b/vintage-story-newconfig.json index 5e19466..05505c1 100644 --- a/vintage-story-newconfig.json +++ b/vintage-story-newconfig.json @@ -22,8 +22,9 @@ "IsFlagArgument":false, "ParamFieldName":"DotnetVersion", "IncludeInCommandLine":false, - "DefaultValue":"7.0.10", - "Placeholder":"7.0.10", + "DefaultValue":"7.0.11", + "Placeholder":"7.0.11", + "Required":true, "EnumValues":{} }, { @@ -36,8 +37,9 @@ "IsFlagArgument":false, "ParamFieldName":"ServerVersion", "IncludeInCommandLine":false, - "DefaultValue":"1.18.8", - "Placeholder":"1.18.8", + "DefaultValue":"1.18.14", + "Placeholder":"1.18.14", + "Required":true, "EnumValues":{} }, { diff --git a/xonoticconfig.json b/xonoticconfig.json index deb2413..cf414d6 100755 --- a/xonoticconfig.json +++ b/xonoticconfig.json @@ -54,6 +54,7 @@ "IncludeInCommandLine":false, "DefaultValue":"0.8.5", "Placeholder":"0.8.5 | 20220528 | latest", + "Required":true, "EnumValues":{} }, {