Browse Source
refactor: minor _default.cfg changes
- Updated the IP and port settings for ckserver, colserver, fctrserver, hwserver, ohdserver, rustserver, and untserver.
- Added a link to the documentation for predefined parameters in ckserver and hwserver.
- Modified the startparameters value in colserver to include additional parameters.
- Changed the branch value in fctrserver to "stable".
- Updated the servername value in hwserver and ohdserver to "LinuxGSM".
- Modified the defaultmap value in hwserver to "nullius".
- Removed optional comments from hwerver regarding defaultmap and creativemode values.
- Updated gamemode values in rusterver and untserer with their respective options.
pull/4320/head
Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
7 changed files with
12 additions and
12 deletions
lgsm/config-default/config-lgsm/ckserver/_default.cfg
lgsm/config-default/config-lgsm/colserver/_default.cfg
lgsm/config-default/config-lgsm/fctrserver/_default.cfg
lgsm/config-default/config-lgsm/hwserver/_default.cfg
lgsm/config-default/config-lgsm/ohdserver/_default.cfg
lgsm/config-default/config-lgsm/rustserver/_default.cfg
lgsm/config-default/config-lgsm/untserver/_default.cfg
@ -8,6 +8,7 @@
#### Game Server Settings ####
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
ip = "0.0.0.0"
port = "1234"
@ -9,7 +9,7 @@
#### Game Server Settings ####
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
# Edit with care | https://colonysurvival.gamepedia.com/Dedicated_Server#Installation_.28Linux.29
## https://colonysurvival.gamepedia.com/Dedicated_Server#Installation_.28Linux.29
startparameters = "-batchmode -nographics +server.config ${servercfgfullpath}"
#### LinuxGSM Settings ####
@ -13,8 +13,7 @@ ip="0.0.0.0"
port = "34197"
rconport = "34198"
rconpassword = "CHANGE_ME"
# (stable|experimental)
branch = "stable"
branch = "stable" # values: stable, experimental
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters = "--bind ${ip} --start-server ${serverfiles}/save1.zip --server-settings ${servercfgfullpath} --port ${port} --rcon-port ${rconport} --rcon-password ${rconpassword}"
@ -9,13 +9,13 @@
#### Game Server Settings ####
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
servername = "LinuxGSM Server "
servername = "LinuxGSM"
ip = "0.0.0.0"
port = "12871"
queryport = "12881"
maxplayers = "20"
defaultmap = "" # Optional
creativemode = "0" # Free Build: creativemode="1"
defaultmap = "nullius "
creativemode = "0" # values: Free Build = 1, Survival = 0
## Add admins using STEAMID64
# Example : addadmin 012345678901234567; addadmin 987654321098765432
@ -12,7 +12,7 @@
ip = "0.0.0.0"
port = "7777"
queryport = "27005"
servername = "LinuxGSM Server "
servername = "LinuxGSM"
serverpassword = ""
# Maps: risala, khafji_p, lamdong, montecassino, argonne
defaultmap = "AAS-TestMap"
@ -15,10 +15,10 @@ rconport="28016"
appport = "28082"
queryport = "28017"
rconpassword = "CHANGE_ME"
rconweb = "1" # Value is: 1 for the Facepunch web panel, Rustadmin desktop and Rustadmin Online; 0 for RCON tools like Rusty .
rconweb = "1" # values: Facepunch web panel, Rustadmin desktop and Rustadmin Online = 1, Rusty = 0 .
servername = "Rust"
gamemode = "vanilla" # V alues: vanilla, softcore ( Doc: https://wiki.facepunch.com/rust/server-gamemodes )
serverlevel = "Procedural Map" # V alues: Procedural Map, Barren, HapisIsland, SavasIsland
gamemode = "vanilla" # v alues: vanilla, softcore ( Doc: https://wiki.facepunch.com/rust/server-gamemodes )
serverlevel = "Procedural Map" # v alues: Procedural Map, Barren, HapisIsland, SavasIsland
customlevelurl = "" # Custom level url. +server.levelurl \"${customlevelurl}\"
seed = "" # range: 1-2147483647, used to reproduce a procedural map.
salt = "" # range: unknown, used to recover a known setting from an existing map.
@ -14,8 +14,8 @@ port="27015"
maxplayers = "20"
defaultmap = "PEI"
servername = "LinuxGSM"
perspective = "first" # V alues: first, third, vehicle, Both.
gamemode = "normal" # V alues: normal, easy, gold.
perspective = "first" # v alues: first, third, vehicle, Both.
gamemode = "normal" # v alues: normal, easy, gold.
## Game Server Login Token (GSLT): Required
# GSLT is required for running a public server.