Skip to content

Commit

Permalink
config tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed May 27, 2023
1 parent a20d72c commit 5905cad
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
2 changes: 0 additions & 2 deletions lgsm/config-default/config-lgsm/acserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
steamuser="username"
steampass='password'

## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="-c ${servercfgfullpath}"

Expand Down
2 changes: 0 additions & 2 deletions lgsm/config-default/config-lgsm/avserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#### Game Server Settings ####

## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="--galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath}"

Expand Down
1 change: 0 additions & 1 deletion lgsm/config-default/config-lgsm/boserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# GSLT can be used for running a public server.
# More info: https://docs.linuxgsm.com/steamcmd/gslt
gslt=""
ip=""

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="-batchmode -nographics -dedicated -configfile=${servercfgfullpath}"
Expand Down
4 changes: 0 additions & 4 deletions lgsm/config-default/config-lgsm/dayzserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

#### Game Server Settings ####

## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login
# steamuser="username"
# steampass='password'

## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
ip="0.0.0.0"
port="2302"
Expand Down
15 changes: 12 additions & 3 deletions lgsm/config-default/config-lgsm/hcuserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#### Game Server Settings ####

## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
defaultmap="KidsBedroom"
ip="0.0.0.0"
maxplayers="8"
port="7777"
queryport="27015"
defaultmap="KidsBedroom"
maxplayers="8"
servername="LinuxGSM"

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
Expand Down Expand Up @@ -52,6 +52,11 @@ emailalert="off"
email="[email protected]"
emailfrom=""

# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
gotifyalert="off"
gotifytoken="token"
gotifywebhook="webhook"

# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
iftttalert="off"
ifttttoken="accesstoken"
Expand Down Expand Up @@ -119,7 +124,7 @@ sleeptime="0.5"

## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
# Server appid
appid="1045940"s
appid="1045940"
steamcmdforcewindows="no"
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
branch=""
Expand Down Expand Up @@ -188,3 +193,7 @@ postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log"
## Logs Naming
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"

## Log Parameters
logtimestamp="off"
logtimestampformat="%Y-%m-%d %H:%M:%S"
1 change: 1 addition & 0 deletions lgsm/config-default/config-lgsm/necserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# [instance].cfg - applies settings to a specific instance.

#### Game Server Settings ####

## Pre-defined Paramters | https://docs.linuxgsm.com/configuration/start-parameters#predefined-parameters
worldname="MyWorld"

Expand Down
4 changes: 2 additions & 2 deletions lgsm/config-default/config-lgsm/rustserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
ip="0.0.0.0"
port="28015"
rconport="28016"
appport=28082
queryport=28017
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.
servername="Rust"
Expand Down

0 comments on commit 5905cad

Please sign in to comment.