Merge pull request #108 from Greelan/rcon_updates

RCON config updates
This commit is contained in:
PhonicUK 2022-04-19 22:38:24 +01:00 committed by GitHub
commit 22096516fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 33 additions and 46 deletions

View File

@ -41,8 +41,8 @@ App.ApplicationPort2=3001
App.ApplicationPort3=0
App.RemoteAdminPort=3002
App.MaxUsers=-1
App.UseRandomAdminPassword=False
App.RemoteAdminPassword=Password123
App.UseRandomAdminPassword=True
App.RemoteAdminPassword=
App.AdminMethod=SourceRCON
App.AdminLoginTransform=None
App.RCONConnectDelaySeconds=5

View File

@ -38,6 +38,19 @@
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$RemoteAdminPassword",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"RconPassword",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Server Version",
"Category":"Server Settings",
@ -107,19 +120,6 @@
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"Server Settings",
"Description":"Password required to connect to RCON. NOTE: Change this after first installing the server",
"Keywords":"rcon,password",
"FieldName":"$RemoteAdminPassword",
"InputType":"RandomPassword",
"IsFlagArgument":false,
"ParamFieldName":"RconPassword",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Server Category",
"Category":"Server Settings",

View File

@ -39,8 +39,8 @@ App.ApplicationPort2=8177
App.ApplicationPort3=0
App.RemoteAdminPort=9100
App.MaxUsers=10
App.UseRandomAdminPassword=False
App.RemoteAdminPassword=Password123
App.UseRandomAdminPassword=True
App.RemoteAdminPassword=
App.AdminMethod=TelnetRCON
App.AdminLoginTransform=MD5_Lower
App.RCONConnectDelaySeconds=0

View File

@ -70,19 +70,6 @@
"DefaultValue": "0000",
"EnumValues": {}
},
{
"DisplayName": "RCON Password",
"Category": "Server Settings",
"Description": "Password to connect to RCON. Change this after installing the server",
"Keywords": "password,RCON",
"FieldName": "$RemoteAdminPassword",
"InputType": "RandomPassword",
"IsFlagArgument": false,
"ParamFieldName": "",
"IncludeInCommandLine": false,
"DefaultValue": "Password123",
"EnumValues": {}
},
{
"DisplayName": "Enable Valve Anti-Cheat (Steam VAC)",
"Category": "Server Settings",

View File

@ -129,7 +129,7 @@
"Category":"Server Settings",
"Description":"Password to connect to RCON. NOTE: You should change this after first installing the server",
"Keywords":"rcon,password",
"FieldName":"$RemoteAdminPassword",
"FieldName":"RCONPassword",
"InputType":"RandomPassword",
"IsFlagArgument":false,
"ParamFieldName":"RCONPassword",

View File

@ -38,8 +38,8 @@ App.ApplicationPort2=27016
App.ApplicationPort3=0
App.RemoteAdminPort=27115
App.MaxUsers=10
App.UseRandomAdminPassword=False
App.RemoteAdminPassword=Password123
App.UseRandomAdminPassword=True
App.RemoteAdminPassword=
App.AdminMethod=TelnetRCON
App.RCONConnectDelaySeconds=5
App.RCONConnectRetrySeconds=5

View File

@ -41,6 +41,19 @@
"DefaultValue": "27115",
"EnumValues":{}
},
{
"DisplayName": "RCON Password",
"Category": "Server Settings",
"Description": "",
"Keywords": "",
"FieldName": "$RemoteAdminPassword",
"InputType": "text",
"IsFlagArgument": false,
"Hidden":true,
"ParamFieldName": "/RocketSettings/RCON/@Password",
"IncludeInCommandLine": false,
"EnumValues":{}
},
{
"DisplayName": "Server Name",
"Category": "Server Settings",
@ -83,19 +96,6 @@
"DefaultValue": "",
"EnumValues":{}
},
{
"DisplayName": "RCON Password",
"Category": "Server Settings",
"Description": "Password to connect to RCON. Change this after installing the server",
"Keywords": "RCON,password",
"FieldName": "$RemoteAdminPassword",
"InputType": "RandomPassword",
"IsFlagArgument": false,
"ParamFieldName": "/RocketSettings/RCON/@Password",
"IncludeInCommandLine": false,
"DefaultValue": "Password123",
"EnumValues":{}
},
{
"DisplayName": "Owner",
"Category": "Server Settings",