feat(newserver): TrackMania Nations Forever

This commit is contained in:
H3o66 2022-11-08 00:40:31 +01:00
parent 3335ca53a0
commit 636d08d2c7
24 changed files with 222 additions and 1 deletions

View File

@ -0,0 +1,173 @@
##################################
######## Default Settings ########
##################################
# DO NOT EDIT, ANY CHANGES WILL BE OVERWRITTEN!
# Copy settings from here and use them in either:
# common.cfg - applies settings to every instance.
# [instance].cfg - applies settings to a specific instance.
#### Game Server Settings ####
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
gamesettings="Matchsettings/Nations/NationsWhite.txt"
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="/nodaemon /dedicated_cfg=${servercfg} /game_settings=${gamesettings}"
#### LinuxGSM Settings ####
## LinuxGSM Stats
# Send useful stats to LinuxGSM developers.
# https://docs.linuxgsm.com/configuration/linuxgsm-stats
# (on|off)
stats="off"
## Notification Alerts
# (on|off)
# Display IP | https://docs.linuxgsm.com/alerts#display-ip
displayip=""
# More info | https://docs.linuxgsm.com/alerts#more-info
postalert="off"
# Alert on Start/Stop/Restart
statusalert="off"
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
discordalert="off"
discordwebhook="webhook"
# Email Alerts | https://docs.linuxgsm.com/alerts/email
emailalert="off"
email="email@example.com"
emailfrom=""
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
gotifyalert="off"
gotifytoken="token"
gotifywebhook="webhook"
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
iftttalert="off"
ifttttoken="accesstoken"
iftttevent="linuxgsm_alert"
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
channeltag=""
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
pushoveralert="off"
pushovertoken="accesstoken"
pushoveruserkey="userkey"
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat
rocketchatalert="off"
rocketchatwebhook="webhook"
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
slackalert="off"
slackwebhook="webhook"
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring".
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help all".
telegramapi="api.telegram.org"
telegramalert="off"
telegramtoken="accesstoken"
telegramchatid=""
telegramthreadid=""
telegramsilentnotification="false"
curlcustomstring=""
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart="off"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups="4"
maxbackupdays="30"
stoponbackup="on"
## Logging | https://docs.linuxgsm.com/features/logging
consolelogging="on"
logdays="7"
## Monitor | https://docs.linuxgsm.com/commands/monitor
# Query delay time
querydelay="1"
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
ansi="on"
#### Advanced Settings ####
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time
sleeptime="0.5"
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode
# 1: tmux kill
# 2: CTRL+c
# 3: quit
# 4: quit 120s
# 5: stop
# 6: q
# 7: exit
# 8: 7 Days to Die
# 9: GoldSrc
# 10: Avorion
# 11: end
stopmode="2"
## Query mode
# 1: session only
# 2: gamedig (gsquery fallback)
# 3: gamedig
# 4: gsquery
# 5: tcp
querymode="5"
querytype=""
## Console type
consoleverbose="no"
consoleinteract="no"
## Game Server Details
# Do not edit
gamename="Trackmania Nations Forever"
engine="maniaplanet"
glibc="2.18"
#### Directories ####
# Edit with care
## Game Server Directories
systemdir="${serverfiles}"
executabledir="${serverfiles}"
executable="./TrackmaniaServer"
servercfgdir="${systemdir}/GameData/Config"
servercfg="${selfname}.xml"
servercfgdefault="server.xml"
servercfgfullpath="${servercfgdir}/${servercfg}"
## Backup Directory
backupdir="${lgsmdir}/backup"
## Logging Directories
[ -n "${LGSM_LOGDIR}" ] && logdir="${LGSM_LOGDIR}" || logdir="${rootdir}/log"
gamelogdir="${systemdir}/Logs"
lgsmlogdir="${logdir}/script"
consolelogdir="${logdir}/console"
lgsmlog="${lgsmlogdir}/${selfname}-script.log"
consolelog="${consolelogdir}/${selfname}-console.log"
alertlog="${lgsmlogdir}/${selfname}-alert.log"
postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log"
## Logs Naming
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"
## Log Parameters
logtimestamp="off"
logtimestampformat="%Y-%m-%d %H:%M:%S"

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python36,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python3,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python3,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python36,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python3,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl4-gnutls-dev:i386
tfc
ti
tmnf,libxml2-utils
ts
ts3
tu

1 ac
117 tf2,libcurl4-gnutls-dev:i386
118 tfc
119 ti
120 tmnf,libxml2-utils
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl4-gnutls-dev:i386
tfc
ti
tmnf,libxml2-utils
ts
ts3
tu

