File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,12 @@ version="170212"
2424
2525# # Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
2626arch=" x64" # x64 or x86
27- port=" 27960"
28- rconport=" 28960"
29- rconpassword=" CHANGE_ME"
30- statsport=" ${port} "
31- statspassword=" CHANGE_ME"
32- mappool=' mappool.txt'
33- ip=" 0.0.0.0"
3427
3528# # Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
3629# Edit with care | Install/Config Guide : https://steamcommunity.com/sharedfiles/filedetails/?id=542966946
3730# Console Commands : http://www.regurge.at/ql/
3831fn_parms (){
39- parms=" +set net_strict 1 +set net_ip ${ip} +set net_port ${port} +set fs_homepath ${filesdir} / ${port} +set zmq_rcon_enable 1 +set zmq_rcon_port ${rconport} +set zmq_rcon_password ${rconpassword} +set zmq_stats_enable 1 +set zmq_stats_password ${statspassword} +set zmq_stats_port ${statsport} +set sv_mapPoolFile ${mappool} + exec ${servercfg} "
32+ parms=" +exec ${servercfg} "
4033}
4134
4235# ### LinuxGSM Settings ####
You can’t perform that action at this time.
0 commit comments