|
|
@ -14,9 +14,12 @@ |
|
|
|
gslt="" |
|
|
|
ip="" |
|
|
|
|
|
|
|
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
|
|
|
ip="" |
|
|
|
|
|
|
|
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters |
|
|
|
fn_parms(){ |
|
|
|
parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" |
|
|
|
parms="-batchmode -nographics -dedicated -configfile=${servercfgfullpath}" |
|
|
|
} |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|