commit
22096516fd
4
eco.kvp
4
eco.kvp
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user