Browse Source
refactor: remove unnecessary comments in default server configurations
The commit removes unnecessary comments from the default server configurations. The comments were providing instructions to edit the configuration files with care, but they are not needed and can be safely removed.
pull/4326/head
Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
5 changed files with
2 additions and
5 deletions
lgsm/config-default/config-lgsm/dstserver/_default.cfg
lgsm/config-default/config-lgsm/hwserver/_default.cfg
lgsm/config-default/config-lgsm/mtaserver/_default.cfg
lgsm/config-default/config-lgsm/stnserver/_default.cfg
lgsm/config-default/config-lgsm/stserver/_default.cfg
@ -15,7 +15,6 @@ shard="Master"
cluster = "Cluster_1"
cave = "false"
# Edit with care
persistentstorageroot = "${HOME}/.klei"
confdir = "DoNotStarveTogether"
@ -26,7 +26,7 @@ admins=""
loadsave = ""
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
# Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server
# http://hurtworld.wikia.com/wiki/Hosting_A_Server
startparameters = "-batchmode -nographics -logfile ${gamelog} -exec \"host ${port} ${defaultmap} ${loadsave};queryport ${queryport};maxplayers ${maxplayers};servername ${servername};creativemode ${creativemode};${admins}\""
#### LinuxGSM Settings ####
@ -12,7 +12,6 @@
ip = "0.0.0.0"
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
# Edit with care
startparameters = ""
#### LinuxGSM Settings ####
@ -12,7 +12,7 @@ maxplayers="20"
region = "0"
## 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 = "-mc ${maxplayers} -r ${region}"
#### LinuxGSM Settings ####
@ -13,7 +13,6 @@ worldname="moon_save"
worldtype = "Moon"
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
# Edit with care
startparameters = "-LOADLATEST ${worldname} ${worldtype}"
#### LinuxGSM Settings ####