|
@@ -13,13 +13,13 @@ ip="0.0.0.0"
|
|
|
port="7777"
|
|
port="7777"
|
|
|
queryport="27015"
|
|
queryport="27015"
|
|
|
rconport="27020"
|
|
rconport="27020"
|
|
|
|
|
+# Default Map: TheIsland, Ragnarok, CrystalIsles, Aberration_P, ScorchedEarth_P
|
|
|
defaultmap="TheIsland"
|
|
defaultmap="TheIsland"
|
|
|
maxplayers="70"
|
|
maxplayers="70"
|
|
|
|
|
|
|
|
## 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="\"${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?\""
|
|
|
|
|
-}
|
|
|
|
|
|
|
+parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\""
|
|
|
|
|
|
|
|
#### LinuxGSM Settings ####
|
|
#### LinuxGSM Settings ####
|
|
|
|
|
|