|
@ -13,7 +13,7 @@ ip="0.0.0.0" |
|
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
fn_parms(){ |
|
|
fn_parms(){ |
|
|
parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" |
|
|
parms="-quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
#### LinuxGSM Settings #### |
|
@ -51,6 +51,7 @@ iftttevent="linuxgsm_alert" |
|
|
|
|
|
|
|
|
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
|
|
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
|
|
mailgunalert="off" |
|
|
mailgunalert="off" |
|
|
|
|
|
mailgunapiregion="us" |
|
|
mailguntoken="accesstoken" |
|
|
mailguntoken="accesstoken" |
|
|
mailgundomain="example.com" |
|
|
mailgundomain="example.com" |
|
|
mailgunemailfrom="alert@example.com" |
|
|
mailgunemailfrom="alert@example.com" |
|
@ -64,6 +65,7 @@ channeltag="" |
|
|
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
|
|
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
|
|
pushoveralert="off" |
|
|
pushoveralert="off" |
|
|
pushovertoken="accesstoken" |
|
|
pushovertoken="accesstoken" |
|
|
|
|
|
pushoveruserkey="userkey" |
|
|
|
|
|
|
|
|
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
|
|
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
|
|
slackalert="off" |
|
|
slackalert="off" |
|
@ -136,7 +138,7 @@ querytype="protocol-valve" |
|
|
|
|
|
|
|
|
## Console type |
|
|
## Console type |
|
|
consoleverbose="yes" |
|
|
consoleverbose="yes" |
|
|
consoleinteract="yes" |
|
|
consoleinteract="no" |
|
|
|
|
|
|
|
|
## Game Server Details |
|
|
## Game Server Details |
|
|
# Do not edit |
|
|
# Do not edit |
|
@ -150,7 +152,7 @@ glibc="2.15" |
|
|
## Game Server Directories |
|
|
## Game Server Directories |
|
|
systemdir="${serverfiles}" |
|
|
systemdir="${serverfiles}" |
|
|
executabledir="${serverfiles}" |
|
|
executabledir="${serverfiles}" |
|
|
executable=$([ "$(uname -m)" == "x86_64" ] && echo -e "./7DaysToDieServer.x86_64" || echo -e "./7DaysToDieServer.x86") |
|
|
executable="./7DaysToDieServer.x86_64" |
|
|
servercfgdir="${systemdir}" |
|
|
servercfgdir="${systemdir}" |
|
|
servercfg="${selfname}.xml" |
|
|
servercfg="${selfname}.xml" |
|
|
servercfgdirdefault="${serverfiles}" |
|
|
servercfgdirdefault="${serverfiles}" |
|
|