Arma Reforger: fix default passwordAdmin length and remove LinuxBufferedConsole (#434)

This commit is contained in:
Greelan 2023-07-28 11:15:38 +10:00 committed by GitHub
parent e115190f0a
commit 750466839f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ App.RCONHeartbeatCommand=ping
App.TelnetLoginFormat={0}
App.UpdateSources=@IncludeJson[arma-reforgerupdates.json]
App.PreStartStages=[]
App.Compatibility=LinuxBufferedConsole, WindowsBufferedConsole
App.Compatibility=WindowsBufferedConsole
App.SteamUpdateAnonymousLogin=True
App.SteamForceLoginPrompt=False
App.RapidStartup=False

View File

@ -188,14 +188,14 @@
{
"DisplayName":"Admin Password",
"Category":"Server Settings",
"Description":"Sets the password required for admin access to the server. Only use alphanumeric, dash or underscore characters. Default is a strong random password",
"Description":"Sets the password required for admin access to the server. Only use alphanumeric, dash or underscore characters. Maximum 32 characters. Default is a strong random password",
"Keywords":"admin,password,adminpassword,passwordadmin",
"FieldName":"adminPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"game.passwordAdmin",
"IncludeInCommandLine":false,
"DefaultValue":"{{newguid()}}",
"DefaultValue":"{{randomdigits(15)}}",
"EnumValues":{}
},
{
@ -491,4 +491,4 @@
"Placeholder":"-debug",
"EnumValues":{}
}
]
]