1 all,bc,binutils,bsdmainutils,bzip2,ca-certificates,cpio,curl,distro-info,file,gzip,hostname,jq,lib32gcc-s1,lib32stdc++6,netcat,pigz,python3,tar,tmux,unzip,util-linux,uuid-runtime,wget,xz-utils
117 tf2,libcurl4-gnutls-dev:i386
118 tfc
119 ti
120 tmnf,libxml2-utils
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl4-gnutls-dev:i386
tfc
ti
tmnf,libxml2-utils
ts
ts3
tu

1 all,bc,binutils,bsdmainutils,bzip2,ca-certificates,cpio,curl,distro-info,file,gzip,hostname,jq,lib32gcc-s1,lib32stdc++6,netcat-openbsd,pigz,python3,tar,tmux,unzip,util-linux,uuid-runtime,wget,xz-utils
117 tf2,libcurl4-gnutls-dev:i386
118 tfc
119 ti
120 tmnf,libxml2-utils
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl4-gnutls-dev:i386
tfc
ti
tmnf,libxml2-utils
ts
ts3
tu

1 all,bc,binutils,bsdmainutils,bzip2,ca-certificates,cpio,curl,distro-info,file,gzip,hostname,jq,lib32gcc1,lib32stdc++6,netcat,pigz,python3,tar,tmux,unzip,util-linux,wget,xz-utils
117 tf2,libcurl4-gnutls-dev:i386
118 tfc
119 ti
120 tmnf,libxml2-utils
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python36,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python36,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python3,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python36,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl.i686
tfc
ti
tmnf,libxml2
ts
ts3
tu

1 all,bc,binutils,bzip2,cpio,curl,epel-release,file,glibc.i686,gzip,hostname,jq,libstdc++,libstdc++.i686,nmap-ncat,pigz,python3,tar,tmux,unzip,util-linux,wget,xz
117 tf2,libcurl.i686
118 tfc
119 ti
120 tmnf,libxml2
121 ts
122 ts3
123 tu

View File

@ -116,6 +116,7 @@ tf,tfserver,The Front,ubuntu-24.04
tf2,tf2server,Team Fortress 2,ubuntu-24.04
tfc,tfcserver,Team Fortress Classic,ubuntu-24.04
ti,tiserver,The Isle,ubuntu-24.04
tmnf,tmnfserver,Trackmania Nations Forever,ubuntu-24.04
ts,tsserver,The Specialists,ubuntu-24.04
ts3,ts3server,Teamspeak 3,ubuntu-24.04
tu,tuserver,Tower Unite,ubuntu-24.04

1 shortname gameservername gamename os
116 tf2 tf2server Team Fortress 2 ubuntu-24.04
117 tfc tfcserver Team Fortress Classic ubuntu-24.04
118 ti tiserver The Isle ubuntu-24.04
119 tmnf tmnfserver Trackmania Nations Forever ubuntu-24.04
120 ts tsserver The Specialists ubuntu-24.04
121 ts3 ts3server Teamspeak 3 ubuntu-24.04
122 tu tuserver Tower Unite ubuntu-24.04

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl4-gnutls-dev:i386
tfc
ti
tmnf,libxml2-utils
ts
ts3
tu

1 all,bc,binutils,bsdmainutils,bzip2,ca-certificates,cpio,curl,file,gzip,hostname,jq,lib32gcc1,lib32stdc++6,netcat,pigz,python3,tar,tmux,unzip,util-linux,uuid-runtime,wget,xz-utils
117 tf2,libcurl4-gnutls-dev:i386
118 tfc
119 ti
120 tmnf,libxml2-utils
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl4-gnutls-dev:i386
tfc
ti
tmnf,libxml2-utils
ts
ts3
tu

1 all,bc,binutils,bsdmainutils,bzip2,ca-certificates,cpio,curl,distro-info,file,gzip,hostname,jq,lib32gcc1,lib32stdc++6,netcat,pigz,python3,tar,tmux,unzip,util-linux,uuid-runtime,wget,xz-utils
117 tf2,libcurl4-gnutls-dev:i386
118 tfc
119 ti
120 tmnf,libxml2-utils
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl4-gnutls-dev:i386
tfc
ti
tmnf,libxml2-utils
ts
ts3
tu

1 all,bc,binutils,bsdmainutils,bzip2,ca-certificates,cpio,curl,distro-info,file,gzip,hostname,jq,lib32gcc1,lib32stdc++6,netcat,pigz,python3,tar,tmux,unzip,util-linux,uuid-runtime,wget,xz-utils
117 tf2,libcurl4-gnutls-dev:i386
118 tfc
119 ti
120 tmnf,libxml2-utils
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl4-gnutls-dev:i386
tfc
ti
tmnf,libxml2-utils
ts
ts3
tu

