|
@@ -13,12 +13,12 @@
|
|
|
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
|
|
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
|
|
|
port="7787"
|
|
port="7787"
|
|
|
queryport="27165"
|
|
queryport="27165"
|
|
|
-randommapmode="ALWAYS"
|
|
|
|
|
|
|
+randommap="ALWAYS"
|
|
|
ip="0.0.0.0"
|
|
ip="0.0.0.0"
|
|
|
|
|
|
|
|
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
|
|
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
|
|
|
fn_parms(){
|
|
fn_parms(){
|
|
|
-parms="MULTIHOME=${ip} Port=${port} QueryPort=${queryport}"
|
|
|
|
|
|
|
+parms="MULTIHOME=${ip} RANDOM=${randommap} Port=${port} QueryPort=${queryport}"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#### LinuxGSM Settings ####
|
|
#### LinuxGSM Settings ####
|