Merge pull request #82 from IceOfWraith/stationeers

Update Stationeers
This commit is contained in:
PhonicUK 2022-02-21 11:49:58 +00:00 committed by GitHub
commit c3b0c856d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@ Meta.DisplayName=Stationeers
Meta.Description=Stationeers Dedicated Server Meta.Description=Stationeers Dedicated Server
Meta.OS=Windows, Linux Meta.OS=Windows, Linux
Meta.Arch=x86_64 Meta.Arch=x86_64
Meta.Author=CubeCoders Meta.Author=IceOfWraith, CubeCoders
Meta.URL=https://store.steampowered.com/app/544550/Stationeers/ Meta.URL=https://store.steampowered.com/app/544550/Stationeers/
Meta.DisplayImageSource=steam:544550 Meta.DisplayImageSource=steam:544550
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort2} Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort2}

View File

@ -23,7 +23,6 @@
"ParamFieldName": "SERVER.PASSWORD", "ParamFieldName": "SERVER.PASSWORD",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "", "DefaultValue": "",
"SkipIfEmpty": true,
"EnumValues": {} "EnumValues": {}
}, },
{ {
@ -166,7 +165,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "SERVER.GAMEPORT", "ParamFieldName": "SERVER.GAMEPORT",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "27500" "DefaultValue": "27500",
"Hidden": true
}, },
{ {
"DisplayName": "UPDATERPORT", "DisplayName": "UPDATERPORT",
@ -178,6 +178,7 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "SERVER.UPDATERPORT", "ParamFieldName": "SERVER.UPDATERPORT",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "27015" "DefaultValue": "27015",
"Hidden": true
} }
] ]