|
@ -23,17 +23,13 @@ gamemode="sandbox" |
|
|
wsapikey="" |
|
|
wsapikey="" |
|
|
wscollectionid="" |
|
|
wscollectionid="" |
|
|
|
|
|
|
|
|
## Custom Start Parameters |
|
|
|
|
|
# Default -disableluarefresh, disables lua autorefresh reducing server lag. Auto refresh only useful for developers. |
|
|
|
|
|
customstartparameters="-disableluarefresh" |
|
|
|
|
|
|
|
|
|
|
|
## Game Server Login Token (GSLT): Optional |
|
|
## Game Server Login Token (GSLT): Optional |
|
|
# GSLT can be used for running a public server. |
|
|
# GSLT can be used for running a public server. |
|
|
# More info: https://docs.linuxgsm.com/steamcmd/gslt |
|
|
# More info: https://docs.linuxgsm.com/steamcmd/gslt |
|
|
gslt="" |
|
|
gslt="" |
|
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
startparameters="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickrate} +host_workshop_collection ${wscollectionid} -authkey ${wsapikey} +clientport ${clientport} +tv_port ${sourcetvport} +gamemode ${gamemode} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers} ${customstartparameters}" |
|
|
startparameters="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickrate} +host_workshop_collection ${wscollectionid} -authkey ${wsapikey} +clientport ${clientport} +tv_port ${sourcetvport} +gamemode ${gamemode} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers} -disableluarefresh" |
|
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|
|