Skip to content

Commit 7cc5b6b

Browse files
feat(new server): humanitz (#4518)
* feat: add config for humanitz * fix: pending changes required * fix: install config * bug --------- Co-authored-by: Daniel Gibbs <[email protected]>
1 parent 9b62bde commit 7cc5b6b

25 files changed

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

lgsm/data/almalinux-8.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hl2dm
5454
hldm
5555
hldms
5656
hw,zlib-devel
57+
hz
5758
ins
5859
inss
5960
ios

lgsm/data/almalinux-9.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hl2dm
5454
hldm
5555
hldms
5656
hw,zlib-devel
57+
hz
5758
ins
5859
inss
5960
ios

lgsm/data/centos-7.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hl2dm
5454
hldm
5555
hldms
5656
hw,zlib-devel
57+
hz
5758
ins
5859
inss
5960
ios

lgsm/data/centos-8.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hl2dm
5454
hldm
5555
hldms
5656
hw,zlib-devel
57+
hz
5758
ins
5859
inss
5960
ios

lgsm/data/centos-9.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hl2dm
5454
hldm
5555
hldms
5656
hw,zlib-devel
57+
hz
5758
ins
5859
inss
5960
ios

lgsm/data/debian-10.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ hl2dm
5353
hldm
5454
hldms
5555
hw,lib32z1
56+
hz
5657
ins
5758
inss
5859
ios

lgsm/data/debian-11.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hl2dm
5454
hldm
5555
hldms
5656
hw,lib32z1
57+
hz
5758
ins
5859
inss
5960
ios

lgsm/data/debian-12.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hl2dm
5454
hldm
5555
hldms
5656
hw,lib32z1
57+
hz
5758
ins
5859
inss
5960
ios

lgsm/data/debian-9.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hl2dm
5454
hldm
5555
hldms
5656
hw,lib32z1
57+
hz
5758
ins
5859
inss
5960
ios

0 commit comments

Comments
 (0)