Add GSLT setting (#497)
This commit is contained in:
parent
cd9db0d493
commit
93c6cbdfe7
@ -20,6 +20,8 @@
|
|||||||
"InputType":"text",
|
"InputType":"text",
|
||||||
"ParamFieldName":"sv_tags",
|
"ParamFieldName":"sv_tags",
|
||||||
"IncludeInCommandLine":true,
|
"IncludeInCommandLine":true,
|
||||||
|
"SkipIfEmpty":true,
|
||||||
|
"DefaultValue":"",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -37,6 +39,20 @@
|
|||||||
"True":"true"
|
"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",
|
"DisplayName":"Server Password",
|
||||||
"Category":"CS2 Server Settings",
|
"Category":"CS2 Server Settings",
|
||||||
|
Loading…
Reference in New Issue
Block a user