Skip to content

Commit

Permalink
standardise
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 29, 2023
1 parent ace617b commit 72379c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lgsm/config-default/config-lgsm/hcuserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ queryport="27015"
servername="LinuxGSM"

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="${defaultmap}?Difficulty=1?Game=DM?MapList=KidsBedroom,Playground,Garden,Hallway_Simple,Bathroom,Hallway_Hard,Attic_Daytime,Shed,ToyPalace,Kitchen,Garage?MaxPlayers=${maxplayers}?WeaponTypes=7?TimeLimit=600?ScoreLimit=30?Teamplay -ServerName='${servername}' -Port=${port} -QueryPort=${queryport} -NOCONSOLE -unattended"
startparameters="${defaultmap}?MaxPlayers=${maxplayers} -ServerName='${servername}' -Port=${port} -QueryPort=${queryport}"

## Server Parameters for Plague mode
#startparameters="${defaultmap}?Game=PL?MapList=KidsBedroom,Garden,Hallway_Simple,Attic_Daytime,Garage,Shed,Kitchen,Hallway_Hard,ToyPalace,Bathroom?MaxPlayers=${maxplayers}?WeaponTypes=7?TimeLimit=600 -ServerName='${servername}' -Port=${port} -QueryPort=${queryport} -NOCONSOLE -unattended"
Expand Down
3 changes: 2 additions & 1 deletion lgsm/config-default/config-lgsm/ohdserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
ip="0.0.0.0"
port="7777"
queryport="27005"
rconport="7778"
servername="LinuxGSM"
serverpassword=""
# Maps: risala, khafji_p, lamdong, montecassino, argonne
defaultmap="AAS-TestMap"
maxplayers="16"

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="${defaultmap}?MaxPlayers=${maxplayers} -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -RCONPort=${rconport} -SteamServerName='${servername}' -log"
startparameters="${defaultmap}?MaxPlayers=${maxplayers} -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -RconPort=${rconport} -SteamServerName='${servername}' -log"

#### LinuxGSM Settings ####

Expand Down

0 comments on commit 72379c7

Please sign in to comment.