Skip to content

Commit f06dfc4

Browse files
authored
feat(newserver): The Isle (#3720)
1 parent 169775c commit f06dfc4

20 files changed

+230
-0
lines changed
Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
##################################
2+
######## Default Settings ########
3+
##################################
4+
# DO NOT EDIT, ANY CHANGES WILL BE OVERWRITTEN!
5+
# Copy settings from here and use them in either:
6+
# common.cfg - applies settings to every instance.
7+
# [instance].cfg - applies settings to a specific instance.
8+
9+
#### Game Server Settings ####
10+
11+
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
12+
ip="0.0.0.0"
13+
port="7777"
14+
queryport="27015"
15+
# Possible maps, see: https://isle.fandom.com/wiki/The_Isle_Server_Settings_and_Configuration#Optional_Maps
16+
map=""
17+
18+
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
19+
startparameters="${map} -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -log"
20+
21+
#### LinuxGSM Settings ####
22+
23+
## LinuxGSM Stats
24+
# Send useful stats to LinuxGSM developers.
25+
# https://docs.linuxgsm.com/configuration/linuxgsm-stats
26+
# (on|off)
27+
stats="off"
28+
29+
## Notification Alerts
30+
# (on|off)
31+
32+
# Display IP | https://docs.linuxgsm.com/alerts#display-ip
33+
displayip=""
34+
35+
# More info | https://docs.linuxgsm.com/alerts#more-info
36+
postalert="off"
37+
38+
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
39+
discordalert="off"
40+
discordwebhook="webhook"
41+
42+
# Email Alerts | https://docs.linuxgsm.com/alerts/email
43+
emailalert="off"
44+
45+
emailfrom=""
46+
47+
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
48+
gotifyalert="off"
49+
gotifytoken="token"
50+
gotifywebhook="webhook"
51+
52+
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
53+
iftttalert="off"
54+
ifttttoken="accesstoken"
55+
iftttevent="linuxgsm_alert"
56+
57+
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
58+
mailgunalert="off"
59+
mailgunapiregion="us"
60+
mailguntoken="accesstoken"
61+
mailgundomain="example.com"
62+
mailgunemailfrom="[email protected]"
63+
mailgunemail="[email protected]"
64+
65+
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet
66+
pushbulletalert="off"
67+
pushbullettoken="accesstoken"
68+
channeltag=""
69+
70+
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
71+
pushoveralert="off"
72+
pushovertoken="accesstoken"
73+
pushoveruserkey="userkey"
74+
75+
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
76+
rocketchatalert="off"
77+
rocketchatwebhook="webhook"
78+
rocketchattoken=""
79+
80+
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
81+
slackalert="off"
82+
slackwebhook="webhook"
83+
84+
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
85+
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
86+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
87+
telegramapi="api.telegram.org"
88+
telegramalert="off"
89+
telegramtoken="accesstoken"
90+
telegramchatid=""
91+
curlcustomstring=""
92+
93+
## Updating | https://docs.linuxgsm.com/commands/update
94+
updateonstart="off"
95+
96+
## Backup | https://docs.linuxgsm.com/commands/backup
97+
maxbackups="4"
98+
maxbackupdays="30"
99+
stoponbackup="on"
100+
101+
## Logging | https://docs.linuxgsm.com/features/logging
102+
consolelogging="on"
103+
logdays="7"
104+
105+
## Monitor | https://docs.linuxgsm.com/commands/monitor
106+
# Query delay time
107+
querydelay="1"
108+
109+
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
110+
ansi="on"
111+
112+
#### Advanced Settings ####
113+
114+
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time
115+
sleeptime="0.5"
116+
117+
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
118+
# Server appid
119+
appid="412680"
120+
steamcmdforcewindows="no"
121+
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
122+
branch="evrima"
123+
betapassword=""
124+
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server
125+
steammaster="true"
126+
127+
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode
128+
# 1: tmux kill
129+
# 2: CTRL+c
130+
# 3: quit
131+
# 4: quit 120s
132+
# 5: stop
133+
# 6: q
134+
# 7: exit
135+
# 8: 7 Days to Die
136+
# 9: GoldSrc
137+
# 10: Avorion
138+
# 11: end
139+
stopmode="2"
140+
141+
## Query mode
142+
# 1: session only
143+
# 2: gamedig (gsquery fallback)
144+
# 3: gamedig
145+
# 4: gsquery
146+
# 5: tcp
147+
querymode="2"
148+
querytype="protocol-valve"
149+
150+
## Console type
151+
consoleverbose="yes"
152+
consoleinteract="no"
153+
154+
## Game Server Details
155+
# Do not edit
156+
gamename="The Isle"
157+
engine="unreal4"
158+
glibc="2.17"
159+
160+
#### Directories ####
161+
# Edit with care
162+
163+
## Game Server Directories
164+
systemdir="${serverfiles}/TheIsle"
165+
executabledir="${systemdir}/Binaries/Linux"
166+
executable="./TheIsleServer-Linux-Shipping"
167+
servercfgdir="${systemdir}/Saved/Config/LinuxServer"
168+
servercfg="Game.ini"
169+
servercfgdefault="Game.ini"
170+
servercfgfullpath="${servercfgdir}/${servercfg}"
171+
172+
## Backup Directory
173+
backupdir="${lgsmdir}/backup"
174+
175+
## Logging Directories
176+
logdir="${rootdir}/log"
177+
gamelogdir="${systemdir}/Saved/Logs"
178+
lgsmlogdir="${logdir}/script"
179+
consolelogdir="${logdir}/console"
180+
lgsmlog="${lgsmlogdir}/${selfname}-script.log"
181+
consolelog="${consolelogdir}/${selfname}-console.log"
182+
alertlog="${lgsmlogdir}/${selfname}-alert.log"
183+
postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log"
184+
185+
## Logs Naming
186+
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
187+
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"

lgsm/data/almalinux-8.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ sven
105105
terraria
106106
tf2,libcurl.i686
107107
tfc
108+
ti
108109
ts
109110
ts3
110111
tu

lgsm/data/centos-7.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ sven
105105
terraria
106106
tf2,libcurl.i686
107107
tfc
108+
ti
108109
ts
109110
ts3
110111
tu

lgsm/data/centos-8.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ sven
104104
terraria
105105
tf2,libcurl.i686
106106
tfc
107+
ti
107108
ts
108109
ts3
109110
tu

lgsm/data/debian-10.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ sven,libssl1.1:i386,zlib1g:i386
105105
terraria
106106
tf2,libcurl4-gnutls-dev:i386
107107
tfc
108+
ti
108109
ts
109110
ts3
110111
tu

lgsm/data/debian-11.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ sven,libssl1.1:i386,zlib1g:i386
105105
terraria
106106
tf2,libcurl4-gnutls-dev:i386
107107
tfc
108+
ti
108109
ts
109110
ts3
110111
tu

lgsm/data/debian-9.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ sven,libssl1.1:i386,zlib1g:i386
105105
terraria
106106
tf2,libcurl4-gnutls-dev:i386
107107
tfc
108+
ti
108109
ts
109110
ts3
110111
tu

lgsm/data/rhel-7.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ sven
105105
terraria
106106
tf2,libcurl.i686
107107
tfc
108+
ti
108109
ts
109110
ts3
110111
tu

lgsm/data/rhel-8.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ sven
105105
terraria
106106
tf2,libcurl.i686
107107
tfc
108+
ti
108109
ts
109110
ts3
110111
tu

lgsm/data/rocky-8.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ sven
105105
terraria
106106
tf2,libcurl.i686
107107
tfc
108+
ti
108109
ts
109110
ts3
110111
tu

0 commit comments

Comments
 (0)