Browse Source
Merge branch 'develop' into fix/tmux-size-arg-order
pull/2103/head
Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
README.md
lgsm/config-default/config-lgsm/inssserver/_default.cfg
@ -1,4 +1,4 @@
< a href = "https://linuxgsm.com" > < img src = "https://raw.githubusercontent.com/wiki/GameServerManagers/LinuxGSM/images/brand/colour/LinuxGSM _colour_logo_wordmark_512.png" alt = "linux Game Server Managers" width = "600" / > < / a >
< a href = "https://linuxgsm.com" > < img src = "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM-Docs/master/.gitbook/assets/linuxgsm _colour_logo_wordmark_512.png" alt = "linux Game Server Managers" width = "600" / > < / a >
[](https://linuxgsm.com)
[](https://travis-ci.org/GameServerManagers/LinuxGSM)
@ -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 ####