Browse Source
fix(inssserver): fix the password and the default scenario parameters
pull/2114/head
Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
lgsm/config-default/config-lgsm/inssserver/_default.cfg
|
|
@ -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 #### |
|
|
|