Skip to content

Commit 2adc3ae

Browse files
committed
feat(newserver): TrackMania Nations Forever
1 parent 7a0fc70 commit 2adc3ae

24 files changed

+222
-1
lines changed
Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
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+
gamesettings="Matchsettings/Nations/NationsWhite.txt"
13+
14+
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
15+
startparameters="/nodaemon /dedicated_cfg=${servercfg} /game_settings=${gamesettings}"
16+
17+
#### LinuxGSM Settings ####
18+
19+
## LinuxGSM Stats
20+
# Send useful stats to LinuxGSM developers.
21+
# https://docs.linuxgsm.com/configuration/linuxgsm-stats
22+
# (on|off)
23+
stats="off"
24+
25+
## Notification Alerts
26+
# (on|off)
27+
28+
# Display IP | https://docs.linuxgsm.com/alerts#display-ip
29+
displayip=""
30+
31+
# More info | https://docs.linuxgsm.com/alerts#more-info
32+
postalert="off"
33+
34+
# Alert on Start/Stop/Restart
35+
statusalert="off"
36+
37+
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
38+
discordalert="off"
39+
discordwebhook="webhook"
40+
41+
# Email Alerts | https://docs.linuxgsm.com/alerts/email
42+
emailalert="off"
43+
email="email@example.com"
44+
emailfrom=""
45+
46+
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
47+
gotifyalert="off"
48+
gotifytoken="token"
49+
gotifywebhook="webhook"
50+
51+
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
52+
iftttalert="off"
53+
ifttttoken="accesstoken"
54+
iftttevent="linuxgsm_alert"
55+
56+
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet
57+
pushbulletalert="off"
58+
pushbullettoken="accesstoken"
59+
channeltag=""
60+
61+
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
62+
pushoveralert="off"
63+
pushovertoken="accesstoken"
64+
pushoveruserkey="userkey"
65+
66+
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
67+
rocketchatalert="off"
68+
rocketchatwebhook="webhook"
69+
70+
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
71+
slackalert="off"
72+
slackwebhook="webhook"
73+
74+
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
75+
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
76+
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
77+
telegramapi="api.telegram.org"
78+
telegramalert="off"
79+
telegramtoken="accesstoken"
80+
telegramchatid=""
81+
telegramthreadid=""
82+
telegramsilentnotification="false"
83+
curlcustomstring=""
84+
85+
## Updating | https://docs.linuxgsm.com/commands/update
86+
updateonstart="off"
87+
88+
## Backup | https://docs.linuxgsm.com/commands/backup
89+
maxbackups="4"
90+
maxbackupdays="30"
91+
stoponbackup="on"
92+
93+
## Logging | https://docs.linuxgsm.com/features/logging
94+
consolelogging="on"
95+
logdays="7"
96+
97+
## Monitor | https://docs.linuxgsm.com/commands/monitor
98+
# Query delay time
99+
querydelay="1"
100+
101+
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
102+
ansi="on"
103+
104+
#### Advanced Settings ####
105+
106+
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time
107+
sleeptime="0.5"
108+
109+
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode
110+
# 1: tmux kill
111+
# 2: CTRL+c
112+
# 3: quit
113+
# 4: quit 120s
114+
# 5: stop
115+
# 6: q
116+
# 7: exit
117+
# 8: 7 Days to Die
118+
# 9: GoldSrc
119+
# 10: Avorion
120+
# 11: end
121+
stopmode="2"
122+
123+
## Query mode
124+
# 1: session only
125+
# 2: gamedig (gsquery fallback)
126+
# 3: gamedig
127+
# 4: gsquery
128+
# 5: tcp
129+
querymode="5"
130+
querytype=""
131+
132+
## Console type
133+
consoleverbose="no"
134+
consoleinteract="no"
135+
136+
## Game Server Details
137+
# Do not edit
138+
gamename="Trackmania Nations Forever"
139+
engine="maniaplanet"
140+
glibc="2.18"
141+
142+
#### Directories ####
143+
# Edit with care
144+
145+
## Game Server Directories
146+
systemdir="${serverfiles}"
147+
executabledir="${serverfiles}"
148+
executable="./TrackmaniaServer"
149+
servercfgdir="${systemdir}/GameData/Config"
150+
servercfg="${selfname}.xml"
151+
servercfgdefault="server.xml"
152+
servercfgfullpath="${servercfgdir}/${servercfg}"
153+
154+
## Backup Directory
155+
backupdir="${lgsmdir}/backup"
156+
157+
## Logging Directories
158+
[ -n "${LGSM_LOGDIR}" ] && logdir="${LGSM_LOGDIR}" || 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"
170+
171+
## Log Parameters
172+
logtimestamp="off"
173+
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
@@ -117,6 +117,7 @@ tf
117117
tf2,libcurl.i686
118118
tfc
119119
ti
120+
tmnf,libxml2
120121
ts
121122
ts3
122123
tu

lgsm/data/almalinux-9.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ tf
117117
tf2,libcurl.i686
118118
tfc
119119
ti
120+
tmnf,libxml2
120121
ts
121122
ts3
122123
tu

lgsm/data/centos-7.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ tf
117117
tf2,libcurl.i686
118118
tfc
119119
ti
120+
tmnf,libxml2
120121
ts
121122
ts3
122123
tu

lgsm/data/centos-8.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ tf
117117
tf2,libcurl.i686
118118
tfc
119119
ti
120+
tmnf,libxml2
120121
ts
121122
ts3
122123
tu

lgsm/data/centos-9.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ tf
117117
tf2,libcurl.i686
118118
tfc
119119
ti
120+
tmnf,libxml2
120121
ts
121122
ts3
122123
tu

lgsm/data/debian-10.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ tf
117117
tf2,libcurl4-gnutls-dev:i386
118118
tfc
119119
ti
120+
tmnf,libxml2-utils
120121
ts
121122
ts3
122123
tu

lgsm/data/debian-11.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ tf
117117
tf2,libcurl4-gnutls-dev:i386
118118
tfc
119119
ti
120+
tmnf,libxml2-utils
120121
ts
121122
ts3
122123
tu

lgsm/data/debian-12.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ tf
117117
tf2,libcurl4-gnutls-dev:i386
118118
tfc
119119
ti
120+
tmnf,libxml2-utils
120121
ts
121122
ts3
122123
tu

lgsm/data/debian-9.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ tf
117117
tf2,libcurl4-gnutls-dev:i386
118118
tfc
119119
ti
120+
tmnf,libxml2-utils
120121
ts
121122
ts3
122123
tu

0 commit comments

Comments
 (0)