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
parent
commit
813deefe0a
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 1
      lgsm/config-default/config-lgsm/dstserver/_default.cfg
  2. 2
      lgsm/config-default/config-lgsm/hwserver/_default.cfg
  3. 1
      lgsm/config-default/config-lgsm/mtaserver/_default.cfg
  4. 2
      lgsm/config-default/config-lgsm/stnserver/_default.cfg
  5. 1
      lgsm/config-default/config-lgsm/stserver/_default.cfg

1
lgsm/config-default/config-lgsm/dstserver/_default.cfg

@ -15,7 +15,6 @@ shard="Master"
cluster="Cluster_1"
cave="false"
# Edit with care
persistentstorageroot="${HOME}/.klei"
confdir="DoNotStarveTogether"

2
lgsm/config-default/config-lgsm/hwserver/_default.cfg

@ -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 ####

1
lgsm/config-default/config-lgsm/mtaserver/_default.cfg

@ -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 ####

2
lgsm/config-default/config-lgsm/stnserver/_default.cfg

@ -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 ####

1
lgsm/config-default/config-lgsm/stserver/_default.cfg

@ -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 ####

Loading…
Cancel
Save