Skip to content

Commit

Permalink
fix(cs2): add gslt variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 6, 2024
1 parent e5fabec commit cac8b81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lgsm/config-default/config-lgsm/cs2server/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ port="27015"
maxplayers="16"
wsapikey=""

## Game Server Login Token (GSLT): Required
# GSLT is required for running a public server.
# More info: https://docs.linuxgsm.com/steamcmd/gslt
gslt=""

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="-dedicated -ip ${ip} -port ${port} -maxplayers ${maxplayers} -authkey ${wsapikey} +exec ${selfname}.cfg"

Expand Down

0 comments on commit cac8b81

Please sign in to comment.