1 all,bc,binutils,bsdmainutils,bzip2,ca-certificates,cpio,curl,distro-info,file,gzip,hostname,jq,lib32gcc-s1,lib32stdc++6,netcat,pigz,python3,tar,tmux,unzip,util-linux,uuid-runtime,wget,xz-utils
117 tf2,libcurl4-gnutls-dev:i386
118 tfc
119 ti
120 tmnf,libxml2-utils
121 ts
122 ts3
123 tu

View File

@ -117,6 +117,7 @@ tf
tf2,libcurl4-gnutls-dev:i386
tfc
ti
tmnf,libxml2-utils
ts
ts3
tu

1 all,bc,binutils,bsdmainutils,bzip2,ca-certificates,cpio,curl,distro-info,file,gzip,hostname,jq,lib32gcc-s1,lib32stdc++6,netcat-openbsd,pigz,python3,tar,tmux,unzip,util-linux,uuid-runtime,wget,xz-utils
117 tf2,libcurl4-gnutls-dev:i386
118 tfc
119 ti
120 tmnf,libxml2-utils
121 ts
122 ts3
123 tu

View File

@ -67,7 +67,7 @@ currentopt+=("${cmd_update_linuxgsm[@]}")
# Exclude noupdate games here.
if [ "${shortname}" == "jk2" ] || [ "${engine}" != "idtech3" ]; then
if [ "${shortname}" != "bf1942" ] && [ "${shortname}" != "bfv" ] && [ "${engine}" != "idtech2" ] && [ "${engine}" != "iw2.0" ] && [ "${engine}" != "iw3.0" ] && [ "${engine}" != "quake" ] && [ "${shortname}" != "samp" ] && [ "${shortname}" != "ut2k4" ]; then
if [ "${shortname}" != "bf1942" ] && [ "${shortname}" != "bfv" ] && [ "${engine}" != "idtech2" ] && [ "${engine}" != "iw2.0" ] && [ "${engine}" != "iw3.0" ] && [ "${engine}" != "quake" ] && [ "${shortname}" != "samp" ] && [ "${shortname}" != "tmnf" ] && [ "${shortname}" != "ut2k4" ]; then
currentopt+=("${cmd_update[@]}" "${cmd_check_update[@]}")
# force update for SteamCMD or Multi Theft Auto only.
if [ "${appid}" ] || [ "${shortname}" == "mta" ]; then

View File

@ -1438,6 +1438,25 @@ fn_info_game_jk2() {
serverversion="${serverversion:-"NOT SET"}"
}
# Config Type: xml
# Comment: <!-- -->
# Example: <name>LinuxGSM</name>
# Filetype: xml
fn_info_game_maniaplanet() {
if [ -f "${servercfgfullpath}" ]; then
fn_info_game_xml "servername" "/dedicated/server_options/name"
fn_info_game_xml "maxplayers" "/dedicated/server_options/max_players"
fn_info_game_xml "serverpassword" "/dedicated/server_options/password"
fn_info_game_xml "port" "/dedicated/system_config/server_port"
fn_info_game_xml "queryport" "/dedicated/system_config/xmlrpc_port"
fi
servername="${servername:-"NOT SET"}"
maxplayers="${maxplayers:-"0"}"
serverpassword="${serverpassword:-"NOT SET"}"
port="${port:-"0"}"
queryport="${port:-"0"}"
}
# Config Type: Java properties
# Comment: # or !
# Example: motd=SERVERNAME
@ -2382,6 +2401,8 @@ elif [ "${shortname}" == "kf" ]; then
fn_info_game_kf
elif [ "${shortname}" == "kf2" ]; then
fn_info_game_kf2
elif [ "${engine}" == "maniaplanet" ]; then
fn_info_game_maniaplanet
elif [ "${shortname}" == "mc" ] || [ "${shortname}" == "pmc" ]; then
fn_info_game_mc
elif [ "${shortname}" == "mcb" ]; then

View File

@ -160,6 +160,13 @@ fn_install_server_files() {
run="norun"
force="noforce"
md5="201e23bab04207d00ce813d001c483d9"
elif [ "${shortname}" == "tmnf" ]; then
remote_fileurl="http://files2.trackmaniaforever.com/TrackmaniaServer_2011-02-21.zip"
local_filedir="${tmpdir}"
local_filename="TrackmaniaServer_2011-02-21.zip"
chmodx="nochmodx" run="norun"
force="noforce"
md5="dd021f49c3d58d45ee09f333015bdb35b19243a38fa65f202ca8a88fb6550c0b" # sha256 sum
elif [ "${shortname}" == "ts" ]; then
remote_fileurl="http://linuxgsm.download/TheSpecialists/ts-3-linux-final.tar.xz"
local_filedir="${tmpdir}"