|
|
@ -1,12 +1,12 @@ |
|
|
|
################################## |
|
|
|
######## Default Settings ######## |
|
|
|
################################## |
|
|
|
# DO NOT EDIT WILL BE OVERWRITTEN! |
|
|
|
# Copy settings from here and use them in either |
|
|
|
# common.cfg - applies settings to every instance |
|
|
|
# [instance].cfg - applies settings to a specific instance |
|
|
|
# DO NOT EDIT ANY CHANGES WILL BE OVERWRITTEN! |
|
|
|
# Copy settings from here and use them in either: |
|
|
|
# common.cfg - applies settings to every instance. |
|
|
|
# [instance].cfg - applies settings to a specific instance. |
|
|
|
|
|
|
|
#### Server Settings #### |
|
|
|
#### Game Server Settings #### |
|
|
|
|
|
|
|
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
|
|
|
ip="0.0.0.0" |
|
|
@ -26,6 +26,9 @@ parms="Mordhau ${defaultmap} -log -MultiHome=${ip} -Port=${port} -BeaconPort=${b |
|
|
|
## Notification Alerts |
|
|
|
# (on|off) |
|
|
|
|
|
|
|
# Display IP | https://docs.linuxgsm.com/alerts#display-ip |
|
|
|
displayip="" |
|
|
|
|
|
|
|
# More info | https://docs.linuxgsm.com/alerts#more-info |
|
|
|
postalert="off" |
|
|
|
postdays="7" |
|
|
@ -35,10 +38,6 @@ posttarget="https://hastebin.com" |
|
|
|
discordalert="off" |
|
|
|
discordwebhook="webhook" |
|
|
|
|
|
|
|
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
|
|
|
slackalert="off" |
|
|
|
slackwebhook="webhook" |
|
|
|
|
|
|
|
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
|
|
|
emailalert="off" |
|
|
|
email="email@example.com" |
|
|
@ -65,6 +64,10 @@ channeltag="" |
|
|
|
pushoveralert="off" |
|
|
|
pushovertoken="accesstoken" |
|
|
|
|
|
|
|
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
|
|
|
slackalert="off" |
|
|
|
slackwebhook="webhook" |
|
|
|
|
|
|
|
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
|
|
|
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
|
|
|
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
|
|
@ -90,15 +93,15 @@ logdays="7" |
|
|
|
# Query delay time |
|
|
|
querydelay="1" |
|
|
|
|
|
|
|
#### LinuxGSM Advanced Settings #### |
|
|
|
|
|
|
|
# ANSI Colors |
|
|
|
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors |
|
|
|
ansi="on" |
|
|
|
|
|
|
|
# Message Display Time |
|
|
|
#### Advanced Settings #### |
|
|
|
|
|
|
|
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time |
|
|
|
sleeptime="0.5" |
|
|
|
|
|
|
|
## SteamCMD Settings |
|
|
|
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd |
|
|
|
# Server appid |
|
|
|
appid="629800" |
|
|
|
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch |
|
|
@ -106,7 +109,7 @@ branch="" |
|
|
|
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server |
|
|
|
steammaster="false" |
|
|
|
|
|
|
|
# Stop Mode | https://docs.linuxgsm.com/steamcmd/stopmode |
|
|
|
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode |
|
|
|
# 1: tmux kill |
|
|
|
# 2: CTRL+c |
|
|
|
# 3: quit |
|
|
@ -119,7 +122,7 @@ steammaster="false" |
|
|
|
# 10: Teamspeak 3 |
|
|
|
stopmode="2" |
|
|
|
|
|
|
|
## LinuxGSM Server Details |
|
|
|
## Game Server Details |
|
|
|
# Do not edit |
|
|
|
gamename="MORDHAU" |
|
|
|
engine="unreal4" |
|
|
@ -128,13 +131,13 @@ glibc="2.17" |
|
|
|
#### Directories #### |
|
|
|
# Edit with care |
|
|
|
|
|
|
|
## Server Specific Directories |
|
|
|
## Game Server Directories |
|
|
|
systemdir="${serverfiles}/Mordhau" |
|
|
|
executabledir="${systemdir}/Binaries/Linux" |
|
|
|
executable="./MordhauServer-Linux-Shipping" |
|
|
|
servercfgdir="${systemdir}/Saved/Config/LinuxServer" |
|
|
|
servercfg="Game.ini" |
|
|
|
servercfgdefault="Game.ini" |
|
|
|
servercfgdir="${systemdir}/Saved/Config/LinuxServer" |
|
|
|
servercfgfullpath="${servercfgdir}/${servercfg}" |
|
|
|
|
|
|
|
## Backup Directory |
|
|
|