committed by
GitHub
109 changed files with 1553 additions and 1377 deletions
@ -1,5 +1,5 @@ |
|||||
################################## |
################################## |
||||
######## Instance Settings ######## |
####### Instance Settings ######## |
||||
################################## |
################################## |
||||
# PLACE INSTANCE SETTINGS HERE |
# PLACE INSTANCE SETTINGS HERE |
||||
## These settings will apply to a specific instance |
## These settings will apply to a specific instance |
||||
|
@ -1,12 +1,12 @@ |
|||||
################################## |
################################## |
||||
######## Default Settings ######## |
######## Default Settings ######## |
||||
################################## |
################################## |
||||
# DO NOT EDIT WILL BE OVERWRITTEN! |
# DO NOT EDIT ANY CHANGES WILL BE OVERWRITTEN! |
||||
# Copy settings from here and use them in either |
# Copy settings from here and use them in either: |
||||
# common.cfg - applies settings to every instance |
# common.cfg - applies settings to every instance. |
||||
# [instance].cfg - applies settings to a specific instance |
# [instance].cfg - applies settings to a specific instance. |
||||
|
|
||||
#### Server Settings #### |
#### Game Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
@ -26,6 +26,9 @@ parms="Mordhau ${defaultmap} -log -MultiHome=${ip} -Port=${port} -BeaconPort=${b |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
|
# Display IP | https://docs.linuxgsm.com/alerts#display-ip |
||||
|
displayip="" |
||||
|
|
||||
# More info | https://docs.linuxgsm.com/alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
@ -35,10 +38,6 @@ posttarget="https://hastebin.com" |
|||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
|
||||
slackalert="off" |
|
||||
slackwebhook="webhook" |
|
||||
|
|
||||
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
@ -65,6 +64,10 @@ channeltag="" |
|||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
|
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
||||
|
slackalert="off" |
||||
|
slackwebhook="webhook" |
||||
|
|
||||
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# 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 |
# 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 |
# Query delay time |
||||
querydelay="1" |
querydelay="1" |
||||
|
|
||||
#### LinuxGSM Advanced Settings #### |
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors |
||||
|
|
||||
# ANSI Colors |
|
||||
ansi="on" |
ansi="on" |
||||
|
|
||||
# Message Display Time |
#### Advanced Settings #### |
||||
|
|
||||
|
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time |
||||
sleeptime="0.5" |
sleeptime="0.5" |
||||
|
|
||||
## SteamCMD Settings |
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd |
||||
# Server appid |
# Server appid |
||||
appid="629800" |
appid="629800" |
||||
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch |
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch |
||||
@ -106,7 +109,7 @@ branch="" |
|||||
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server |
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server |
||||
steammaster="false" |
steammaster="false" |
||||
|
|
||||
# Stop Mode | https://docs.linuxgsm.com/steamcmd/stopmode |
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode |
||||
# 1: tmux kill |
# 1: tmux kill |
||||
# 2: CTRL+c |
# 2: CTRL+c |
||||
# 3: quit |
# 3: quit |
||||
@ -119,7 +122,7 @@ steammaster="false" |
|||||
# 10: Teamspeak 3 |
# 10: Teamspeak 3 |
||||
stopmode="2" |
stopmode="2" |
||||
|
|
||||
## LinuxGSM Server Details |
## Game Server Details |
||||
# Do not edit |
# Do not edit |
||||
gamename="MORDHAU" |
gamename="MORDHAU" |
||||
engine="unreal4" |
engine="unreal4" |
||||
@ -128,13 +131,13 @@ glibc="2.17" |
|||||
#### Directories #### |
#### Directories #### |
||||
# Edit with care |
# Edit with care |
||||
|
|
||||
## Server Specific Directories |
## Game Server Directories |
||||
systemdir="${serverfiles}/Mordhau" |
systemdir="${serverfiles}/Mordhau" |
||||
executabledir="${systemdir}/Binaries/Linux" |
executabledir="${systemdir}/Binaries/Linux" |
||||
executable="./MordhauServer-Linux-Shipping" |
executable="./MordhauServer-Linux-Shipping" |
||||
servercfgdir="${systemdir}/Saved/Config/LinuxServer" |
|
||||
servercfg="Game.ini" |
servercfg="Game.ini" |
||||
servercfgdefault="Game.ini" |
servercfgdefault="Game.ini" |
||||
|
servercfgdir="${systemdir}/Saved/Config/LinuxServer" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
|
|
||||
## Backup Directory |
## Backup Directory |
||||
|
@ -1,12 +1,12 @@ |
|||||
################################## |
################################## |
||||
######## Default Settings ######## |
######## Default Settings ######## |
||||
################################## |
################################## |
||||
# DO NOT EDIT WILL BE OVERWRITTEN! |
# DO NOT EDIT ANY CHANGES WILL BE OVERWRITTEN! |
||||
# Copy settings from here and use them in either |
# Copy settings from here and use them in either: |
||||
# common.cfg - applies settings to every instance |
# common.cfg - applies settings to every instance. |
||||
# [instance].cfg - applies settings to a specific instance |
# [instance].cfg - applies settings to a specific instance. |
||||
|
|
||||
#### Server Settings #### |
#### Game Server Settings #### |
||||
|
|
||||
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
@ -28,6 +28,9 @@ parms="-port:${port} -players:${maxplayers} --nographics -${defaultmap} -batchmo |
|||||
## Notification Alerts |
## Notification Alerts |
||||
# (on|off) |
# (on|off) |
||||
|
|
||||
|
# Display IP | https://docs.linuxgsm.com/alerts#display-ip |
||||
|
displayip="" |
||||
|
|
||||
# More info | https://docs.linuxgsm.com/alerts#more-info |
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
postalert="off" |
postalert="off" |
||||
postdays="7" |
postdays="7" |
||||
@ -37,10 +40,6 @@ posttarget="https://hastebin.com" |
|||||
discordalert="off" |
discordalert="off" |
||||
discordwebhook="webhook" |
discordwebhook="webhook" |
||||
|
|
||||
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
|
||||
slackalert="off" |
|
||||
slackwebhook="webhook" |
|
||||
|
|
||||
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
@ -67,6 +66,10 @@ channeltag="" |
|||||
pushoveralert="off" |
pushoveralert="off" |
||||
pushovertoken="accesstoken" |
pushovertoken="accesstoken" |
||||
|
|
||||
|
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
||||
|
slackalert="off" |
||||
|
slackwebhook="webhook" |
||||
|
|
||||
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". |
# 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 |
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need |
||||
@ -92,15 +95,15 @@ logdays="7" |
|||||
# Query delay time |
# Query delay time |
||||
querydelay="1" |
querydelay="1" |
||||
|
|
||||
#### LinuxGSM Advanced Settings #### |
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors |
||||
|
|
||||
# ANSI Colors |
|
||||
ansi="on" |
ansi="on" |
||||
|
|
||||
# Message Display Time |
#### Advanced Settings #### |
||||
|
|
||||
|
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time |
||||
sleeptime="0.5" |
sleeptime="0.5" |
||||
|
|
||||
## SteamCMD Settings |
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd |
||||
# Server appid |
# Server appid |
||||
appid="1110390" |
appid="1110390" |
||||
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch |
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch |
||||
@ -108,7 +111,7 @@ branch="" |
|||||
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server |
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server |
||||
steammaster="false" |
steammaster="false" |
||||
|
|
||||
# Stop Mode | https://docs.linuxgsm.com/steamcmd/stopmode |
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode |
||||
# 1: tmux kill |
# 1: tmux kill |
||||
# 2: CTRL+c |
# 2: CTRL+c |
||||
# 3: quit |
# 3: quit |
||||
@ -121,7 +124,7 @@ steammaster="false" |
|||||
# 10: Teamspeak 3 |
# 10: Teamspeak 3 |
||||
stopmode="2" |
stopmode="2" |
||||
|
|
||||
## LinuxGSM Server Details |
## Game Server Details |
||||
# Do not edit |
# Do not edit |
||||
gamename="Unturned" |
gamename="Unturned" |
||||
engine="unity3d" |
engine="unity3d" |
||||
@ -130,13 +133,14 @@ glibc="2.15" |
|||||
#### Directories #### |
#### Directories #### |
||||
# Edit with care |
# Edit with care |
||||
|
|
||||
## Server Specific Directories |
## Game Server Directories |
||||
systemdir="${serverfiles}" |
systemdir="${serverfiles}" |
||||
executabledir="${serverfiles}" |
executabledir="${serverfiles}" |
||||
executable="./Unturned_Headless.x86_64" |
executable="./Unturned_Headless.x86_64" |
||||
servercfgdir="${systemdir}/Servers/${servicename}" |
servercfgdir="${systemdir}/Servers/${servicename}" |
||||
servercfg="Config.json" |
servercfg="Config.json" |
||||
servercfgdefault="Config.json" |
servercfgdefault="Config.json" |
||||
|
servercfgdir="${systemdir}/Servers/${servicename}" |
||||
servercfgfullpath="${servercfgdir}/${servercfg}" |
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
|
|
||||
## Backup Directory |
## Backup Directory |
||||
|
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue