Skip to content

Commit 7380bb9

Browse files
authored
Merge pull request #3054 from GameServerManagers/release/v20.5.0
Release v20.5.0
2 parents 242d91d + e794d89 commit 7380bb9

File tree

258 files changed

+2951
-1574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+2951
-1574
lines changed

lgsm/config-default/config-lgsm/acserver/_default.cfg

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
steamuser="username"
1313
steampass='password'
1414

15-
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
15+
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1616

17-
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
17+
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
1818
fn_parms(){
1919
parms="-c ${servercfgfullpath}"
2020
}
@@ -35,8 +35,6 @@ displayip=""
3535

3636
# More info | https://docs.linuxgsm.com/alerts#more-info
3737
postalert="off"
38-
postdays="7"
39-
posttarget="https://termbin.com"
4038

4139
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
4240
discordalert="off"
@@ -54,6 +52,7 @@ iftttevent="linuxgsm_alert"
5452

5553
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
5654
mailgunalert="off"
55+
mailgunapiregion="us"
5756
mailguntoken="accesstoken"
5857
mailgundomain="example.com"
5958
mailgunemailfrom="[email protected]"
@@ -67,15 +66,20 @@ channeltag=""
6766
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
6867
pushoveralert="off"
6968
pushovertoken="accesstoken"
69+
pushoveruserkey="userkey"
70+
71+
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
72+
rocketchatalert="off"
73+
rocketchatwebhook="webhook"
74+
rocketchattoken=""
7075

7176
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
7277
slackalert="off"
7378
slackwebhook="webhook"
7479

7580
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
76-
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring".
77-
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need
78-
# any custom string in curl - simple ignore this parameter.
81+
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
82+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
7983
telegramalert="off"
8084
telegramtoken="accesstoken"
8185
telegramchatid=""
@@ -130,13 +134,17 @@ stopmode="2"
130134

131135
## Query mode
132136
# 1: session only
133-
# 2: gamedig + gsquery
137+
# 2: gamedig (gsquery fallback)
134138
# 3: gamedig
135139
# 4: gsquery
136140
# 5: tcp
137141
querymode="5"
138142
querytype=""
139143

144+
## Console type
145+
consoleverbose="yes"
146+
consoleinteract="no"
147+
140148
## Game Server Details
141149
# Do not edit
142150
gamename="Assetto Corsa"

lgsm/config-default/config-lgsm/ahl2server/_default.cfg

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
steamuser="username"
1313
steampass='password'
1414

15-
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
15+
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1616
ip="0.0.0.0"
1717
port="27015"
1818
clientport="27005"
1919
sourcetvport="27020"
2020
defaultmap="act_airport"
2121
maxplayers="20"
2222

23-
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
23+
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
2424
fn_parms(){
2525
parms="-game ahl2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}"
2626
}
@@ -41,8 +41,6 @@ displayip=""
4141

4242
# More info | https://docs.linuxgsm.com/alerts#more-info
4343
postalert="off"
44-
postdays="7"
45-
posttarget="https://termbin.com"
4644

4745
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
4846
discordalert="off"
@@ -60,6 +58,7 @@ iftttevent="linuxgsm_alert"
6058

6159
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
6260
mailgunalert="off"
61+
mailgunapiregion="us"
6362
mailguntoken="accesstoken"
6463
mailgundomain="example.com"
6564
mailgunemailfrom="[email protected]"
@@ -73,15 +72,20 @@ channeltag=""
7372
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
7473
pushoveralert="off"
7574
pushovertoken="accesstoken"
75+
pushoveruserkey="userkey"
76+
77+
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
78+
rocketchatalert="off"
79+
rocketchatwebhook="webhook"
80+
rocketchattoken=""
7681

7782
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
7883
slackalert="off"
7984
slackwebhook="webhook"
8085

8186
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
82-
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring".
83-
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need
84-
# any custom string in curl - simple ignore this parameter.
87+
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
88+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
8589
telegramalert="off"
8690
telegramtoken="accesstoken"
8791
telegramchatid=""
@@ -127,7 +131,7 @@ stopmode="3"
127131

128132
## Query mode
129133
# 1: session only
130-
# 2: gamedig + gsquery
134+
# 2: gamedig (gsquery fallback)
131135
# 3: gamedig
132136
# 4: gsquery
133137
# 5: tcp
@@ -143,6 +147,10 @@ betapassword=""
143147
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server
144148
steammaster="true"
145149

150+
## Console type
151+
consoleverbose="yes"
152+
consoleinteract="yes"
153+
146154
## Game Server Details
147155
# Do not edit
148156
gamename="Action: Source"

lgsm/config-default/config-lgsm/ahlserver/_default.cfg

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
#### Game Server Settings ####
1010

11-
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
11+
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1212
ip="0.0.0.0"
1313
port="27015"
1414
clientport="27005"
1515
defaultmap="ahl_hydro"
1616
maxplayers="16"
1717

18-
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
18+
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
1919
fn_parms(){
2020
parms="-game action -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} "
2121
}
@@ -36,8 +36,6 @@ displayip=""
3636

3737
# More info | https://docs.linuxgsm.com/alerts#more-info
3838
postalert="off"
39-
postdays="7"
40-
posttarget="https://termbin.com"
4139

4240
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
4341
discordalert="off"
@@ -55,6 +53,7 @@ iftttevent="linuxgsm_alert"
5553

5654
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
5755
mailgunalert="off"
56+
mailgunapiregion="us"
5857
mailguntoken="accesstoken"
5958
mailgundomain="example.com"
6059
mailgunemailfrom="[email protected]"
@@ -68,15 +67,20 @@ channeltag=""
6867
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
6968
pushoveralert="off"
7069
pushovertoken="accesstoken"
70+
pushoveruserkey="userkey"
71+
72+
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
73+
rocketchatalert="off"
74+
rocketchatwebhook="webhook"
75+
rocketchattoken=""
7176

