|
|
@@ -15,13 +15,13 @@ port="27102"
|
|
|
queryport="27131"
|
|
|
servername="LinuxGSM Server"
|
|
|
serverpassword=""
|
|
|
-defaultmap="Oilfield"
|
|
|
-defaultscenario="Scenario_Oilfield_Push_Security"
|
|
|
+defaultmap="Canyon"
|
|
|
+defaultscenario="Scenario_Crossing_Push_Security"
|
|
|
maxplayers="28"
|
|
|
|
|
|
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
|
|
|
fn_parms(){
|
|
|
-parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport} -password=${serverpassword} -hostname='${servername}' -log"
|
|
|
+parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport}?password=${serverpassword} -hostname='${servername}' -log"
|
|
|
}
|
|
|
|
|
|
#### LinuxGSM Settings ####
|