|
@@ -1,12 +1,12 @@
|
|
|
##################################
|
|
##################################
|
|
|
######## Default Settings ########
|
|
######## 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
|
|
## 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@example.com"
|
|
email="email@example.com"
|
|
@@ -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
|
|
|
|
|
|
|
+## ANSI Colors | https://docs.linuxgsm.com/features/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
|