mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
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.
This commit is contained in:
parent
a0402ff35f
commit
4f2acdd12a
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#### Game Server Settings ####
|
#### Game Server Settings ####
|
||||||
|
|
||||||
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
|
||||||
ip="0.0.0.0"
|
ip="0.0.0.0"
|
||||||
port="1234"
|
port="1234"
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#### Game Server Settings ####
|
#### Game Server Settings ####
|
||||||
|
|
||||||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
## 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}"
|
startparameters="-batchmode -nographics +server.config ${servercfgfullpath}"
|
||||||
|
|
||||||
#### LinuxGSM Settings ####
|
#### LinuxGSM Settings ####
|
||||||
|
@ -13,8 +13,7 @@ ip="0.0.0.0"
|
|||||||
port="34197"
|
port="34197"
|
||||||
rconport="34198"
|
rconport="34198"
|
||||||
rconpassword="CHANGE_ME"
|
rconpassword="CHANGE_ME"
|
||||||
# (stable|experimental)
|
branch="stable" # values: stable, experimental
|
||||||
branch="stable"
|
|
||||||
|
|
||||||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
## 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}"
|
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 ####
|
#### Game Server Settings ####
|
||||||
|
|
||||||
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
|
||||||
servername="LinuxGSM Server"
|
servername="LinuxGSM"
|
||||||
ip="0.0.0.0"
|
ip="0.0.0.0"
|
||||||
port="12871"
|
port="12871"
|
||||||
queryport="12881"
|
queryport="12881"
|
||||||
maxplayers="20"
|
maxplayers="20"
|
||||||
defaultmap="" # Optional
|
defaultmap="nullius"
|
||||||
creativemode="0" # Free Build: creativemode="1"
|
creativemode="0" # values: Free Build = 1, Survival = 0
|
||||||
|
|
||||||
## Add admins using STEAMID64
|
## Add admins using STEAMID64
|
||||||
# Example : addadmin 012345678901234567; addadmin 987654321098765432
|
# Example : addadmin 012345678901234567; addadmin 987654321098765432
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
ip="0.0.0.0"
|
ip="0.0.0.0"
|
||||||
port="7777"
|
port="7777"
|
||||||
queryport="27005"
|
queryport="27005"
|
||||||
servername="LinuxGSM Server"
|
servername="LinuxGSM"
|
||||||
serverpassword=""
|
serverpassword=""
|
||||||
# Maps: risala, khafji_p, lamdong, montecassino, argonne
|
# Maps: risala, khafji_p, lamdong, montecassino, argonne
|
||||||
defaultmap="AAS-TestMap"
|
defaultmap="AAS-TestMap"
|
||||||
|
@ -15,10 +15,10 @@ rconport="28016"
|
|||||||
appport="28082"
|
appport="28082"
|
||||||
queryport="28017"
|
queryport="28017"
|
||||||
rconpassword="CHANGE_ME"
|
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"
|
servername="Rust"
|
||||||
gamemode="vanilla" # Values: vanilla, softcore ( Doc: https://wiki.facepunch.com/rust/server-gamemodes )
|
gamemode="vanilla" # values: vanilla, softcore ( Doc: https://wiki.facepunch.com/rust/server-gamemodes )
|
||||||
serverlevel="Procedural Map" # Values: Procedural Map, Barren, HapisIsland, SavasIsland
|
serverlevel="Procedural Map" # values: Procedural Map, Barren, HapisIsland, SavasIsland
|
||||||
customlevelurl="" # Custom level url. +server.levelurl \"${customlevelurl}\"
|
customlevelurl="" # Custom level url. +server.levelurl \"${customlevelurl}\"
|
||||||
seed="" # range: 1-2147483647, used to reproduce a procedural map.
|
seed="" # range: 1-2147483647, used to reproduce a procedural map.
|
||||||
salt="" # range: unknown, used to recover a known setting from an existing map.
|
salt="" # range: unknown, used to recover a known setting from an existing map.
|
||||||
|
@ -14,8 +14,8 @@ port="27015"
|
|||||||
maxplayers="20"
|
maxplayers="20"
|
||||||
defaultmap="PEI"
|
defaultmap="PEI"
|
||||||
servername="LinuxGSM"
|
servername="LinuxGSM"
|
||||||
perspective="first" # Values: first, third, vehicle, Both.
|
perspective="first" # values: first, third, vehicle, Both.
|
||||||
gamemode="normal" # Values: normal, easy, gold.
|
gamemode="normal" # values: normal, easy, gold.
|
||||||
|
|
||||||
## Game Server Login Token (GSLT): Required
|
## Game Server Login Token (GSLT): Required
|
||||||
# GSLT is required for running a public server.
|
# GSLT is required for running a public server.
|
||||||
|
Loading…
Reference in New Issue
Block a user