|
@ -9,11 +9,11 @@ |
|
|
#### Game Server Settings #### |
|
|
#### Game Server Settings #### |
|
|
|
|
|
|
|
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
|
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
|
|
|
|
|
defaultmap="KidsBedroom" |
|
|
ip="0.0.0.0" |
|
|
ip="0.0.0.0" |
|
|
|
|
|
maxplayers="8" |
|
|
port="7777" |
|
|
port="7777" |
|
|
queryport="27015" |
|
|
queryport="27015" |
|
|
defaultmap="KidsBedroom" |
|
|
|
|
|
maxplayers="8" |
|
|
|
|
|
servername="LinuxGSM" |
|
|
servername="LinuxGSM" |
|
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
@ -52,6 +52,11 @@ emailalert="off" |
|
|
email="email@example.com" |
|
|
email="email@example.com" |
|
|
emailfrom="" |
|
|
emailfrom="" |
|
|
|
|
|
|
|
|
|
|
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
|
|
|
|
|
gotifyalert="off" |
|
|
|
|
|
gotifytoken="token" |
|
|
|
|
|
gotifywebhook="webhook" |
|
|
|
|
|
|
|
|
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
|
|
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
|
|
iftttalert="off" |
|
|
iftttalert="off" |
|
|
ifttttoken="accesstoken" |
|
|
ifttttoken="accesstoken" |
|
@ -119,7 +124,7 @@ sleeptime="0.5" |
|
|
|
|
|
|
|
|
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd |
|
|
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd |
|
|
# Server appid |
|
|
# Server appid |
|
|
appid="1045940"s |
|
|
appid="1045940" |
|
|
steamcmdforcewindows="no" |
|
|
steamcmdforcewindows="no" |
|
|
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch |
|
|
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch |
|
|
branch="" |
|
|
branch="" |
|
@ -188,3 +193,7 @@ postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log" |
|
|
## Logs Naming |
|
|
## Logs Naming |
|
|
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" |
|
|
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" |
|
|
consolelogdate="${consolelogdir}/${selfname}-console-$(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" |
|
|