Skip to content

Commit b501cec

Browse files
committed
Merge branch 'release/v20.2.0'
2 parents 9e53770 + 0ff1e42 commit b501cec

File tree

223 files changed

+2151
-963
lines changed

Some content is hidden

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

223 files changed

+2151
-963
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
6060
<!-- ALL-CONTRIBUTORS-LIST:END -->
6161

6262
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
63+
Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
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+
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login
12+
steamuser="username"
13+
steampass='password'
14+
15+
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
16+
17+
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
18+
fn_parms(){
19+
parms="-c ${servercfgfullpath}"
20+
}
21+
22+
#### LinuxGSM Settings ####
23+
24+
## LinuxGSM Stats
25+
# Send useful stats to LinuxGSM developers.
26+
# https://docs.linuxgsm.com/configuration/linuxgsm-stats
27+
# (on|off)
28+
stats="off"
29+
30+
## Notification Alerts
31+
# (on|off)
32+
33+
# Display IP | https://docs.linuxgsm.com/alerts#display-ip
34+
displayip=""
35+
36+
# More info | https://docs.linuxgsm.com/alerts#more-info
37+
postalert="off"
38+
postdays="7"
39+
posttarget="https://termbin.com"
40+
41+
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
42+
discordalert="off"
43+
discordwebhook="webhook"
44+
45+
# Email Alerts | https://docs.linuxgsm.com/alerts/email
46+
emailalert="off"
47+
48+
emailfrom=""
49+
50+
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
51+
iftttalert="off"
52+
ifttttoken="accesstoken"
53+
iftttevent="linuxgsm_alert"
54+
55+
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
56+
mailgunalert="off"
57+
mailguntoken="accesstoken"
58+
mailgundomain="example.com"
59+
mailgunemailfrom="[email protected]"
60+
mailgunemail="[email protected]"
61+
62+
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet
63+
pushbulletalert="off"
64+
pushbullettoken="accesstoken"
65+
channeltag=""
66+
67+
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
68+
pushoveralert="off"
69+
pushovertoken="accesstoken"
70+
71+
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
72+
slackalert="off"
73+
slackwebhook="webhook"
74+
75+
# 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.
79+
telegramalert="off"
80+
telegramtoken="accesstoken"
81+
telegramchatid=""
82+
curlcustomstring=""
83+
84+
## Updating | https://docs.linuxgsm.com/commands/update
85+
updateonstart="off"
86+
87+
## Backup | https://docs.linuxgsm.com/commands/backup
88+
maxbackups="4"
89+
maxbackupdays="30"
90+
stoponbackup="on"
91+
92+
## Logging | https://docs.linuxgsm.com/features/logging
93+
consolelogging="on"
94+
logdays="7"
95+
96+
## Monitor | https://docs.linuxgsm.com/commands/monitor
97+
# Query delay time
98+
querydelay="1"
99+
100+
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
101+
ansi="on"
102+
103+
#### Advanced Settings ####
104+
105+
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time
106+
sleeptime="0.5"
107+
108+
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
109+
# Server appid
110+
appid="302550"
111+
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
112+
branch=""
113+
114+
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode
115+
# 1: tmux kill
116+
# 2: CTRL+c
117+
# 3: quit
118+
# 4: quit 120s
119+
# 5: stop
120+
# 6: q
121+
# 7: exit
122+
# 8: 7 Days to Die
123+
# 9: GoldSrc
124+
# 10: Avorion
125+
stopmode="2"
126+
127+
## Query mode
128+
# 1: session only
129+
# 2: gamedig + gsquery
130+
# 3: gamedig
131+
# 4: gsquery
132+
# 5: tcp
133+
querymode="5"
134+
querytype=""
135+
136+
## Game Server Details
137+
# Do not edit
138+
gamename="Assetto Corsa"
139+
engine="unity3d"
140+
glibc=""
141+
142+
#### Directories ####
143+
# Edit with care
144+
145+
## Game Server Directories
146+
systemdir="${serverfiles}"
147+
executabledir="${systemdir}"
148+
executable="./acServer"
149+
servercfgdir="${systemdir}/cfg"
150+
servercfg="${selfname}.cfg"
151+
servercfgdefault="server_cfg.ini"
152+
servercfgfullpath="${servercfgdir}/${servercfg}"
153+
154+
## Backup Directory
155+
backupdir="${lgsmdir}/backup"
156+
157+
## Logging Directories
158+
logdir="${rootdir}/log"
159+
gamelogdir="${systemdir}/logs"
160+
lgsmlogdir="${logdir}/script"
161+
consolelogdir="${logdir}/console"
162+
lgsmlog="${lgsmlogdir}/${selfname}-script.log"
163+
consolelog="${consolelogdir}/${selfname}-console.log"
164+
alertlog="${lgsmlogdir}/${selfname}-alert.log"
165+
postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log"
166+
167+
## Logs Naming
168+
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
169+
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ sleeptime="0.5"
120120
# 6: q
121121
# 7: exit
122122
# 8: 7 Days to Die
123-
# 9: Gold Source
124-
# 10: Teamspeak 3
123+
# 9: GoldSrc
124+
# 10: Avorion
125125
stopmode="3"
126126

127127
## Query mode

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ steammaster="true"
124124
# 6: q
125125
# 7: exit
126126
# 8: 7 Days to Die
127-
# 9: Gold Source
128-
# 10: Teamspeak 3
127+
# 9: GoldSrc
128+
# 10: Avorion
129129
stopmode="9"
130130

131131
## Query mode
@@ -140,7 +140,7 @@ querytype="protocol-valve"
140140
## Game Server Details
141141
# Do not edit
142142
gamename="Action half-life"
143-
engine="goldsource"
143+
engine="goldsrc"
144144
glibc="2.3.4"
145145

146146
#### Directories ####

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ steammaster="true"
125125
# 6: q
126126
# 7: exit
127127
# 8: 7 Days to Die
128-
# 9: Gold Source
129-
# 10: Teamspeak 3
128+
# 9: GoldSrc
129+
# 10: Avorion
130130
stopmode="2"
131131

132132
## Query mode

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ steammaster="false"
139139
# 6: q
140140
# 7: exit
141141
# 8: 7 Days to Die
142-
# 9: Gold Source
143-
# 10: Teamspeak 3
142+
# 9: GoldSrc
143+
# 10: Avorion
144144
stopmode="2"
145145

146146
## Query mode

0 commit comments

Comments
 (0)