|
|
@ -33,16 +33,15 @@ tickrate="64" |
|
|
|
# More info: https://linuxgsm.com/gslt |
|
|
|
gslt="" |
|
|
|
|
|
|
|
## Optional: Workshop Parameters |
|
|
|
# https://developer.valvesoftware.com/wiki/CSGO_Workshop_For_Server_Operators |
|
|
|
# To get an authkey visit - http://steamcommunity.com/dev/apikey |
|
|
|
authkey="" |
|
|
|
ws_collection_id="" |
|
|
|
ws_start_map="" |
|
|
|
## Workshop Parameters | https://developer.valvesoftware.com/wiki/CSGO_Workshop_For_Server_Operators |
|
|
|
# To get an API key visit - https://steamcommunity.com/dev/apikey |
|
|
|
wsapikey="" |
|
|
|
wscollectionid="" |
|
|
|
wsstartmap="" |
|
|
|
|
|
|
|
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
|
|
|
fn_parms(){ |
|
|
|
parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers} +mapgroup ${mapgroup} +game_mode ${gamemode} +game_type ${gametype} +host_workshop_collection ${ws_collection_id} +workshop_start_map ${ws_start_map} -authkey ${authkey} -nobreakpad" |
|
|
|
parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers} +mapgroup ${mapgroup} +game_mode ${gamemode} +game_type ${gametype} +host_workshop_collection ${wscollectionid} +workshop_start_map ${wsstartmap} -authkey ${wsapikey} -nobreakpad" |
|
|
|
} |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
@ -87,7 +86,7 @@ pushovertoken="accesstoken" |
|
|
|
|
|
|
|
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram |
|
|
|
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
|
|
|
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
|
|
|
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
|
|
|
# any custom string in curl - simple ignore this parameter. |
|
|
|
telegramalert="off" |
|
|
|
telegramtoken="accesstoken" |
|
|
|