7277
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
7378
slackalert="off"
7479
slackwebhook="webhook"
7580

7681
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
77-
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring".
78-
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need
79-
# any custom string in curl - simple ignore this parameter.
82+
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
83+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
8084
telegramalert="off"
8185
telegramtoken="accesstoken"
8286
telegramchatid=""
@@ -132,16 +136,20 @@ stopmode="9"
132136

133137
## Query mode
134138
# 1: session only
135-
# 2: gamedig + gsquery
139+
# 2: gamedig (gsquery fallback)
136140
# 3: gamedig
137141
# 4: gsquery
138142
# 5: tcp
139143
querymode="2"
140144
querytype="protocol-valve"
141145

146+
## Console type
147+
consoleverbose="yes"
148+
consoleinteract="yes"
149+
142150
## Game Server Details
143151
# Do not edit
144-
gamename="Action half-life"
152+
gamename="Action Half-Life"
145153
engine="goldsrc"
146154
glibc="2.3.4"
147155

lgsm/config-default/config-lgsm/arkserver/_default.cfg

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#### Game Server Settings ####
1010

11-
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
11+
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1212
ip="0.0.0.0"
1313
port="7777"
1414
queryport="27015"
@@ -18,7 +18,7 @@ defaultmap="TheIsland"
1818
altsavedirectoryname="${defaultmap}"
1919
maxplayers="70"
2020

21-
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
21+
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
2222
fn_parms(){
2323
parms="${defaultmap}?AltSaveDirectoryName=${altsavedirectoryname}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods -crossplay -PublicIPForEpic=${ip}"
2424
}
@@ -39,8 +39,6 @@ displayip=""
3939

4040
# More info | https://docs.linuxgsm.com/alerts#more-info
4141
postalert="off"
42-
postdays="7"
43-
posttarget="https://termbin.com"
4442

4543
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
4644
discordalert="off"
@@ -58,6 +56,7 @@ iftttevent="linuxgsm_alert"
5856

5957
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
6058
mailgunalert="off"
59+
mailgunapiregion="us"
6160
mailguntoken="accesstoken"
6261
mailgundomain="example.com"
6362
mailgunemailfrom="[email protected]"
@@ -71,15 +70,20 @@ channeltag=""
7170
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
7271
pushoveralert="off"
7372
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=""
7479

7580
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
7681
slackalert="off"
7782
slackwebhook="webhook"
7883

7984
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
80-
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring".
81-
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need
82-
# any custom string in curl - simple ignore this parameter.
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".
8387
telegramalert="off"
8488
telegramtoken="accesstoken"
8589
telegramchatid=""
@@ -134,13 +138,17 @@ stopmode="2"
134138

135139
## Query mode
136140
# 1: session only
137-
# 2: gamedig + gsquery
141+
# 2: gamedig (gsquery fallback)
138142
# 3: gamedig
139143
# 4: gsquery
140144
# 5: tcp
141145
querymode="2"
142146
querytype="protocol-valve"
143147

148+
## Console type
149+
consoleverbose="no"
150+
consoleinteract="no"
151+
144152
## Game Server Details
145153
# Do not edit
146154
gamename="ARK: Survival Evolved"

lgsm/config-default/config-lgsm/arma3server/_default.cfg

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
steamuser="username"
1313
steampass='password'
1414

15-
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
15+
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1616
ip="0.0.0.0"
1717
port="2302"
1818

@@ -31,7 +31,7 @@ servermods=""
3131
# Leave empty for default
3232
bepath=""
3333

34-
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
34+
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
3535
fn_parms(){
3636
parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory"
3737
}
@@ -52,8 +52,6 @@ displayip=""
5252

5353
# More info | https://docs.linuxgsm.com/alerts#more-info
5454
postalert="off"
55-
postdays="7"
56-
posttarget="https://termbin.com"
5755

5856
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
5957
discordalert="off"
@@ -71,6 +69,7 @@ iftttevent="linuxgsm_alert"
7169

7270
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
7371
mailgunalert="off"
72+
mailgunapiregion="us"
7473
mailguntoken="accesstoken"
7574
mailgundomain="example.com"
7675
mailgunemailfrom="[email protected]"
@@ -84,15 +83,20 @@ channeltag=""
8483
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
8584
pushoveralert="off"
8685
pushovertoken="accesstoken"
86+
pushoveruserkey="userkey"
87+
88+
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
89+
rocketchatalert="off"
90+
rocketchatwebhook="webhook"
91+
rocketchattoken=""
8792

8893
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
8994
slackalert="off"
9095
slackwebhook="webhook"
9196

9297
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
93-
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring".
94-
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need
95-
# any custom string in curl - simple ignore this parameter.
98+
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
99+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help".
96100
telegramalert="off"
97101
telegramtoken="accesstoken"
98102
telegramchatid=""
@@ -147,13 +151,17 @@ stopmode="2"
147151

148152
## Query mode
149153
# 1: session only
150-
# 2: gamedig + gsquery
154+
# 2: gamedig (gsquery fallback)
151155
# 3: gamedig
152156
# 4: gsquery
153157
# 5: tcp
154158
querymode="2"
155159
querytype="protocol-valve"
156160

161+
## Console type
162+
consoleverbose="yes"
163+
consoleinteract="no"
164+
157165
## Game Server Details
158166
# Do not edit
159167
gamename="ARMA 3"

0 commit comments

Comments
 (0)