diff --git a/stationeers.kvp b/stationeers.kvp index 8cc0964..c28c7c6 100644 --- a/stationeers.kvp +++ b/stationeers.kvp @@ -2,7 +2,7 @@ Meta.DisplayName=Stationeers Meta.Description=Stationeers Dedicated Server Meta.OS=Windows, Linux Meta.Arch=x86_64 -Meta.Author=CubeCoders +Meta.Author=IceOfWraith, CubeCoders Meta.URL=https://store.steampowered.com/app/544550/Stationeers/ Meta.DisplayImageSource=steam:544550 Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort2} diff --git a/stationeersconfig.json b/stationeersconfig.json index a457b7c..57a4993 100644 --- a/stationeersconfig.json +++ b/stationeersconfig.json @@ -23,7 +23,6 @@ "ParamFieldName": "SERVER.PASSWORD", "IncludeInCommandLine": false, "DefaultValue": "", - "SkipIfEmpty": true, "EnumValues": {} }, { @@ -166,7 +165,8 @@ "IsFlagArgument": false, "ParamFieldName": "SERVER.GAMEPORT", "IncludeInCommandLine": false, - "DefaultValue": "27500" + "DefaultValue": "27500", + "Hidden": true }, { "DisplayName": "UPDATERPORT", @@ -178,6 +178,7 @@ "IsFlagArgument": false, "ParamFieldName": "SERVER.UPDATERPORT", "IncludeInCommandLine": false, - "DefaultValue": "27015" + "DefaultValue": "27015", + "Hidden": true } ] \ No newline at end of file