Add GSLT setting (#497)

This commit is contained in:
Greelan 2023-10-28 09:13:46 +11:00 committed by GitHub
parent cd9db0d493
commit 93c6cbdfe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@
"InputType":"text",
"ParamFieldName":"sv_tags",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"EnumValues":{}
},
{
@ -37,6 +39,20 @@
"True":"true"
}
},
{
"DisplayName":"Game Server Login Token (GSLT)",
"Category":"CS2 Server Settings",
"Description":"Sets the [Steam Game Server Login Token](https://steamcommunity.com/dev/managegameservers) for the server, to allow it to be listed in the server browser. Use app ID 730 when generating the token",
"Keywords":"steam,server,login,token,gslt,sv_setsteamaccount",
"FieldName":"sv_setsteamaccount",
"InputType":"password",
"ParamFieldName":"sv_setsteamaccount",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"Placeholder":"6544F7E034119F113526E96474F559AH",
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"CS2 Server Settings",