From 360a9fcd3aceea8d2a8e9ba39d1a71de06b0c2ec Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Nov 2018 22:40:24 +0000 Subject: [PATCH 01/46] StickyBots --- lgsm/data/serverlist.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/data/serverlist.csv b/lgsm/data/serverlist.csv index 12bb0532c..ca51313de 100644 --- a/lgsm/data/serverlist.csv +++ b/lgsm/data/serverlist.csv @@ -63,6 +63,7 @@ ricochet,ricochetserver,Ricochet rust,rustserver,Rust rw,rwserver, Rising World samp,sampserver,San Andreas Multiplayer +sbot,sbotserver, StickyBots ss3,ss3server,Serious Sam 3: BFE sb,sbserver,Starbound st,stserver,Stationeers From 9b4d5130be05e7a1ea6cbc83184ff17013818d6e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Nov 2018 22:46:39 +0000 Subject: [PATCH 02/46] sbotsserver config --- .../config-lgsm/sbotsserver/_default.cfg | 120 ++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 lgsm/config-default/config-lgsm/sbotsserver/_default.cfg diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg new file mode 100644 index 000000000..4c732e151 --- /dev/null +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -0,0 +1,120 @@ +################################## +######## Default Settings ######## +################################## +# DO NOT EDIT 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 + +#### Server Settings #### + +## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters + +## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +fn_parms(){ +parms="" +} + +#### LinuxGSM Settings #### + +## Notification Alerts +# (on|off) + +# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +postalert="off" +postdays="7" +posttarget="https://hastebin.com" + +# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +discordalert="off" +discordwebhook="webhook" + +# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +emailalert="off" +email="email@example.com" +emailfrom="" + +# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +iftttalert="off" +ifttttoken="accesstoken" +iftttevent="linuxgsm_alert" + +# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +mailgunalert="off" +mailguntoken="accesstoken" +mailgundomain="example.com" +mailgunemailfrom="alert@example.com" +mailgunemail="email@myemail.com" + +# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +pushbulletalert="off" +pushbullettoken="accesstoken" +channeltag="" + +# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +pushoveralert="off" +pushovertoken="accesstoken" + +# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". +# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need +# any custom string in curl - simple ignore this parameter. +telegramalert="off" +telegramtoken="accesstoken" +telegramchatid="" +curlcustomstring="" + +## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +maxbackups="4" +maxbackupdays="30" +stoponbackup="on" + +## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +consolelogging="on" +logdays="7" + +#### LinuxGSM Advanced Settings #### + +# ANSI Colors +ansi="on" + +## SteamCMD Settings +# Server appid +appid="974130" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta latest_experimental" +branch="" + +## LinuxGSM Server Details +# Do not edit +gamename="StickyBots" +engine="unreal4" + +#### Directories #### +# Edit with care + +## Server Specific Directories +systemdir="${serverfiles}" +executabledir="${systemdir}/blank1/Binaries/Linux" +executable="./blank1Server-Linux-Shipping" +servercfg="StickyBotsSettings.ini" +servercfgdir="${systemdir}/blank1/Config/Windows" +servercfgfullpath="${servercfgdir}/${servercfg}" + +## Backup Directory +backupdir="${rootdir}/backups" + +## Logging Directories +logdir="${rootdir}/log" +gamelogdir="${serverfiles}/Logs" +lgsmlogdir="${logdir}/script" +consolelogdir="${logdir}/console" +lgsmlog="${lgsmlogdir}/${servicename}-script.log" +consolelog="${consolelogdir}/${servicename}-console.log" +alertlog="${lgsmlogdir}/${servicename}-alert.log" +postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log" + +## Logs Naming +lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" +consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" \ No newline at end of file From 1b7756a2f23cbcb3bdea3948d293b25d70354ab4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 16 Nov 2018 21:57:00 +0000 Subject: [PATCH 03/46] sbots glibc --- lgsm/functions/info_glibc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index f3597cbf8..6179d99a4 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -114,6 +114,9 @@ elif [ "${gamename}" == "Squad" ]; then elif [ "${gamename}" == "Sven Co-op" ]; then glibcrequired="2.18" glibcfix="no" +elif [ "${shortname}" == "sbots" ]; then + glibcrequired="2.17" + glibcfix="no" elif [ "${gamename}" == "Team Fortress 2" ]; then glibcrequired="2.15" glibcfix="yes" From c5b3611171344c0712e529791ca8464611fdc638 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 16 Nov 2018 22:35:04 +0000 Subject: [PATCH 04/46] sbots info config --- lgsm/functions/info_config.sh | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index 97ba4eb1d..ac78acda9 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -589,6 +589,36 @@ fn_info_config_seriousengine35(){ fi } +#StickyBots +fn_info_config_sbots(){ + if [ ! -f "${servercfgfullpath}" ]; then + servername="${unavailable}" + maxplayers="${unavailable}" + numreservedslots="${unavailable}" + else + servername="$(grep "ServerName=" "${servercfgfullpath}" | sed -e 's/^[ \t]//g' -e '/^#/d' -e 's/ServerName//g' | tr -d '=";,:' | sed -e 's/^[ \t]//' -e 's/[ \t]*$//')" + maxplayers="$(grep "MaxPlayers=" "${servercfgfullpath}" | tr -cd '[:digit:]')" + numreservedslots="$(grep "NumReservedSlots=" "${servercfgfullpath}" | tr -cd '[:digit:]')" + fi + + if [ ! -f "${servercfgdir}/Rcon.cfg" ]; then + rconport=${unavailable} + rconpassword=${unavailable} + else + rconport=$(grep "Port=" "${servercfgdir}/Rcon.cfg" | tr -cd '[:digit:]') + rconpassword=$(grep "Password=" "${servercfgdir}/Rcon.cfg" | sed -e 's/^[ \t]*//g' -e '/^\//d' -e 's/Password//g' | tr -d '=\";,:' | sed -e 's/^[ \t]*//' -e 's/[ \t]*$//') + fi + + rconport=${rconport:-"0"} + if [ -z "${rconpassword}" ]||[ ${#rconpassword} == 1 ]; then + rconpassword="NOT SET" + fi + servername=${servername:-"NOT SET"} + serverpassword=${serverpassword:-"NOT SET"} + maxplayers=${maxplayers:-"0"} + numreservedslots=${maxplayers:-"0"} +} + fn_info_config_source(){ if [ ! -f "${servercfgfullpath}" ]; then servername="${unavailable}" @@ -1178,6 +1208,9 @@ elif [ "${gamename}" == "Mumble" ]; then # San Andreas Multiplayer elif [ "${gamename}" == "San Andreas Multiplayer" ]; then fn_info_config_samp +# StickyBots +elif [ "${shortname}" == "pstbs" ]; then + fn_info_config_sbots # Teeworlds elif [ "${engine}" == "teeworlds" ]; then fn_info_config_teeworlds From b44e58c45af028a7c59c560dcc4f98fe1400f453 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 16 Nov 2018 23:44:23 +0000 Subject: [PATCH 05/46] updated info config sbots --- lgsm/functions/info_config.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index ac78acda9..87c084265 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -598,25 +598,11 @@ fn_info_config_sbots(){ else servername="$(grep "ServerName=" "${servercfgfullpath}" | sed -e 's/^[ \t]//g' -e '/^#/d' -e 's/ServerName//g' | tr -d '=";,:' | sed -e 's/^[ \t]//' -e 's/[ \t]*$//')" maxplayers="$(grep "MaxPlayers=" "${servercfgfullpath}" | tr -cd '[:digit:]')" - numreservedslots="$(grep "NumReservedSlots=" "${servercfgfullpath}" | tr -cd '[:digit:]')" - fi - - if [ ! -f "${servercfgdir}/Rcon.cfg" ]; then - rconport=${unavailable} - rconpassword=${unavailable} - else - rconport=$(grep "Port=" "${servercfgdir}/Rcon.cfg" | tr -cd '[:digit:]') - rconpassword=$(grep "Password=" "${servercfgdir}/Rcon.cfg" | sed -e 's/^[ \t]*//g' -e '/^\//d' -e 's/Password//g' | tr -d '=\";,:' | sed -e 's/^[ \t]*//' -e 's/[ \t]*$//') fi - rconport=${rconport:-"0"} - if [ -z "${rconpassword}" ]||[ ${#rconpassword} == 1 ]; then - rconpassword="NOT SET" - fi servername=${servername:-"NOT SET"} serverpassword=${serverpassword:-"NOT SET"} maxplayers=${maxplayers:-"0"} - numreservedslots=${maxplayers:-"0"} } fn_info_config_source(){ From 5d47101ac75a0da4f9b7a96e71940e5607dc9097 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 17 Nov 2018 00:30:05 +0000 Subject: [PATCH 06/46] tidy --- lgsm/config-default/config-lgsm/pstbsserver/_default.cfg | 1 - lgsm/config-default/config-lgsm/squadserver/_default.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg b/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg index 8f472ce6b..a3aed4eec 100644 --- a/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg @@ -9,7 +9,6 @@ #### Server Settings #### ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters - ip="0.0.0.0" randommap="ALWAYS" port="10027" diff --git a/lgsm/config-default/config-lgsm/squadserver/_default.cfg b/lgsm/config-default/config-lgsm/squadserver/_default.cfg index f2ef9badf..60284ca6f 100644 --- a/lgsm/config-default/config-lgsm/squadserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/squadserver/_default.cfg @@ -9,10 +9,10 @@ #### Server Settings #### ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +ip="0.0.0.0" port="7787" queryport="27165" randommap="ALWAYS" -ip="0.0.0.0" ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ From 89d85210f06d133ee64faf446890ee48d730fdc7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 17 Nov 2018 00:31:34 +0000 Subject: [PATCH 07/46] sbots update --- lgsm/functions/info_config.sh | 1 - lgsm/functions/info_messages.sh | 16 ++++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index 87c084265..abfb72833 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -594,7 +594,6 @@ fn_info_config_sbots(){ if [ ! -f "${servercfgfullpath}" ]; then servername="${unavailable}" maxplayers="${unavailable}" - numreservedslots="${unavailable}" else servername="$(grep "ServerName=" "${servercfgfullpath}" | sed -e 's/^[ \t]//g' -e '/^#/d' -e 's/ServerName//g' | tr -d '=";,:' | sed -e 's/^[ \t]//' -e 's/[ \t]*$//')" maxplayers="$(grep "MaxPlayers=" "${servercfgfullpath}" | tr -cd '[:digit:]')" diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 996559796..e1a6b623e 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -717,7 +717,7 @@ fn_info_message_mumble(){ echo -e "> ServerQuery\tINBOUND\t${port}\ttcp" } | column -s $'\t' -t } -fn_info_Message_pstbs(){ +fn_info_message_pstbs(){ echo -e "netstat -atunp | grep PostScriptum" echo -e "" { @@ -860,6 +860,16 @@ fn_info_message_seriousengine35(){ } | column -s $'\t' -t } +fn_info_message_sbots(){ + echo -e "netstat -atunp | grep blank1" + echo -e "" + { + echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" + echo -e "> Game\tINBOUND\t${port}\tudp" + echo -e "> Query\tINBOUND\t${queryport}\tudp" + } | column -s $'\t' -t +} + fn_info_message_sdtd(){ fn_info_message_password_strip echo -e "netstat -atunp | grep 7DaysToDie" @@ -1151,7 +1161,7 @@ fn_info_message_select_engine(){ elif [ "${shortname}" == "kf2" ]; then fn_info_message_kf2 elif [ "${shortname}" == "pstbs" ]; then - fn_info_Message_pstbs + fn_info_message_pstbs elif [ "${gamename}" == "Project Cars" ]; then fn_info_message_projectcars elif [ "${gamename}" == "QuakeWorld" ]; then @@ -1168,6 +1178,8 @@ fn_info_message_select_engine(){ fn_info_message_squad elif [ "${gamename}" == "Stationeers" ]; then fn_info_message_stationeers + elif [ "${shortname}" == "sbots" ]; then + fn_info_message_sbots elif [ "${gamename}" == "TeamSpeak 3" ]; then fn_info_message_teamspeak3 elif [ "${gamename}" == "Tower Unite" ]; then From 2d790dd74428ac1a291b365b468ac31310e44bc2 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 20 Nov 2018 19:41:02 +0000 Subject: [PATCH 08/46] Added stickybots parms --- lgsm/functions/info_parms.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lgsm/functions/info_parms.sh b/lgsm/functions/info_parms.sh index 696ba8396..fe9576efc 100644 --- a/lgsm/functions/info_parms.sh +++ b/lgsm/functions/info_parms.sh @@ -124,6 +124,16 @@ fn_info_parms_spark(){ mods=${mods:-"NOT SET"} } +fn_info_parms_stickybots(){ + port=${port:-"0"} + queryport=${queryport:-"0"} + servername=${servername:-"NOT SET"} + serverpassword=${serverpassword:-"NOT SET"} + defaultmap=${defaultmap:-"NOT SET"} + defaultscenario=${defaultscenario:-"NOT SET"} + maxplayers=${maxplayers:-"0"} +} + fn_info_config_towerunite(){ port=${port:-"0"} queryport=${queryport:-"0"} @@ -184,6 +194,9 @@ elif [ "${gamename}" == "Rust" ]; then # Rising World elif [ "${shortname}" == "rw" ]; then fn_info_parms_risingworld +# Sticky Bots +elif [ "${shortname}" == "sbots" ]; then + fn_info_parms_stickybots # Serious Sam elif [ "${engine}" == "seriousengine35" ]; then fn_info_config_seriousengine35 From a85a5093ceb36e9f426d23ca1c60e8bca3bc7734 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 20 Nov 2018 19:50:32 +0000 Subject: [PATCH 09/46] corrected systemconfig dir --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 4c732e151..90e5a5695 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -99,7 +99,7 @@ systemdir="${serverfiles}" executabledir="${systemdir}/blank1/Binaries/Linux" executable="./blank1Server-Linux-Shipping" servercfg="StickyBotsSettings.ini" -servercfgdir="${systemdir}/blank1/Config/Windows" +servercfgdir="${systemdir}/blank1/Saved/Config/Windows" servercfgfullpath="${servercfgdir}/${servercfg}" ## Backup Directory From c45e1ae0794318da7070d88983dd08416b0ce7c7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 20 Nov 2018 21:37:40 +0000 Subject: [PATCH 10/46] added port parameters --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 90e5a5695..7fb26f8a6 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -12,7 +12,7 @@ ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms="" +parms="Port=${port}?QueryPort=${queryport}" } #### LinuxGSM Settings #### From 288b069f1baf98122dbcb1d58dcffcdddf62f4fa Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 20 Nov 2018 21:39:16 +0000 Subject: [PATCH 11/46] added parm vars --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 7fb26f8a6..5fabdb61d 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -10,6 +10,9 @@ ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +port="7777" +queryport="27015" + ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ parms="Port=${port}?QueryPort=${queryport}" From 36474484fed72078e2f7a3f2055951222d0cd2c1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 20 Nov 2018 22:14:32 +0000 Subject: [PATCH 12/46] removed default scenario --- lgsm/functions/info_parms.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lgsm/functions/info_parms.sh b/lgsm/functions/info_parms.sh index fe9576efc..3c4dc5e53 100644 --- a/lgsm/functions/info_parms.sh +++ b/lgsm/functions/info_parms.sh @@ -130,7 +130,6 @@ fn_info_parms_stickybots(){ servername=${servername:-"NOT SET"} serverpassword=${serverpassword:-"NOT SET"} defaultmap=${defaultmap:-"NOT SET"} - defaultscenario=${defaultscenario:-"NOT SET"} maxplayers=${maxplayers:-"0"} } From e9679d2bb5b5e7e8b92ae81ec869ad76a5423473 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 3 Dec 2018 22:57:19 +0000 Subject: [PATCH 13/46] docs(template): add "Basic info" section prompting user to add detail --- .github/ISSUE_TEMPLATE/bug_report.md | 14 ++++++++++++-- .github/ISSUE_TEMPLATE/feature_request.md | 6 ++++++ .github/ISSUE_TEMPLATE/new-server-request.md | 4 ++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f69856e5f..e3a12cdb0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ + --- name: Bug report -about: Create a report to help us improve +about: Found a bug? Raise a report --- @@ -8,18 +9,27 @@ Follow **[this guide](https://linuxgsm.com/support/#guide)** to make sure you po For general support visit the **[steam group](https://linuxgsm.com/steam)**. GitHub is **ONLY** for: +``` * LinuxGSM bugs * feature suggestions * code contributions +``` GitHub is **NOT** for: +``` * General support * Specific game server issues (e.g CS:GO, TF2) * Dedicated server issues (e.g Ubuntu, CentOS) * Anything not directly related to LinuxGSM development - +``` Any general support issues on GitHub will be closed. +*Please use the template below* + +**Basic info** +Game: +Distro: + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6ba0c2bd2..9e6f49b49 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -20,6 +20,12 @@ GitHub is **NOT** for: Any general support issues on GitHub will be closed. +*Please use the template below* + +**Basic info** +Game: +Distro: + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/ISSUE_TEMPLATE/new-server-request.md b/.github/ISSUE_TEMPLATE/new-server-request.md index 6ce2f50d1..f7debe982 100644 --- a/.github/ISSUE_TEMPLATE/new-server-request.md +++ b/.github/ISSUE_TEMPLATE/new-server-request.md @@ -4,13 +4,13 @@ about: Suggest a new game server to be added --- -**What game server Would you like adding?** +**What game server would you like adding?** **Can you link to any tutorials or guides?** Any useful guides will help with development **Is the server on Steam?** -If yes Use SteamDB to get the appid. https://steamdb.info/ +If yes Use SteamDB to get the appid. https://steamdb.info **Is the server supported on Linux?** We only support Linux servers and dont support Wine. From cfbc46066795b5caca5b48685864a404ac394f63 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 4 Dec 2018 00:29:28 +0000 Subject: [PATCH 14/46] refactor: shortname variable change (#2088) * change `${gamename}` to `${shortname}` * apply shellcheck recommendations --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/new-server-request.md | 4 +- lgsm/functions/check_config.sh | 4 +- lgsm/functions/check_deps.sh | 2 +- lgsm/functions/check_ip.sh | 2 +- lgsm/functions/check_logs.sh | 2 +- lgsm/functions/command_console.sh | 4 +- lgsm/functions/command_details.sh | 2 +- lgsm/functions/command_dev_clear_functions.sh | 4 +- lgsm/functions/command_dev_query_raw.sh | 2 +- lgsm/functions/command_fastdl.sh | 10 +-- lgsm/functions/command_install.sh | 12 ++-- lgsm/functions/command_monitor.sh | 8 +-- lgsm/functions/command_postdetails.sh | 2 +- lgsm/functions/command_start.sh | 2 +- lgsm/functions/command_stop.sh | 20 +++--- lgsm/functions/command_update.sh | 12 ++-- lgsm/functions/command_validate.sh | 8 --- lgsm/functions/command_wipe.sh | 4 +- lgsm/functions/core_getopt.sh | 20 +++--- lgsm/functions/fix.sh | 28 ++++---- lgsm/functions/fix_steamcmd.sh | 6 +- lgsm/functions/info_config.sh | 70 +++++++++---------- lgsm/functions/info_parms.sh | 22 +++--- lgsm/functions/mods_core.sh | 2 +- lgsm/functions/update_ts3.sh | 4 +- 26 files changed, 123 insertions(+), 135 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e3a12cdb0..72eb679f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -43,7 +43,7 @@ Steps to reproduce the behaviour: **Expected behaviour** A clear and concise description of what you expected to happen. -** Minimum Information ** +**Minimum Information** The game server you are running (e.g. Rust/CS:GO). The link from `./gameserver postdetails` command. diff --git a/.github/ISSUE_TEMPLATE/new-server-request.md b/.github/ISSUE_TEMPLATE/new-server-request.md index f7debe982..f528da120 100644 --- a/.github/ISSUE_TEMPLATE/new-server-request.md +++ b/.github/ISSUE_TEMPLATE/new-server-request.md @@ -10,7 +10,7 @@ about: Suggest a new game server to be added Any useful guides will help with development **Is the server on Steam?** -If yes Use SteamDB to get the appid. https://steamdb.info +If yes Use SteamDB to get the appid. (https://steamdb.info) **Is the server supported on Linux?** -We only support Linux servers and dont support Wine. +We only support Linux servers and do not support Wine. \ No newline at end of file diff --git a/lgsm/functions/check_config.sh b/lgsm/functions/check_config.sh index d7bc5ae92..dff515742 100644 --- a/lgsm/functions/check_config.sh +++ b/lgsm/functions/check_config.sh @@ -8,7 +8,7 @@ local commandname="CHECK" local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" if [ ! -e "${servercfgfullpath}" ]; then - if [ "${gamename}" != "Hurtworld" ]&&[ "${shortname}" != "ut3" ]&&[ "${shortname}" != "kf2" ]; then + if [ "${shortname}" != "hw" ]&&[ "${shortname}" != "ut3" ]&&[ "${shortname}" != "kf2" ]; then fn_print_dots "" sleep 0.5 fn_print_warn_nl "Configuration file missing!" @@ -20,7 +20,7 @@ if [ ! -e "${servercfgfullpath}" ]; then fi fi -if [ "${gamename}" == "Rust" ]; then +if [ "${shortname}" == "rust" ]; then if [ -z "${rconpassword}" ]; then fn_print_dots "" sleep 0.5 diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 410483480..738e24f65 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -474,7 +474,7 @@ fn_deps_build_redhat(){ # Brainbread 2, Don't Starve Together & Team Fortress 2 elif [ "${shortname}" == "bb2" ]||[ "${shortname}" == "dst" ]||[ "${shortname}" == "tf2" ]; then array_deps_required+=( libcurl.i686 ) - if [ "${gamename}" == "Team Fortress 2" ]; then + if [ "${shortname}" == "tf2" ]; then array_deps_required+=( gperftools-libs.i686 ) fi # Battlefield: 1942 diff --git a/lgsm/functions/check_ip.sh b/lgsm/functions/check_ip.sh index 992fd0e93..ba0fd6ece 100644 --- a/lgsm/functions/check_ip.sh +++ b/lgsm/functions/check_ip.sh @@ -7,7 +7,7 @@ local commandname="CHECK" -if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${travistest}" != "1" ]; then +if [ "${shortname}" != "ts3" ]&&[ "${shortname}" != "mumble" ]&&[ "${travistest}" != "1" ]; then if [ ! -f "/bin/ip" ]; then ipcommand="/sbin/ip" else diff --git a/lgsm/functions/check_logs.sh b/lgsm/functions/check_logs.sh index b842c0de6..717e53ada 100644 --- a/lgsm/functions/check_logs.sh +++ b/lgsm/functions/check_logs.sh @@ -16,7 +16,7 @@ fn_check_logs(){ } # Create directories for the script and console logs -if [ ! -d "${lgsmlogdir}" ]||[ ! -d "${consolelogdir}" ]&&[ "${gamename}" != "TeamSpeak 3" ]; then +if [ ! -d "${lgsmlogdir}" ]||[ ! -d "${consolelogdir}" ]&&[ "${shortname}" != "ts3" ]; then fn_check_logs fi diff --git a/lgsm/functions/command_console.sh b/lgsm/functions/command_console.sh index e7d9a6ac9..410548987 100644 --- a/lgsm/functions/command_console.sh +++ b/lgsm/functions/command_console.sh @@ -10,10 +10,8 @@ local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" check.sh fn_print_header -if [ "${gamename}" == "Rust" ]||[ "${gamename}" == "Hurtworld" ]||[ "${gamename}" == "ARK: Survival Evolved" ]; then +if [ "${shortname}" == "rust" ]||[ "${shortname}" == "hw" ]||[ "${shortname}" == "ark" ]; then fn_print_information_nl "${gamename} does not produce a verbose output to the console" -fi -if [ "${gamename}" == "Rust" ]||[ "${gamename}" == "Hurtworld" ]||[ "${gamename}" == "ARK: Survival Evolved" ]; then fn_print_information_nl "${gamename} does not allow server commands to be entered in to the console" fi fn_print_information_nl "Press \"CTRL+b\" then \"d\" to exit console." diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index 3474ae3ac..4b11d0658 100644 --- a/lgsm/functions/command_details.sh +++ b/lgsm/functions/command_details.sh @@ -24,7 +24,7 @@ fn_info_message_gameserver fn_info_message_script fn_info_message_backup # Some game servers do not have parms. -if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${engine}" != "avalanche2.0" ]&&[ "${engine}" != "dontstarve" ]&&[ "${engine}" != "projectzomboid" ]&&[ "${engine}" != "renderware" ]; then +if [ "${shortname}" != "ts3" ]&&[ "${shortname}" != "jc2" ]&&[ "${shortname}" != "dst" ]&&[ "${shortname}" != "pz" ]&&[ "${engine}" != "renderware" ]; then fn_parms fn_info_message_commandlineparms fi diff --git a/lgsm/functions/command_dev_clear_functions.sh b/lgsm/functions/command_dev_clear_functions.sh index 40f781d72..bf026ced5 100644 --- a/lgsm/functions/command_dev_clear_functions.sh +++ b/lgsm/functions/command_dev_clear_functions.sh @@ -9,7 +9,7 @@ echo "Clear Functions" echo "=================================" echo "" if fn_prompt_yn "Do you want to delete all functions?" Y; then - rm -rfv "${functionsdir}"/* - rm -rfv "${configdirdefault}"/* + rm -rfv "${functionsdir:?}/"* + rm -rfv "${configdirdefault:?}/"* fi core_exit.sh \ No newline at end of file diff --git a/lgsm/functions/command_dev_query_raw.sh b/lgsm/functions/command_dev_query_raw.sh index c16d517aa..af0e7de6a 100644 --- a/lgsm/functions/command_dev_query_raw.sh +++ b/lgsm/functions/command_dev_query_raw.sh @@ -24,7 +24,7 @@ info_config.sh info_parms.sh if [ "${engine}" == "idtech3_ql" ]; then local engine="quakelive" -elif [ "${gamename}" == "Killing Floor 2" ]; then +elif [ "${shortname}" == "kf2" ]; then local engine="unreal4" fi diff --git a/lgsm/functions/command_fastdl.sh b/lgsm/functions/command_fastdl.sh index 630778e59..7eed4813e 100644 --- a/lgsm/functions/command_fastdl.sh +++ b/lgsm/functions/command_fastdl.sh @@ -51,7 +51,7 @@ if [ -d "${fastdldir}" ]; then fi # Garry's Mod Specific -if [ "${gamename}" == "Garry's Mod" ]; then +if [ "${shortname}" == "gmod" ]; then # Prompt for download enforcer, which is using a .lua addfile resource generator if fn_prompt_yn "Force clients to download files?" Y; then luaresource="on" @@ -152,7 +152,7 @@ fn_fastdl_preview(){ echo -e "analysing required files" fn_script_log_info "Analysing required files" # Garry's Mod - if [ "${gamename}" == "Garry's Mod" ]; then + if [ "${shortname}" == "gmod" ]; then cd "${systemdir}" || exit allowed_extentions_array=( "*.ain" "*.bsp" "*.mdl" "*.mp3" "*.ogg" "*.otf" "*.pcf" "*.phy" "*.png" "*.vtf" "*.vmt" "*.vtx" "*.vvd" "*.ttf" "*.wav" ) for allowed_extention in "${allowed_extentions_array[@]}"; do @@ -207,7 +207,7 @@ fn_fastdl_preview(){ sleep 0.5 totalfiles=$(wc -l < "${tmpdir}/fastdl_files_to_compress.txt") # Calculates total file size - while read dufile; do + while read -r dufile; do filesize=$(stat -c %s "${dufile}") filesizetotal=$(( ${filesizetotal} + ${filesize} )) exitcode=$? @@ -358,7 +358,7 @@ fn_fastdl_build(){ # Copy all needed files for FastDL echo -e "copying files to ${fastdldir}" fn_script_log_info "Copying files to ${fastdldir}" - if [ "${gamename}" == "Garry's Mod" ]; then + if [ "${shortname}" == "gmod" ]; then fn_fastdl_gmod fn_fastdl_gmod_dl_enforcer else @@ -387,7 +387,7 @@ fn_fastdl_gmod_dl_enforcer(){ echo -en "creating new download enforcer: ${luafastdlfile}..." touch "${luafastdlfullpath}" # Read all filenames and put them into a lua file at the right path - while read line; do + while read -r line; do echo "resource.AddFile( \"${line}\" )" >> "${luafastdlfullpath}" done < <(find "${fastdldir:?}" \( -type f ! -name "*.bz2" \) -printf '%P\n') exitcode=$? diff --git a/lgsm/functions/command_install.sh b/lgsm/functions/command_install.sh index ba4059649..78b0e5441 100644 --- a/lgsm/functions/command_install.sh +++ b/lgsm/functions/command_install.sh @@ -19,7 +19,7 @@ else check_deps.sh installflag=1 # Download and install - if [ "${gamename}" == "Unreal Tournament 2004" ]; then + if [ "${shortname}" == "ut2k4" ]; then install_server_files.sh install_ut2k4_key.sh elif [ -z "${appid}" ]; then @@ -32,15 +32,15 @@ else # Configuration install_config.sh - if [ "${gamename}" == "BrainBread 2" ]||[ "${gamename}" == "Black Mesa: Deathmatch" ]||[ "${gamename}" == "Counter-Strike: Global Offensive" ]||[ "${gamename}" == "Empires Mod" ]||[ "${gamename}" == "Garry’s Mod" ]||[ "${gamename}" == "No more Room in Hell" ]||[ "${gamename}" == "Team Fortress 2" ]||[ "${gamename}" == "Tower Unite" ]; then + if [ "${shortname}" == "bb2" ]||[ "${shortname}" == "bmdm" ]||[ "${shortname}" == "csgo" ]||[ "${shortname}" == "em" ]||[ "${shortname}" == "gmod" ]||[ "${shortname}" == "nmrih" ]||[ "${shortname}" == "tf2" ]||[ "${shortname}" == "tu" ]; then install_gslt.sh - elif [ "${gamename}" == "Don't Starve Together" ]; then + elif [ "${shortname}" == "dst" ]; then install_dst_token.sh - elif [ "${gamename}" == "Squad" ]; then + elif [ "${shortname}" == "squad" ]; then install_squad_license.sh - elif [ "${gamename}" == "TeamSpeak 3" ]; then + elif [ "${shortname}" == "ts3" ]; then install_ts3db.sh - elif [ "${gamename}" == "Multi Theft Auto" ]; then + elif [ "${shortname}" == "mta" ]; then command_install_resources_mta.sh fi diff --git a/lgsm/functions/command_monitor.sh b/lgsm/functions/command_monitor.sh index c4b9f9a42..2a291cd15 100644 --- a/lgsm/functions/command_monitor.sh +++ b/lgsm/functions/command_monitor.sh @@ -110,9 +110,9 @@ fn_monitor_check_session(){ fn_print_ok_eol_nl fn_script_log_pass "Checking session: OK" else - if [ "${gamename}" == "TeamSpeak 3" ]; then + if [ "${shortname}" == "ts3" ]; then fn_print_error "Checking session: ${ts3error}: " - elif [ "${gamename}" == "Mumble" ]; then + elif [ "${shortname}" == "mumble" ]; then fn_print_error "Checking session: Not listening to port ${queryport}" else fn_print_error "Checking session: " @@ -137,7 +137,7 @@ fn_monitor_query(){ if [ "${allowed_engine}" == "${engine}" ]; then if [ "${engine}" == "idtech3_ql" ]; then local engine="quakelive" - elif [ "${gamename}" == "Killing Floor 2" ]; then + elif [ "${shortname}" == "kf2" ]; then local engine="unreal4" fi @@ -186,7 +186,7 @@ fn_monitor_check_lockfile fn_monitor_check_update fn_monitor_check_session # Query has to be enabled in Starbound config -if [ "${gamename}" == "Starbound" ]; then +if [ "${shortname}" == "sb" ]; then if [ "${queryenabled}" == "true" ]; then fn_monitor_query fi diff --git a/lgsm/functions/command_postdetails.sh b/lgsm/functions/command_postdetails.sh index 1c47f0a64..a4a0b96c4 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -68,7 +68,7 @@ else fn_info_message_script fn_info_message_backup # Some game servers do not have parms. - if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${engine}" != "avalanche2.0" ]&&[ "${engine}" != "avalanche3.0" ]&&[ "${engine}" != "dontstarve" ]&&[ "${engine}" != "projectzomboid" ]&&[ "${engine}" != "renderware" ]; then + if [ "${shortname}" != "ts3" ]&&[ "${shortname}" != "jc2" ]&&[ "${shortname}" != "jc3" ]&&[ "${shortname}" != "dst" ]&&[ "${shortname}" != "pz" ]&&[ "${engine}" != "renderware" ]; then fn_parms fn_info_message_commandlineparms fi diff --git a/lgsm/functions/command_start.sh b/lgsm/functions/command_start.sh index 30c425c51..77c25ee8f 100644 --- a/lgsm/functions/command_start.sh +++ b/lgsm/functions/command_start.sh @@ -214,7 +214,7 @@ if [ "${updateonstart}" == "yes" ]||[ "${updateonstart}" == "1" ]||[ "${updateon command_update.sh fi -if [ "${gamename}" == "TeamSpeak 3" ]; then +if [ "${shortname}" == "ts3" ]; then fn_start_teamspeak3 else fn_start_tmux diff --git a/lgsm/functions/command_stop.sh b/lgsm/functions/command_stop.sh index 72641d2d2..f9042a4a5 100644 --- a/lgsm/functions/command_stop.sh +++ b/lgsm/functions/command_stop.sh @@ -174,22 +174,22 @@ fn_stop_graceful_sdtd(){ } fn_stop_graceful_select(){ - if [ "${gamename}" == "7 Days To Die" ]; then + if [ "${shortname}" == "sdtd" ]; then fn_stop_graceful_sdtd elif [ "${engine}" == "Spark" ]; then fn_stop_graceful_cmd "q" 30 - elif [ "${gamename}" == "Terraria" ]; then + elif [ "${shortname}" == "terraria" ]; then fn_stop_graceful_cmd "exit" 30 - elif [ "${gamename}" == "Minecraft" ]; then + elif [ "${shortname}" == "mc" ]; then fn_stop_graceful_cmd "stop" 30 - elif [ "${gamename}" == "Multi Theft Auto" ]; then + elif [ "${shortname}" == "mta" ]; then # we need a long wait time here as resources are stopped individually and process their own shutdowns fn_stop_graceful_cmd "quit" 120 elif [ "${engine}" == "goldsource" ]; then fn_stop_graceful_goldsource - elif [ "${engine}" == "avalanche2.0" ]||[ "${engine}" == "avalanche3.0" ]||[ "${gamename}" == "Factorio" ]||[ "${engine}" == "unity3d" ]||[ "${engine}" == "unreal4" ]||[ "${engine}" == "unreal3" ]||[ "${engine}" == "unreal2" ]||[ "${engine}" == "unreal" ]||[ "${gamename}" == "Mumble" ]||[ "${shortname}" == "wurm" ]; then + elif [ "${engine}" == "unity3d" ]||[ "${engine}" == "unreal4" ]||[ "${engine}" == "unreal3" ]||[ "${engine}" == "unreal2" ]||[ "${engine}" == "unreal" ]||[ "${shortname}" == "fctr" ]||[ "${shortname}" == "mumble" ]||[ "${shortname}" == "wurm" ]||[ "${shortname}" == "jc2" ]||[ "${shortname}" == "jc3" ]; then fn_stop_graceful_ctrlc - elif [ "${engine}" == "source" ]||[ "${engine}" == "quake" ]||[ "${engine}" == "idtech2" ]||[ "${engine}" == "idtech3" ]||[ "${engine}" == "idtech3_ql" ]||[ "${engine}" == "Just Cause 2" ]||[ "${engine}" == "projectzomboid" ]||[ "${shortname}" == "rw" ]; then + elif [ "${engine}" == "source" ]||[ "${engine}" == "quake" ]||[ "${engine}" == "idtech2" ]||[ "${engine}" == "idtech3" ]||[ "${engine}" == "idtech3_ql" ]||[ "${shortname}" == "jc2" ]||[ "${shortname}" == "pz" ]||[ "${shortname}" == "rw" ]; then fn_stop_graceful_cmd "quit" 30 fi } @@ -212,9 +212,7 @@ fn_stop_ark(){ if [ "${#queryport}" -gt 0 ] ; then for (( pidcheck=0 ; pidcheck < ${maxpiditer} ; pidcheck++ )) ; do - pid=$(netstat -nap 2>/dev/null | grep "^udp[[:space:]]" |\ - grep ":${queryport}[[:space:]]" | rev | awk '{print $1}' |\ - rev | cut -d\/ -f1) + pid=$(netstat -nap 2>/dev/null | grep "^udp[[:space:]]" | grep ":${queryport}[[:space:]]" | rev | awk '{print $1}' | rev | cut -d\/ -f1) # # check for a valid pid pid=${pid//[!0-9]/} @@ -263,7 +261,7 @@ fn_stop_tmux(){ if [ "${status}" == "0" ]; then # ARK doesn't clean up immediately after tmux is killed. # Make certain the ports are cleared before continuing. - if [ "${gamename}" == "ARK: Survival Evolved" ]; then + if [ "${shortname}" == "ark" ]; then fn_stop_ark fi fn_print_ok_nl "${servername}" @@ -280,7 +278,7 @@ fn_stop_pre_check(){ if [ "${status}" == "0" ]; then # $status comes from check_status.sh, which is run by check.sh for this command fn_print_info_nl "${servername} is already stopped" fn_script_log_error "${servername} is already stopped" - elif [ "${gamename}" == "TeamSpeak 3" ]; then + elif [ "${shortname}" == "ts3" ]; then fn_stop_teamspeak3 else fn_stop_graceful_select diff --git a/lgsm/functions/command_update.sh b/lgsm/functions/command_update.sh index de180118a..9c366ae61 100644 --- a/lgsm/functions/command_update.sh +++ b/lgsm/functions/command_update.sh @@ -9,19 +9,19 @@ local commandaction="Update" local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" fn_print_dots "" -sleep 0.5 +sleep 0.2 check.sh logs.sh -if [ "${gamename}" == "TeamSpeak 3" ]; then +if [ "${shortname}" == "ts3" ]; then update_ts3.sh -elif [ "${engine}" == "lwjgl2" ]; then +elif [ "${shortname}" == "mc" ]; then update_minecraft.sh -elif [ "${gamename}" == "Mumble" ]; then +elif [ "${shortname}" == "mumble" ]; then update_mumble.sh -elif [ "${gamename}" == "Factorio" ]; then +elif [ "${shortname}" == "fctr" ]; then update_factorio.sh -elif [ "${gamename}" == "Multi Theft Auto" ]; then +elif [ "${shortname}" == "mta" ]; then update_mta.sh else update_steamcmd.sh diff --git a/lgsm/functions/command_validate.sh b/lgsm/functions/command_validate.sh index a93d59d66..2e9dab18b 100644 --- a/lgsm/functions/command_validate.sh +++ b/lgsm/functions/command_validate.sh @@ -51,17 +51,9 @@ if [ "${status}" != "0" ]; then exitbypass=1 command_stop.sh fn_validation "${appid}" - # will also check for second appid - if [ "${gamename}" == "Classic Offensive" ]; then - fn_validation "${appid_co}" - fi exitbypass=1 command_start.sh else fn_validation - # will also check for second appid - if [ "${gamename}" == "Classic Offensive" ]; then - fn_validation "${appid_co}" - fi fi core_exit.sh diff --git a/lgsm/functions/command_wipe.sh b/lgsm/functions/command_wipe.sh index 69d0140f3..b476f4da3 100644 --- a/lgsm/functions/command_wipe.sh +++ b/lgsm/functions/command_wipe.sh @@ -43,7 +43,7 @@ fn_wipe_exit_code(){ # Removes files to wipe server fn_wipe_server_remove_files(){ # Rust Wipe - if [ "${gamename}" == "Rust" ]; then + if [ "${shortname}" == "rust" ]; then # Wipe pocedural map if [ -n "$(find "${serveridentitydir}" -type f -name "proceduralmap.*.map")" ]; then currentaction="Removing map file(s): ${serveridentitydir}/proceduralmap.*.map" @@ -188,7 +188,7 @@ fn_wipe_server_remove_files(){ # Check if there is something to wipe, prompt the user, and call appropriate functions # Rust Wipe -if [ "${gamename}" == "Rust" ]; then +if [ "${shortname}" == "rust" ]; then if [ -d "${serveridentitydir}/storage" ]||[ -d "${serveridentitydir}/user" ]||[ -n "$(find "${serveridentitydir}" -type f -name "proceduralmap*.sav")" ]||[ -n "$(find "${serveridentitydir}" -type f -name "barren*.sav")" ]||[ -n "$(find "${serveridentitydir}" -type f -name "Log.*.txt")" ]||[ -n "$(find "${serveridentitydir}" -type f -name "player.deaths.*.db")" ]||[ -n "$(find "${serveridentitydir}" -type f -name "player.blueprints.*.db")" ]||[ -n "$(find "${serveridentitydir}" -type f -name "sv.files.*.db")" ]; then fn_print_warning_nl "Any user, storage, log and map data from ${serveridentitydir} will be erased." if ! fn_prompt_yn "Continue?" Y; then diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh index 4766fabe9..7be0f8d66 100644 --- a/lgsm/functions/core_getopt.sh +++ b/lgsm/functions/core_getopt.sh @@ -61,10 +61,10 @@ currentopt=( "${cmd_start[@]}" "${cmd_stop[@]}" "${cmd_restart[@]}" "${cmd_monit currentopt+=( "${cmd_update_linuxgsm[@]}" ) # Exclude noupdate games here -if [ "${gamename}" != "Battlefield: 1942" ]&&[ "${engine}" != "quake" ]&&[ "${engine}" != "idtech2" ]&&[ "${engine}" != "idtech3" ]&&[ "${engine}" != "iw2.0" ]&&[ "${engine}" != "iw3.0" ]&&[ "${gamename}" != "San Andreas Multiplayer" ]; then +if [ "${engine}" != "quake" ]&&[ "${engine}" != "idtech2" ]&&[ "${engine}" != "idtech3" ]&&[ "${engine}" != "iw2.0" ]&&[ "${engine}" != "iw3.0" ]&&[ "${shortname}" != "bf1942" ]&&[ "${shortname}" != "samp" ]; then currentopt+=( "${cmd_update[@]}" ) # force update for SteamCMD only or MTA - if [ -n "${appid}" ]||[ "${gamename}" == "Multi Theft Auto" ]; then + if [ -n "${appid}" ]||[ "${shortname}" == "mta" ]; then currentopt+=( "${cmd_force_update[@]}" ) fi fi @@ -78,7 +78,7 @@ fi currentopt+=( "${cmd_backup[@]}" ) # Exclude games without a console -if [ "${gamename}" != "TeamSpeak 3" ]; then +if [ "${shortname}" != "ts3" ]; then currentopt+=( "${cmd_console[@]}" "${cmd_debug[@]}" ) fi @@ -90,16 +90,16 @@ if [ "${engine}" == "source" ]; then fi # TeamSpeak exclusive -if [ "${gamename}" == "TeamSpeak 3" ]; then +if [ "${shortname}" != "ts3" ]; then currentopt+=( "${cmd_change_password[@]}" ) fi # Unreal exclusive -if [ "${gamename}" == "Rust" ]; then +if [ "${shortname}" == "rust" ]; then currentopt+=( "${cmd_wipe[@]}" "${cmd_wipeall[@]}" ) fi if [ "${engine}" == "unreal2" ]; then - if [ "${gamename}" == "Unreal Tournament 2004" ]; then + if [ "${shortname}" == "ut2k4" ]; then currentopt+=( "${cmd_install_cdkey[@]}" "${cmd_map_compressor_u2[@]}" ) else currentopt+=( "${cmd_map_compressor_u2[@]}" ) @@ -110,22 +110,22 @@ if [ "${engine}" == "unreal" ]; then fi # DST exclusive -if [ "${gamename}" == "Don't Starve Together" ]; then +if [ "${shortname}" == "dst" ]; then currentopt+=( "${cmd_install_dst_token[@]}" ) fi # MTA exclusive -if [ "${gamename}" == "Multi Theft Auto" ]; then +if [ "${shortname}" == "mta" ]; then currentopt+=( "${cmd_install_default_resources[@]}" ) fi # Squad license exclusive -if [ "${gamename}" == "Squad" ]; then +if [ "${shortname}" == "squad" ]; then currentopt+=( "${cmd_install_squad_license[@]}" ) fi ## Mods commands -if [ "${engine}" == "source" ]||[ "${gamename}" == "Rust" ]||[ "${gamename}" == "Hurtworld" ]||[ "${gamename}" == "7 Days To Die" ]; then +if [ "${engine}" == "source" ]||[ "${shortname}" == "rust" ]||[ "${shortname}" == "hq" ]||[ "${shortname}" == "sdtd" ]; then currentopt+=( "${cmd_mods_install[@]}" "${cmd_mods_remove[@]}" "${cmd_mods_update[@]}" ) fi diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index 0653dcaad..dfa9fde78 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -42,25 +42,25 @@ if [ "${function_selfname}" != "command_install.sh" ]&&[ -z "${fixbypass}" ]; th fix_steamcmd.sh fi - if [ "${gamename}" == "ARMA 3" ]; then + if [ "${shortname}" == "arma3" ]; then fix_arma3.sh elif [ "${shortname}" == "ark" ]; then fix_ark.sh - elif [ "${gamename}" == "Counter-Strike: Global Offensive" ]; then + elif [ "${shortname}" == "csgo" ]; then fix_csgo.sh - elif [ "${gamename}" == "Don't Starve Together" ]; then + elif [ "${shortname}" == "dst" ]; then fix_dst.sh - elif [ "${gamename}" == "GoldenEye: Source" ]; then + elif [ "${shortname}" == "ges" ]; then fix_ges.sh - elif [ "${gamename}" == "Insurgency" ]; then + elif [ "${shortname}" == "ins" ]; then fix_ins.sh - elif [ "${gamename}" == "Rust" ]; then + elif [ "${shortname}" == "rust" ]; then fix_rust.sh elif [ "${shortname}" == "rw" ]; then fix_rw.sh elif [ "${shortname}" == "ss3" ]; then fix_ss3.sh - elif [ "${gamename}" == "Multi Theft Auto" ]; then + elif [ "${shortname}" == "mta" ]; then fix_mta.sh elif [ "${shortname}" == "wurm" ]; then fix_wurm.sh @@ -73,19 +73,19 @@ if [ "${function_selfname}" == "command_install.sh" ]; then echo "Applying Post-Install Fixes" echo "=================================" sleep 0.5 - if [ "${gamename}" == "Killing Floor" ]; then + if [ "${shortname}" == "kf" ]; then fix_kf.sh - elif [ "${gamename}" == "Killing Floor 2" ]; then + elif [ "${shortname}" == "kf2" ]; then fix_kf2.sh - elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then + elif [ "${shortname}" == "ro" ]; then fix_ro.sh - elif [ "${gamename}" == "Unreal Tournament 2004" ]; then + elif [ "${shortname}" == "ut2k4" ]; then fix_ut2k4.sh - elif [ "${gamename}" == "Unreal Tournament" ]; then + elif [ "${shortname}" == "ut" ]; then fix_ut.sh - elif [ "${gamename}" == "Unreal Tournament 3" ]; then + elif [ "${shortname}" == "ut3" ]; then fix_ut3.sh - elif [ "${gamename}" == "Team Fortress 2" ]; then + elif [ "${shortname}" == "tf2" ]; then fix_tf2.sh else fn_print_information_nl "No fixes required." diff --git a/lgsm/functions/fix_steamcmd.sh b/lgsm/functions/fix_steamcmd.sh index 3a63b1505..9802c702f 100644 --- a/lgsm/functions/fix_steamcmd.sh +++ b/lgsm/functions/fix_steamcmd.sh @@ -17,7 +17,7 @@ if [ ! -f "${HOME}/.steam/sdk32/steamclient.so" ]; then fn_fix_msg_end fi -if [ "${gamename}" == "Serious Sam 3: BFE" ]; then +if [ "${shortname}" == "ss3" ]; then # Fixes: .steam/bin32/libsteam.so: cannot open shared object file: No such file or directory if [ ! -f "${HOME}/.steam/bin32/libsteam.so" ]; then fixname="libsteam.so" @@ -26,7 +26,7 @@ if [ "${gamename}" == "Serious Sam 3: BFE" ]; then cp -v "${serverfiles}/Bin/libsteam.so" "${HOME}/.steam/bin32/libsteam.so" >> "${lgsmlog}" fn_fix_msg_end fi -elif [ "${gamename}" == "Hurtworld" ]; then +elif [ "${shortname}" == "hw" ]; then # Fixes: [S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so. if [ ! -f "${serverfiles}/Hurtworld_Data/Plugins/x86/steamclient.so" ]; then fixname="steamclient.so x86" @@ -40,7 +40,7 @@ elif [ "${gamename}" == "Hurtworld" ]; then cp -v "${steamcmddir}/linux32/steamclient.so" "${serverfiles}/Hurtworld_Data/Plugins/x86_64/steamclient.so" >> "${lgsmlog}" fn_fix_msg_end fi -elif [ "${gamename}" == "Tower Unite" ]; then +elif [ "${shortname}" == "tu" ]; then # Fixes: [S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so. if [ ! -f "${executabledir}/steamclient.so" ]; then fixname="steamclient.so" diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index 632dc44ea..93912c529 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -1112,106 +1112,106 @@ fn_info_config_stationeers(){ } # ARK: Survival Evolved -if [ "${gamename}" == "ARK: Survivial Evolved" ]; then +if [ "${shortname}" == "ark" ]; then fn_info_config_ark # Ballistic Overkill -elif [ "${gamename}" == "Ballistic Overkill" ]; then +elif [ "${shortname}" == "bo" ]; then fn_info_config_ballistic_overkill # Battalion 1944 -elif [ "${gamename}" == "Battalion 1944" ]; then +elif [ "${shortname}" == "bt1944" ]; then fn_info_config_battalion1944 # Battlefield: 1942 -elif [ "${gamename}" == "Battlefield: 1942" ]; then +elif [ "${shortname}" == "bf1942" ]; then fn_info_config_bf1942 # Call of Duty -elif [ "${gamename}" == "Call of Duty" ]||[ "${gamename}" == "Call of Duty: United Offensive" ]; then +elif [ "${shortname}" == "cod" ]||[ "${shortname}" == "coduo" ]; then fn_info_config_cod # Call of Duty 2 -elif [ "${gamename}" == "Call of Duty 2" ]; then +elif [ "${shortname}" == "cod2" ]; then fn_info_config_cod2 # Call of Duty 4 -elif [ "${gamename}" == "Call of Duty 4" ]; then +elif [ "${shortname}" == "cod4" ]; then fn_info_config_cod4 # Call of Duty: World at War -elif [ "${gamename}" == "Call of Duty: World at War" ]; then +elif [ "${shortname}" == "codwaw" ]; then fn_info_config_codwaw # Dont Starve Together -elif [ "${engine}" == "dontstarve" ]; then +elif [ "${shortname}" == "dst" ]; then fn_info_config_dontstarve # Eco elif [ "${shortname}" == "eco" ]; then fn_info_config_eco # Factorio -elif [ "${gamename}" == "Factorio" ]; then +elif [ "${shortname}" == "fctr" ]; then fn_info_config_factorio # Insurgency: Sandstorm elif [ "${shortname}" == "inss" ]; then fn_info_config_inss # Just Cause 2 -elif [ "${gamename}" == "Just Cause 2" ]; then +elif [ "${shortname}" == "jc2" ]; then fn_info_config_justcause2 # Just Cause 3 -elif [ "${gamename}" == "Just Cause 3" ]; then +elif [ "${shortname}" == "jc3" ]; then fn_info_config_justcause3 # Killing Floor 2 elif [ "${shortname}" == "kf2" ]; then fn_info_config_kf2 # QuakeWorld -elif [ "${gamename}" == "QuakeWorld" ]; then +elif [ "${shortname}" == "qw" ]; then fn_info_config_quakeworld # Quake 2 -elif [ "${gamename}" == "Quake 2" ]; then +elif [ "${shortname}" == "q2" ]; then fn_info_config_quake2 # Quake 3 -elif [ "${gamename}" == "Quake 3: Arena" ]; then +elif [ "${shortname}" == "q3" ]; then fn_info_config_quake3 # Quake Live -elif [ "${gamename}" == "Quake Live" ]; then +elif [ "${shortname}" == "ql" ]; then fn_info_config_quakelive # Minecraft -elif [ "${engine}" == "lwjgl2" ]; then +elif [ "${shortname}" == "mc" ]; then fn_info_config_minecraft # Post Scriptum: The Bloody Seventh elif [ "${shortname}" == "pstbs" ]; then fn_info_config_pstbs # Project Cars -elif [ "${gamename}" == "Project Cars" ]; then +elif [ "${shortname}" == "pc" ]; then fn_info_config_projectcars # Project Zomboid -elif [ "${engine}" == "projectzomboid" ]; then +elif [ "${shortname}" == "pz" ]; then fn_info_config_projectzomboid # ARMA 3 -elif [ "${engine}" == "realvirtuality" ]; then +elif [ "${shortname}" == "arma3" ]; then fn_info_config_realvirtuality # Rising World elif [ "${shortname}" == "rw" ]; then fn_info_config_risingworld # Serious Sam -elif [ "${engine}" == "seriousengine35" ]; then +elif [ "${shortname}" == "ss3" ]; then fn_info_config_seriousengine35 # Source Engine Games elif [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then fn_info_config_source # Starbound -elif [ "${engine}" == "starbound" ]; then +elif [ "${shortname}" == "sb" ]; then fn_info_config_starbound # TeamSpeak 3 -elif [ "${gamename}" == "TeamSpeak 3" ]; then +elif [ "${shortname}" == "ts3" ]; then fn_info_config_teamspeak3 # Mumble -elif [ "${gamename}" == "Mumble" ]; then +elif [ "${shortname}" == "mumble" ]; then fn_info_config_mumble # San Andreas Multiplayer -elif [ "${gamename}" == "San Andreas Multiplayer" ]; then +elif [ "${shortname}" == "samp" ]; then fn_info_config_samp # Teeworlds -elif [ "${engine}" == "teeworlds" ]; then +elif [ "${shortname}" == "tw" ]; then fn_info_config_teeworlds # Terraria -elif [ "${engine}" == "terraria" ]; then +elif [ "${shortname}" == "terraria" ]; then fn_info_config_terraria # Tower Unite -elif [ "${gamename}" == "Tower Unite" ]; then +elif [ "${shortname}" == "tu" ]; then fn_info_config_towerunite # Unreal/Unreal 2 engine elif [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then @@ -1220,19 +1220,19 @@ elif [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then elif [ "${engine}" == "unreal3" ]; then fn_info_config_unreal3 # 7 Day To Die (unity3d) -elif [ "${gamename}" == "7 Days To Die" ]; then +elif [ "${shortname}" == "sdtd" ]; then fn_info_config_sdtd -elif [ "${gamename}" == "Wolfenstein: Enemy Territory" ]; then +elif [ "${shortname}" == "wet" ]; then fn_info_config_wolfensteinenemyterritory -elif [ "${gamename}" == "ET: Legacy" ]; then +elif [ "${shortname}" == "etl" ]; then fn_info_config_etlegacy -elif [ "${gamename}" == "Wurm Unlimited" ]; then +elif [ "${shortname}" == "wurm" ]; then fn_info_config_wurmunlimited -elif [ "${gamename}" == "Multi Theft Auto" ]; then +elif [ "${shortname}" == "mta" ]; then fn_info_config_mta -elif [ "${gamename}" == "Squad" ]; then +elif [ "${shortname}" == "squad" ]; then fn_info_config_squad # Stationeers -elif [ "${gamename}" == "Stationeers" ]; then +elif [ "${shortname}" == "st" ]; then fn_info_config_stationeers fi \ No newline at end of file diff --git a/lgsm/functions/info_parms.sh b/lgsm/functions/info_parms.sh index 2345f5864..ced392bc6 100644 --- a/lgsm/functions/info_parms.sh +++ b/lgsm/functions/info_parms.sh @@ -154,46 +154,46 @@ fn_info_parms_kf2(){ } # ARK: Survival Evolved -if [ "${gamename}" == "ARK: Survival Evolved" ]; then +if [ "${shortname}" == "ark" ]; then fn_info_parms_ark # ARMA 3 -elif [ "${engine}" == "realvirtuality" ]; then +elif [ "${shortname}" == "arma3" ]; then fn_info_parms_realvirtuality # Call of Duty -elif [ "${gamename}" == "Call of Duty" ]||[ "${gamename}" == "Call of Duty: United Offensive" ]||[ "${engine}" == "iw2.0" ]||[ "${engine}" == "iw3.0" ]; then +elif [ "${shortname}" == "cod" ]||[ "${shortname}" == "coduo" ]||[ "${engine}" == "iw2.0" ]||[ "${engine}" == "iw3.0" ]; then fn_info_parms_cod # Eco -elif [ "${gamename}" == "Eco" ]; then +elif [ "${shortname}" == "eco" ]; then fn_info_parms_eco # Factorio -elif [ "${gamename}" == "Factorio" ]; then +elif [ "${shortname}" == "fctr" ]; then fn_info_parms_factorio elif [ "${shortname}" == "inss" ]; then fn_info_parms_inss elif [ "${shortname}" == "kf2" ]; then fn_info_parms_kf2 # Project Zomboid -elif [ "${engine}" == "projectzomboid" ]; then +elif [ "${shortname}" == "pz" ]; then fn_info_parms_projectzomboid -elif [ "${gamename}" == "QuakeWorld" ]; then +elif [ "${shortname}" == "qw" ]; then fn_info_parms_quakeworld -elif [ "${gamename}" == "Quake 2" ]||[ "${gamename}" == "Quake 3: Arena" ]; then +elif [ "${shortname}" == "q2" ]||[ "${shortname}" == "q3" ]; then fn_info_parms_quake2 # Rust -elif [ "${gamename}" == "Rust" ]; then +elif [ "${shortname}" == "rust" ]; then fn_info_parms_rust # Rising World elif [ "${shortname}" == "rw" ]; then fn_info_parms_risingworld # Serious Sam -elif [ "${engine}" == "seriousengine35" ]; then +elif [ "${shortname}" == "ss3" ]; then fn_info_config_seriousengine35 elif [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then fn_info_parms_source # Spark elif [ "${engine}" == "spark" ]; then fn_info_parms_spark -elif [ "${gamename}" == "Tower Unite" ]; then +elif [ "${shortname}" == "tu" ]; then fn_info_config_towerunite # Unreal/Unreal 2 engine elif [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then diff --git a/lgsm/functions/mods_core.sh b/lgsm/functions/mods_core.sh index 5fd39970f..8690b3b19 100644 --- a/lgsm/functions/mods_core.sh +++ b/lgsm/functions/mods_core.sh @@ -43,7 +43,7 @@ fn_mod_lowercase(){ fileswc=$(find "${extractdir}" -depth | wc -l) echo -en "\r" while read -r src; do - dst=$(dirname "${src}"`/`basename "${src}" | tr '[A-Z]' '[a-z]') + dst=$(dirname "${src}"$(/)basename "${src}" | tr 'A-Z' 'a-z') if [ "${src}" != "${dst}" ] then [ ! -e "${dst}" ] && mv -T "${src}" "${dst}" || echo "${src} was not renamed" diff --git a/lgsm/functions/update_ts3.sh b/lgsm/functions/update_ts3.sh index 44f463a61..5ff6d33f8 100644 --- a/lgsm/functions/update_ts3.sh +++ b/lgsm/functions/update_ts3.sh @@ -63,7 +63,7 @@ fn_update_ts3_currentbuild(){ fi # Get current build from logs - currentbuild=$(cat $(find ./* -name 'ts3server*_0.log' 2> /dev/null | sort | grep -Ev '${rootdir}/.ts3version' | tail -1) | grep -Eo 'TeamSpeak 3 Server ((\.)?[0-9]{1,3}){1,3}\.[0-9]{1,3}' | grep -Eo '((\.)?[0-9]{1,3}){1,3}\.[0-9]{1,3}' | sort -V | tail -1) + currentbuild=$(cat $(find ./* -name "ts3server*_0.log" 2> /dev/null | sort | grep -Ev "${rootdir}/.ts3version" | tail -1) | grep -Eo "TeamSpeak 3 Server ((\.)?[0-9]{1,3}){1,3}\.[0-9]{1,3}" | grep -Eo "((\.)?[0-9]{1,3}){1,3}\.[0-9]{1,3}" | sort -V | tail -1) if [ -z "${currentbuild}" ]; then fn_print_error_nl "Checking for update: teamspeak.com: Current build version not found" fn_script_log_error "Checking for update: teamspeak.com: Current build version not found" @@ -74,7 +74,7 @@ fn_update_ts3_currentbuild(){ command_stop.sh exitbypass=1 command_start.sh - currentbuild=$(cat $(find ./* -name 'ts3server*_0.log' 2> /dev/null | sort | grep -Ev '${rootdir}/.ts3version' | tail -1) | grep -Eo 'TeamSpeak 3 Server ((\.)?[0-9]{1,3}){1,3}\.[0-9]{1,3}' | grep -Eo '((\.)?[0-9]{1,3}){1,3}\.[0-9]{1,3}') + currentbuild=$(cat $(find ./* -name "ts3server*_0.log" 2> /dev/null | sort | grep -Ev "${rootdir}/.ts3version" | tail -1) | grep -Eo "TeamSpeak 3 Server ((\.)?[0-9]{1,3}){1,3}\.[0-9]{1,3}" | grep -Eo "((\.)?[0-9]{1,3}){1,3}\.[0-9]{1,3}") if [ -z "${currentbuild}" ]; then fn_print_fail_nl "Checking for update: teamspeak.com: Current build version still not found" fn_script_log_fatal "Checking for update: teamspeak.com: Current build version still not found" From e200d124caa9ed6e952c724ec663e93c2da556b3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 19:16:47 +0000 Subject: [PATCH 15/46] added new start parameters --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 5fabdb61d..2acf5aa78 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -9,13 +9,15 @@ #### Server Settings #### ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters - port="7777" queryport="27015" +defaultmap="Outpost" +servername="LinuxGSM Server (DE)" +maxplayers="8" # Can not be adjusted currently ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms="Port=${port}?QueryPort=${queryport}" +parms="Port=${port}?QueryPort=${queryport} -startup_map '${defaultmap}' -server_name '${servername}'" } #### LinuxGSM Settings #### From d303a7cdad37b7f9fd416052d04b5ae32c46f7e2 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 19:20:10 +0000 Subject: [PATCH 16/46] corrected servename --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 2acf5aa78..7ced8c70e 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -12,7 +12,7 @@ port="7777" queryport="27015" defaultmap="Outpost" -servername="LinuxGSM Server (DE)" +servername="LinuxGSM Server" maxplayers="8" # Can not be adjusted currently ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters From 1b8ac56c283e25293b15a3b73189b769c6abed48 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 19:20:21 +0000 Subject: [PATCH 17/46] added new start parameters corrected servername corrected servename --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 5fabdb61d..7ced8c70e 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -9,13 +9,15 @@ #### Server Settings #### ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters - port="7777" queryport="27015" +defaultmap="Outpost" +servername="LinuxGSM Server" +maxplayers="8" # Can not be adjusted currently ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms="Port=${port}?QueryPort=${queryport}" +parms="Port=${port}?QueryPort=${queryport} -startup_map '${defaultmap}' -server_name '${servername}'" } #### LinuxGSM Settings #### From 1e0ae7bd8c35a830d179117cc44a7b69aeae7381 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 19:27:18 +0000 Subject: [PATCH 18/46] fix(details): resolve current game mode showing incorrectly --- lgsm/functions/info_messages.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index c9066c878..24821c9cd 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -231,7 +231,10 @@ fn_info_message_gameserver(){ echo -e "${blue}Current Scenario:\t${default}${gdgamemode}" fi else - echo -e "${blue}Current Game Mode:\t${default}${gdgamemode}" + # Current Scenario + if [ -n "${gdgamemode}" ]; then + echo -e "${blue}Current Game Mode:\t${default}${gdgamemode}" + fi fi # Default Map From 1ba7e7121e8f778d7181eebaed0e0a71143152ff Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 19:28:05 +0000 Subject: [PATCH 19/46] refactor(details): change gamedig vars to unset if required --- lgsm/functions/query_gamedig.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lgsm/functions/query_gamedig.sh b/lgsm/functions/query_gamedig.sh index 1bdce107a..21e0ed091 100644 --- a/lgsm/functions/query_gamedig.sh +++ b/lgsm/functions/query_gamedig.sh @@ -89,37 +89,37 @@ if [ "$(command -v gamedig 2>/dev/null)" ]&&[ "$(command -v jq 2>/dev/null)" ]; # server name gdname=$(echo "${gamedigraw}" | jq -re '.name') if [ "${gdname}" == "null" ]; then - gdname= + unset gdname fi # numplayers gdplayers=$(echo "${gamedigraw}" | jq -re '.players|length') if [ "${gdplayers}" == "null" ]; then - gdplayers= + unset gdplayers fi # maxplayers gdmaxplayers=$(echo "${gamedigraw}" | jq -re '.maxplayers|length') if [ "${gdmaxplayers}" == "null" ]; then - maxplayers= + unset maxplayers fi # current map gdmap=$(echo "${gamedigraw}" | jq -re '.map') if [ "${gdmap}" == "null" ]; then - gdmap= + unset gdmap fi # current gamemode gdgamemode=$(echo "${gamedigraw}" | jq -re '.raw.rules.GameMode_s') if [ "${gdgamemode}" == "null" ]; then - gdgamemode= + unset gdgamemode fi # numbots gdbots=$(echo "${gamedigraw}" | jq -re '.raw.numbots') if [ "${gdbots}" == "null" ]; then - gdbots= + unset gdbots fi fi fi \ No newline at end of file From 667a410b3f5b2ee8a57253049d56da66d67f1709 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 19:41:00 +0000 Subject: [PATCH 20/46] added serverpassword for future release --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 7ced8c70e..304bbb689 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -13,7 +13,8 @@ port="7777" queryport="27015" defaultmap="Outpost" servername="LinuxGSM Server" -maxplayers="8" # Can not be adjusted currently +serverpassword="NOT SET" # Can't be adjusted currently +maxplayers="8" # Can't be adjusted currently ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ From 6d5fc73836499ef7ae38115c97ffb1381afcdbb9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 19:49:15 +0000 Subject: [PATCH 21/46] update parameters to use " --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 304bbb689..6c536684f 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -18,7 +18,7 @@ maxplayers="8" # Can't be adjusted currently ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms="Port=${port}?QueryPort=${queryport} -startup_map '${defaultmap}' -server_name '${servername}'" +parms="Port=${port}?QueryPort=${queryport} -startup_map \"${defaultmap}\" -server_name \"${servername}\"" } #### LinuxGSM Settings #### From 5950a2b1f81e825500376b0bec5372227a3572ea Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 19:59:56 +0000 Subject: [PATCH 22/46] feat (game server): StickyBots Server --- .../config-lgsm/sbotsserver/_default.cfg | 7 +++++-- lgsm/functions/info_messages.sh | 5 ++++- lgsm/functions/query_gamedig.sh | 12 ++++++------ 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 5fabdb61d..6c536684f 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -9,13 +9,16 @@ #### Server Settings #### ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters - port="7777" queryport="27015" +defaultmap="Outpost" +servername="LinuxGSM Server" +serverpassword="NOT SET" # Can't be adjusted currently +maxplayers="8" # Can't be adjusted currently ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms="Port=${port}?QueryPort=${queryport}" +parms="Port=${port}?QueryPort=${queryport} -startup_map \"${defaultmap}\" -server_name \"${servername}\"" } #### LinuxGSM Settings #### diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index c9066c878..24821c9cd 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -231,7 +231,10 @@ fn_info_message_gameserver(){ echo -e "${blue}Current Scenario:\t${default}${gdgamemode}" fi else - echo -e "${blue}Current Game Mode:\t${default}${gdgamemode}" + # Current Scenario + if [ -n "${gdgamemode}" ]; then + echo -e "${blue}Current Game Mode:\t${default}${gdgamemode}" + fi fi # Default Map diff --git a/lgsm/functions/query_gamedig.sh b/lgsm/functions/query_gamedig.sh index 1bdce107a..21e0ed091 100644 --- a/lgsm/functions/query_gamedig.sh +++ b/lgsm/functions/query_gamedig.sh @@ -89,37 +89,37 @@ if [ "$(command -v gamedig 2>/dev/null)" ]&&[ "$(command -v jq 2>/dev/null)" ]; # server name gdname=$(echo "${gamedigraw}" | jq -re '.name') if [ "${gdname}" == "null" ]; then - gdname= + unset gdname fi # numplayers gdplayers=$(echo "${gamedigraw}" | jq -re '.players|length') if [ "${gdplayers}" == "null" ]; then - gdplayers= + unset gdplayers fi # maxplayers gdmaxplayers=$(echo "${gamedigraw}" | jq -re '.maxplayers|length') if [ "${gdmaxplayers}" == "null" ]; then - maxplayers= + unset maxplayers fi # current map gdmap=$(echo "${gamedigraw}" | jq -re '.map') if [ "${gdmap}" == "null" ]; then - gdmap= + unset gdmap fi # current gamemode gdgamemode=$(echo "${gamedigraw}" | jq -re '.raw.rules.GameMode_s') if [ "${gdgamemode}" == "null" ]; then - gdgamemode= + unset gdgamemode fi # numbots gdbots=$(echo "${gamedigraw}" | jq -re '.raw.numbots') if [ "${gdbots}" == "null" ]; then - gdbots= + unset gdbots fi fi fi \ No newline at end of file From 08c6c7c3f5fe462e42c670fa8b72c8f20c0bccd5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 20:25:18 +0000 Subject: [PATCH 23/46] fix (game server): remove " as per recommendation --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 6c536684f..8483a2e3a 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -18,7 +18,7 @@ maxplayers="8" # Can't be adjusted currently ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms="Port=${port}?QueryPort=${queryport} -startup_map \"${defaultmap}\" -server_name \"${servername}\"" +parms="Port=${port}?QueryPort=${queryport} -startup_map ${defaultmap} -server_name \"${servername}\"" } #### LinuxGSM Settings #### From 5fa13ca221433079d698fe1e792375e0ecfde453 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 20:40:12 +0000 Subject: [PATCH 24/46] refactor (game server): Corrected game config --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 8483a2e3a..fd3da3143 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -11,7 +11,7 @@ ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters port="7777" queryport="27015" -defaultmap="Outpost" +defaultmap="StationKappa" servername="LinuxGSM Server" serverpassword="NOT SET" # Can't be adjusted currently maxplayers="8" # Can't be adjusted currently @@ -104,7 +104,8 @@ engine="unreal4" systemdir="${serverfiles}" executabledir="${systemdir}/blank1/Binaries/Linux" executable="./blank1Server-Linux-Shipping" -servercfg="StickyBotsSettings.ini" +servercfg="Game.ini" +servercfgdefault="Game.ini" servercfgdir="${systemdir}/blank1/Saved/Config/Windows" servercfgfullpath="${servercfgdir}/${servercfg}" From a3f411fa43c86e22adad626a3c9a5cf742117920 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 21:28:15 +0000 Subject: [PATCH 25/46] feat (game server): StickyBots Server (#2096) --- .../config-lgsm/pstbsserver/_default.cfg | 1 - .../config-lgsm/sbotsserver/_default.cfg | 127 ++++++++++++++++++ .../config-lgsm/squadserver/_default.cfg | 2 +- lgsm/data/serverlist.csv | 1 + lgsm/functions/info_config.sh | 18 +++ lgsm/functions/info_glibc.sh | 3 + lgsm/functions/info_messages.sh | 21 ++- lgsm/functions/info_parms.sh | 12 ++ lgsm/functions/query_gamedig.sh | 12 +- 9 files changed, 186 insertions(+), 11 deletions(-) create mode 100644 lgsm/config-default/config-lgsm/sbotsserver/_default.cfg diff --git a/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg b/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg index 7d1fb6b97..19845ee25 100644 --- a/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg @@ -9,7 +9,6 @@ #### Server Settings #### ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters - ip="0.0.0.0" randommap="ALWAYS" port="10027" diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg new file mode 100644 index 000000000..fd3da3143 --- /dev/null +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -0,0 +1,127 @@ +################################## +######## Default Settings ######## +################################## +# DO NOT EDIT 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 + +#### Server Settings #### + +## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +port="7777" +queryport="27015" +defaultmap="StationKappa" +servername="LinuxGSM Server" +serverpassword="NOT SET" # Can't be adjusted currently +maxplayers="8" # Can't be adjusted currently + +## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +fn_parms(){ +parms="Port=${port}?QueryPort=${queryport} -startup_map ${defaultmap} -server_name \"${servername}\"" +} + +#### LinuxGSM Settings #### + +## Notification Alerts +# (on|off) + +# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +postalert="off" +postdays="7" +posttarget="https://hastebin.com" + +# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +discordalert="off" +discordwebhook="webhook" + +# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +emailalert="off" +email="email@example.com" +emailfrom="" + +# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +iftttalert="off" +ifttttoken="accesstoken" +iftttevent="linuxgsm_alert" + +# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +mailgunalert="off" +mailguntoken="accesstoken" +mailgundomain="example.com" +mailgunemailfrom="alert@example.com" +mailgunemail="email@myemail.com" + +# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +pushbulletalert="off" +pushbullettoken="accesstoken" +channeltag="" + +# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +pushoveralert="off" +pushovertoken="accesstoken" + +# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". +# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need +# any custom string in curl - simple ignore this parameter. +telegramalert="off" +telegramtoken="accesstoken" +telegramchatid="" +curlcustomstring="" + +## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +maxbackups="4" +maxbackupdays="30" +stoponbackup="on" + +## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +consolelogging="on" +logdays="7" + +#### LinuxGSM Advanced Settings #### + +# ANSI Colors +ansi="on" + +## SteamCMD Settings +# Server appid +appid="974130" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta latest_experimental" +branch="" + +## LinuxGSM Server Details +# Do not edit +gamename="StickyBots" +engine="unreal4" + +#### Directories #### +# Edit with care + +## Server Specific Directories +systemdir="${serverfiles}" +executabledir="${systemdir}/blank1/Binaries/Linux" +executable="./blank1Server-Linux-Shipping" +servercfg="Game.ini" +servercfgdefault="Game.ini" +servercfgdir="${systemdir}/blank1/Saved/Config/Windows" +servercfgfullpath="${servercfgdir}/${servercfg}" + +## Backup Directory +backupdir="${rootdir}/backups" + +## Logging Directories +logdir="${rootdir}/log" +gamelogdir="${serverfiles}/Logs" +lgsmlogdir="${logdir}/script" +consolelogdir="${logdir}/console" +lgsmlog="${lgsmlogdir}/${servicename}-script.log" +consolelog="${consolelogdir}/${servicename}-console.log" +alertlog="${lgsmlogdir}/${servicename}-alert.log" +postdetailslog="${lgsmlogdir}/${servicename}-postdetails.log" + +## Logs Naming +lgsmlogdate="${lgsmlogdir}/${servicename}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" +consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" \ No newline at end of file diff --git a/lgsm/config-default/config-lgsm/squadserver/_default.cfg b/lgsm/config-default/config-lgsm/squadserver/_default.cfg index f2ef9badf..60284ca6f 100644 --- a/lgsm/config-default/config-lgsm/squadserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/squadserver/_default.cfg @@ -9,10 +9,10 @@ #### Server Settings #### ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +ip="0.0.0.0" port="7787" queryport="27165" randommap="ALWAYS" -ip="0.0.0.0" ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ diff --git a/lgsm/data/serverlist.csv b/lgsm/data/serverlist.csv index 2a55c4122..497f37c8d 100644 --- a/lgsm/data/serverlist.csv +++ b/lgsm/data/serverlist.csv @@ -64,6 +64,7 @@ ricochet,ricochetserver,Ricochet rust,rustserver,Rust rw,rwserver, Rising World samp,sampserver,San Andreas Multiplayer +sbot,sbotserver, StickyBots ss3,ss3server,Serious Sam 3: BFE sb,sbserver,Starbound st,stserver,Stationeers diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index 93912c529..6116fa144 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -612,6 +612,21 @@ fn_info_config_seriousengine35(){ fi } +#StickyBots +fn_info_config_sbots(){ + if [ ! -f "${servercfgfullpath}" ]; then + servername="${unavailable}" + maxplayers="${unavailable}" + else + servername="$(grep "ServerName=" "${servercfgfullpath}" | sed -e 's/^[ \t]//g' -e '/^#/d' -e 's/ServerName//g' | tr -d '=";,:' | sed -e 's/^[ \t]//' -e 's/[ \t]*$//')" + maxplayers="$(grep "MaxPlayers=" "${servercfgfullpath}" | tr -cd '[:digit:]')" + fi + + servername=${servername:-"NOT SET"} + serverpassword=${serverpassword:-"NOT SET"} + maxplayers=${maxplayers:-"0"} +} + fn_info_config_source(){ if [ ! -f "${servercfgfullpath}" ]; then servername="${unavailable}" @@ -1204,6 +1219,9 @@ elif [ "${shortname}" == "mumble" ]; then # San Andreas Multiplayer elif [ "${shortname}" == "samp" ]; then fn_info_config_samp +# StickyBots +elif [ "${shortname}" == "pstbs" ]; then + fn_info_config_sbots # Teeworlds elif [ "${shortname}" == "tw" ]; then fn_info_config_teeworlds diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 015c1e169..d383daab6 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -114,6 +114,9 @@ elif [ "${gamename}" == "Squad" ]; then elif [ "${gamename}" == "Sven Co-op" ]; then glibcrequired="2.18" glibcfix="no" +elif [ "${shortname}" == "sbots" ]; then + glibcrequired="2.17" + glibcfix="no" elif [ "${gamename}" == "Team Fortress 2" ]; then glibcrequired="2.15" glibcfix="yes" diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 03ebcda49..24821c9cd 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -231,7 +231,10 @@ fn_info_message_gameserver(){ echo -e "${blue}Current Scenario:\t${default}${gdgamemode}" fi else - echo -e "${blue}Current Game Mode:\t${default}${gdgamemode}" + # Current Scenario + if [ -n "${gdgamemode}" ]; then + echo -e "${blue}Current Game Mode:\t${default}${gdgamemode}" + fi fi # Default Map @@ -746,7 +749,7 @@ fn_info_message_mumble(){ echo -e "> ServerQuery\tINBOUND\t${port}\ttcp" } | column -s $'\t' -t } -fn_info_Message_pstbs(){ +fn_info_message_pstbs(){ echo -e "netstat -atunp | grep PostScriptum" echo -e "" { @@ -889,6 +892,16 @@ fn_info_message_seriousengine35(){ } | column -s $'\t' -t } +fn_info_message_sbots(){ + echo -e "netstat -atunp | grep blank1" + echo -e "" + { + echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" + echo -e "> Game\tINBOUND\t${port}\tudp" + echo -e "> Query\tINBOUND\t${queryport}\tudp" + } | column -s $'\t' -t +} + fn_info_message_sdtd(){ fn_info_message_password_strip echo -e "netstat -atunp | grep 7DaysToDie" @@ -1182,7 +1195,7 @@ fn_info_message_select_engine(){ elif [ "${shortname}" == "kf2" ]; then fn_info_message_kf2 elif [ "${shortname}" == "pstbs" ]; then - fn_info_Message_pstbs + fn_info_message_pstbs elif [ "${gamename}" == "Project Cars" ]; then fn_info_message_projectcars elif [ "${gamename}" == "QuakeWorld" ]; then @@ -1199,6 +1212,8 @@ fn_info_message_select_engine(){ fn_info_message_squad elif [ "${gamename}" == "Stationeers" ]; then fn_info_message_stationeers + elif [ "${shortname}" == "sbots" ]; then + fn_info_message_sbots elif [ "${gamename}" == "TeamSpeak 3" ]; then fn_info_message_teamspeak3 elif [ "${gamename}" == "Tower Unite" ]; then diff --git a/lgsm/functions/info_parms.sh b/lgsm/functions/info_parms.sh index ced392bc6..133365fd8 100644 --- a/lgsm/functions/info_parms.sh +++ b/lgsm/functions/info_parms.sh @@ -125,6 +125,15 @@ fn_info_parms_spark(){ mods=${mods:-"NOT SET"} } +fn_info_parms_stickybots(){ + port=${port:-"0"} + queryport=${queryport:-"0"} + servername=${servername:-"NOT SET"} + serverpassword=${serverpassword:-"NOT SET"} + defaultmap=${defaultmap:-"NOT SET"} + maxplayers=${maxplayers:-"0"} +} + fn_info_config_towerunite(){ port=${port:-"0"} queryport=${queryport:-"0"} @@ -185,6 +194,9 @@ elif [ "${shortname}" == "rust" ]; then # Rising World elif [ "${shortname}" == "rw" ]; then fn_info_parms_risingworld +# Sticky Bots +elif [ "${shortname}" == "sbots" ]; then + fn_info_parms_stickybots # Serious Sam elif [ "${shortname}" == "ss3" ]; then fn_info_config_seriousengine35 diff --git a/lgsm/functions/query_gamedig.sh b/lgsm/functions/query_gamedig.sh index 1bdce107a..21e0ed091 100644 --- a/lgsm/functions/query_gamedig.sh +++ b/lgsm/functions/query_gamedig.sh @@ -89,37 +89,37 @@ if [ "$(command -v gamedig 2>/dev/null)" ]&&[ "$(command -v jq 2>/dev/null)" ]; # server name gdname=$(echo "${gamedigraw}" | jq -re '.name') if [ "${gdname}" == "null" ]; then - gdname= + unset gdname fi # numplayers gdplayers=$(echo "${gamedigraw}" | jq -re '.players|length') if [ "${gdplayers}" == "null" ]; then - gdplayers= + unset gdplayers fi # maxplayers gdmaxplayers=$(echo "${gamedigraw}" | jq -re '.maxplayers|length') if [ "${gdmaxplayers}" == "null" ]; then - maxplayers= + unset maxplayers fi # current map gdmap=$(echo "${gamedigraw}" | jq -re '.map') if [ "${gdmap}" == "null" ]; then - gdmap= + unset gdmap fi # current gamemode gdgamemode=$(echo "${gamedigraw}" | jq -re '.raw.rules.GameMode_s') if [ "${gdgamemode}" == "null" ]; then - gdgamemode= + unset gdgamemode fi # numbots gdbots=$(echo "${gamedigraw}" | jq -re '.raw.numbots') if [ "${gdbots}" == "null" ]; then - gdbots= + unset gdbots fi fi fi \ No newline at end of file From 5cdd4031da393c81ee366c1651d7290637b18da5 Mon Sep 17 00:00:00 2001 From: Kaotic Date: Fri, 7 Dec 2018 22:32:41 +0100 Subject: [PATCH 26/46] feat (csgoserver): add Danger Zone game mode example (#2095) --- .../config-lgsm/csgoserver/_default.cfg | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lgsm/config-default/config-lgsm/csgoserver/_default.cfg b/lgsm/config-default/config-lgsm/csgoserver/_default.cfg index 7cbdb93f6..baa2f81d0 100644 --- a/lgsm/config-default/config-lgsm/csgoserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/csgoserver/_default.cfg @@ -10,14 +10,15 @@ ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters # https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers#Starting_the_Server -# [Game Modes] gametype gamemode mapgroup (you can mix these across Game Modes, but use only one) -# Arms Race 1 0 mg_armsrace -# Classic Casual 0 0 mg_casualsigma, mg_casualdelta -# Classic Competitive 0 1 mg_active, mg_reserves, mg_hostage, mg_de_dust2 -# Custom 3 0 -# Deathmatch 1 2 mg_deathmatch -# Demolition 1 1 mg_demolition -# Wingman 0 2 +# [Game Modes] gametype gamemode mapgroup (you can mix these across Game Modes, but use only one) +# Arms Race 1 0 mg_armsrace +# Classic Casual 0 0 mg_casualsigma, mg_casualdelta +# Classic Competitive 0 1 mg_active, mg_reserves, mg_hostage, mg_de_dust2 +# Custom 3 0 +# Deathmatch 1 2 mg_deathmatch +# Demolition 1 1 mg_demolition +# Wingman 0 2 +# Danger Zone (FreeForAll) 6 0 mg_dz_blacksite gametype="0" gamemode="0" mapgroup="mg_active" From 50f1c08321c19b6bdff74b86b69baa5750c76b71 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 21:51:11 +0000 Subject: [PATCH 27/46] Create CODE_OF_CONDUCT.md (#2091) docs: create CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 73 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..7fe220357 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,73 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at me@danielgibbs.co.uk. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq From a16b8c4a47e416470282756de755a183884cada9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 22:50:18 +0000 Subject: [PATCH 28/46] fix (sbotsserver): corrected servercfgdir location --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index fd3da3143..98d96a89d 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -106,7 +106,7 @@ executabledir="${systemdir}/blank1/Binaries/Linux" executable="./blank1Server-Linux-Shipping" servercfg="Game.ini" servercfgdefault="Game.ini" -servercfgdir="${systemdir}/blank1/Saved/Config/Windows" +servercfgdir="${systemdir}/blank1/Saved/Config/LinuxServer" servercfgfullpath="${servercfgdir}/${servercfg}" ## Backup Directory From f2dbb9bd49f4eb6be936f9b0873c36dbfe8404f4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 7 Dec 2018 22:53:35 +0000 Subject: [PATCH 29/46] fix (sbotsserver): corrected servercfgdir location (#2098) --- lgsm/config-default/config-lgsm/sbotsserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index fd3da3143..98d96a89d 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -106,7 +106,7 @@ executabledir="${systemdir}/blank1/Binaries/Linux" executable="./blank1Server-Linux-Shipping" servercfg="Game.ini" servercfgdefault="Game.ini" -servercfgdir="${systemdir}/blank1/Saved/Config/Windows" +servercfgdir="${systemdir}/blank1/Saved/Config/LinuxServer" servercfgfullpath="${servercfgdir}/${servercfg}" ## Backup Directory From 2e0f305df071c16cb105d44125c900b1bbfb231c Mon Sep 17 00:00:00 2001 From: Nikita Obrekht Date: Mon, 10 Dec 2018 19:54:05 +0200 Subject: [PATCH 30/46] Fix incorrect order of tmux size arguments --- lgsm/functions/command_start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_start.sh b/lgsm/functions/command_start.sh index 77c25ee8f..447102e31 100644 --- a/lgsm/functions/command_start.sh +++ b/lgsm/functions/command_start.sh @@ -90,7 +90,7 @@ fn_start_tmux(){ # Create lockfile date > "${rootdir}/${lockselfname}" cd "${executabledir}" - tmux new-session -d -x "${sessionheight}" -y "${sessionwidth}" -s "${servicename}" "${executable} ${parms}" 2> "${lgsmlogdir}/.${servicename}-tmux-error.tmp" + tmux new-session -d -x "${sessionwidth}" -y "${sessionheight}" -s "${servicename}" "${executable} ${parms}" 2> "${lgsmlogdir}/.${servicename}-tmux-error.tmp" # Create logfile touch "${consolelog}" From 8a7d2a4760dd82bcd8a9dfd7c38923687ba50afb Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 11 Dec 2018 22:12:32 +0000 Subject: [PATCH 31/46] docs: repaired LinuxGSM Logo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba974010..5e1f5cea4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -linux Game Server Managers +linux Game Server Managers [![LinuxGSM](https://img.shields.io/badge/-LinuxGSM-2b2b2b.svg?logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACsAAABACAYAAACDbo5ZAAAGD0lEQVR4AcWYa2wUVRvHz75c2vJ2disXoUBEVIioRAx%2BMIFA1IRwUS6KCCiIKBrvhEYiiGm5iBgk8QOGEgUUDYTttmVZWFr2UmwURS6iYAoCtmisElSsdHdbkT7%2BTzoNy%2BGc2dm54C%2F5Rdkz85x%2FZ86ZOXOYXYhIg3Phx%2FA4PAcv6f%2Btg5vhHJjP3EcZsgsshufJHH%2FAJbDztQ7aG35J1vgCXn%2BtgvrgEbLHYei9FmE3kDOUuh10OGwjZ7gEh7kZ9gNyllK3gnrg7%2BQs56DHjbCDyB0GuRF2ArnDeDfCziF3mO1G2FfJHRa4EXYpuUOxG2GXkzuUuBH2TXKH5W6ELSV3eM%2BNsOUk5yQcAY8p2uvgSPitor3MjbB1UOQXOFBvHwpbhPYWOExvL4SNUOQ7p4P2JTlzhOPmCu0vCu1PQpE2WOhk2MdJjk9y7HNwP1wEPUJbAcmZ6WTYrYolnifbxZBiibnFySHQCkUaLdY7C0V4%2FT5OhF1JcuIW6%2B0lOcvsBi2Ezao3j8Ov7Quwj52w60jNKIs1R5GatVaDDoEXSU4D7GSxbidYT3IuwjusFK0mNUVMwaZNNbl%2B%2F87hoVCom0HthaQmnG3QB0lNPcxlCvz%2B0GtlZTuorCxYYlA%2FDzbY%2FnrAgV3hCVLzCDMgEAi9wMMi9IIM%2FUwnNXWwi5mwRaSmmmXA798xq%2F3Khp420VeE1LyS6eQeBhttSXgzywCCToIUCOyYZvKLOWWwkdfd6ORVpGYJM0F5efDe9mEQHGty2BWTmhVGO4PNBmOoKzMBxmo%2FhD25dWvljSbD5hjMkb9gT9lJq63Mzi1bKkbjloc7xBWtwiRrDASCVRi%2FRxA8if%2BvrawMTzYI%2FACpeUv2KFFtDcUyTKilCHcis8G1Ga7wHpLzG8wVFs1K7jaeUKHZfIxmkj9%2FM4S9x9RGiMEudo0QbCVu9Xqn5PWEwLUk5%2FP0iaXac53I0kAH9Sau4m54lo%2FdTMfyekLYKQZ7ub34AbMMlmw5irC2VYTN0fuVMYMf8JHxJ7L7YYXAlSRnI2%2F8RtH4siTsDMz%2BZ5yS15OEXUxyDjGD1%2BvEq8MG16CDzY6JepKwT6geYbzxb0XjGMl7vwGSgzZIwo4nOa1M8Yr9Afb%2Fj8L21%2FsXaeaNZ2A6KTiEASph%2F0vF80cn4tokqu79fzfCUk2vfF4%2FFdFGEjGPHvg2yWrsDG%2F4%2BqpZB8jPOiXjWk0y5iXdM3XhKUvxBTA9UvHuvNPh%2Bzb%2BWj10z6nwuHWBbQFMvNCjKnn7qd1jS%2Fnx9VX3b6jC%2BbwOr5eMe3%2B83IcW4%2F3qgT%2BUTbA9srGaiHsn8AKiF6Ld%2FxF%2FOx6eeAJXabvK78MTTornNMd6XJTVR7%2Fj9bBjhFxV%2FMc1kJOAy2AeA%2FgrV4mFVDZFCqm8rEJ6qysCAWqK9iaztRJRbWXa4moFTELOav7jY%2FqAvoXp0Gc9NX7bIZl17%2FZl0rC1wRLeno0NvP%2B0CTcYNnS8wW6CtzNANaxzKqo9hRNOQ8rGo7tmSsMe2zWdt2frqVRcm5s2fofCgawDNHRNxnyfqgsYez4y4ADCjRM9H73hsNWafILTQdaFiSTj%2BQ%2FxA6yH7d%2BCmR8XbYr0a7VTF2N4siSsb5qdos3R6%2FjGxpULFfw7EfORnbrI9TAToX0sD40%2F2ylcGdh2Rdhg%2BSf2gka9jRTqK9%2BGwgHz7RTfVbHxirDhivdthYUvMRX8aYAD9lstvi%2B0aDL2DUZ0eCBUNNVG0IP65FLTWqPdiqdC0koHTVXe7iyNRG23QotBEy1RbTAzQyrmnYUT2rLsoA13JpcB4eVC2daBM1g2JGLekmwf5On7EJfngfZTNnVSce8bFjaTmQdvs%2FXmO%2FJVpoXdx3RSUe9O00Fj3nUdy0RLgRHiHXOPGW1h2uKZ07c9rG%2Bxyefp23pQeyBIEQoavYlakrG8fnrY5yHn2fbxXzAgw7m8bT5zkkSk4C7cpmOK21esB%2FXAQ5DzFfTo43%2BF%2FDzf0eZ4wZ3MDSjMcvD6nIeOahGgia%2FyU3HforTPkWkwnakdn0cI9jqfbPjD%2FuQLJr6644snlgX%2FApOMoyd1R5%2FxAAAAAElFTkSuQmCC)](https://linuxgsm.com) [![Build Status](https://travis-ci.org/GameServerManagers/LinuxGSM.svg?branch=master)](https://travis-ci.org/GameServerManagers/LinuxGSM) From 0a42c4d3014108c3ce1e2d75b5baea9bd4cb7c9a Mon Sep 17 00:00:00 2001 From: Guillaume Migeon Date: Thu, 13 Dec 2018 17:40:38 +0100 Subject: [PATCH 32/46] Set the password as a travel parameter According to the doc, `password` is a travel parameter and not a command line argument. --- lgsm/config-default/config-lgsm/inssserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/inssserver/_default.cfg b/lgsm/config-default/config-lgsm/inssserver/_default.cfg index 6681a49a6..8c6b5fc8f 100644 --- a/lgsm/config-default/config-lgsm/inssserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/inssserver/_default.cfg @@ -21,7 +21,7 @@ maxplayers="28" ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport} -password=${serverpassword} -hostname='${servername}' -log" +parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport}?password=${serverpassword} -hostname='${servername}' -log" } #### LinuxGSM Settings #### From 5638c1ef1f86b6b4bdecee5222cbd80701a75814 Mon Sep 17 00:00:00 2001 From: Guillaume Migeon Date: Thu, 13 Dec 2018 17:41:24 +0100 Subject: [PATCH 33/46] Fix the invalid default scenario The previous scenario was invalid and the server couldn't start. --- lgsm/config-default/config-lgsm/inssserver/_default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/config-default/config-lgsm/inssserver/_default.cfg b/lgsm/config-default/config-lgsm/inssserver/_default.cfg index 8c6b5fc8f..8837606fe 100644 --- a/lgsm/config-default/config-lgsm/inssserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/inssserver/_default.cfg @@ -15,8 +15,8 @@ port="27102" queryport="27131" servername="LinuxGSM Server" serverpassword="" -defaultmap="Oilfield" -defaultscenario="Scenario_Oilfield_Push_Security" +defaultmap="Canyon" +defaultscenario="Scenario_Crossing_Push_Security" maxplayers="28" ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters From 9bc5458898208ab081dee496f9c6f665aa63ae3d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 00:01:29 +0000 Subject: [PATCH 34/46] fix(ts3server): re-add support for libmariadb2 (#2114) * fix(ts3server): re-add support for libmariadb2 #1924 --- lgsm/functions/core_functions.sh | 5 +++++ lgsm/functions/fix.sh | 2 ++ lgsm/functions/fix_ts3.sh | 14 ++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 lgsm/functions/fix_ts3.sh diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 416835504..6aef2fca4 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -378,6 +378,11 @@ functionfile="${FUNCNAME}" fn_fetch_function } +fix_ts3.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + fix_ut2k4.sh(){ functionfile="${FUNCNAME}" fn_fetch_function diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index dfa9fde78..739a27a7c 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -60,6 +60,8 @@ if [ "${function_selfname}" != "command_install.sh" ]&&[ -z "${fixbypass}" ]; th fix_rw.sh elif [ "${shortname}" == "ss3" ]; then fix_ss3.sh + elif [ "${shortname}" == "ts3" ]; then + fix_ts3.sh elif [ "${shortname}" == "mta" ]; then fix_mta.sh elif [ "${shortname}" == "wurm" ]; then diff --git a/lgsm/functions/fix_ts3.sh b/lgsm/functions/fix_ts3.sh new file mode 100644 index 000000000..fd28a90bd --- /dev/null +++ b/lgsm/functions/fix_ts3.sh @@ -0,0 +1,14 @@ +#!/bin/bash +# LinuxGSM fix_ts3.sh function +# Author: Daniel Gibbs +# Website: https://linuxgsm.com +# Description: Resolves various issues with Teamspeak 3. + +local commandname="FIX" +local commandaction="Fix" +local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" + +# Fixes: makes libmariadb2 available #1924 +if [ ! -f "${serverfiles}/libmariadb.so.2" ]; then + ln -s "${serverfiles}/redist/libmariadb.so.2" "${serverfiles}/libmariadb.so.2" +fi \ No newline at end of file From 48d4673ce70f0e11a00131b81fceb5a2f4e08cc4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 00:30:01 +0000 Subject: [PATCH 35/46] refactor(check): add epel as a requirement for centos (#2115) --- lgsm/functions/check_deps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 738e24f65..87138fea7 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -430,7 +430,9 @@ fn_deps_build_redhat(){ # LinuxGSM requirements ## CentOS 6 if [ "${distroversion}" == "6" ]; then - array_deps_required=( curl wget util-linux-ng python file gzip bzip2 unzip binutils bc jq ) + array_deps_required=( epel-release curl wget util-linux-ng python file gzip bzip2 unzip binutils bc jq ) + if [ "${distroversion}" == "7" ]; then + array_deps_required=( epel-release curl wget util-linux python file gzip bzip2 unzip binutils bc jq ) elif [ "${distroid}" == "fedora" ]; then array_deps_required=( curl wget util-linux python2 file gzip bzip2 unzip binutils bc jq ) elif [[ "${distroname}" == *"Amazon Linux AMI"* ]]; then From 58e88bee4bee72fa7389d533e5caf2e91899cc80 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 11:22:24 +0000 Subject: [PATCH 36/46] fix(fast-dl): correct sound directory name #1999 * sounds directory was called sounds --- lgsm/functions/command_fastdl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/command_fastdl.sh b/lgsm/functions/command_fastdl.sh index 7eed4813e..36e15391c 100644 --- a/lgsm/functions/command_fastdl.sh +++ b/lgsm/functions/command_fastdl.sh @@ -170,7 +170,7 @@ fn_fastdl_preview(){ done # Source engine else - fastdl_directories_array=( "maps" "materials" "models" "particles" "sounds" "resources" ) + fastdl_directories_array=( "maps" "materials" "models" "particles" "sound" "resources" ) for directory in "${fastdl_directories_array[@]}"; do if [ -d "${systemdir}/${directory}" ]; then if [ "${directory}" == "maps" ]; then @@ -181,7 +181,7 @@ fn_fastdl_preview(){ local allowed_extentions_array=( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" ) elif [ "${directory}" == "particles" ]; then local allowed_extentions_array=( "*.pcf" ) - elif [ "${directory}" == "sounds" ]; then + elif [ "${directory}" == "sound" ]; then local allowed_extentions_array=( "*.wav" "*.mp3" "*.ogg" ) fi for allowed_extention in "${allowed_extentions_array[@]}"; do @@ -320,7 +320,7 @@ fn_fastdl_source(){ local allowed_extentions_array=( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" ) elif [ "${directory}" == "particles" ]; then local allowed_extentions_array=( "*.pcf" ) - elif [ "${directory}" == "sounds" ]; then + elif [ "${directory}" == "sound" ]; then local allowed_extentions_array=( "*.wav" "*.mp3" "*.ogg" ) fi for allowed_extention in "${allowed_extentions_array[@]}" From f66dc437a583cd23ad97ef49636a632deaad973d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 12:53:52 +0000 Subject: [PATCH 37/46] fix(backup): include hidden directories in backup or rootdir #2087 *hidden directories are now included in the backup. note: this only includes hidden files in ${rootdir}. Files in ${HOME} are not backed up unless ${rootdir} is the same as ${HOME} --- lgsm/functions/command_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_backup.sh b/lgsm/functions/command_backup.sh index 0f2b09b4d..c5d48e202 100644 --- a/lgsm/functions/command_backup.sh +++ b/lgsm/functions/command_backup.sh @@ -121,7 +121,7 @@ fn_backup_compression(){ core_exit.sh fi - tar -czf "${backupdir}/${backupname}.tar.gz" -C "${rootdir}" --exclude "${excludedir}" --exclude "${tmpdir}/.backup.lock" ./* + tar -czf "${backupdir}/${backupname}.tar.gz" -C "${rootdir}" --exclude "${excludedir}" --exclude "${tmpdir}/.backup.lock" ./. local exitcode=$? if [ ${exitcode} -ne 0 ]; then fn_print_fail_eol From c093fe94fe904ff15698dfe04d25dab450c9bc64 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 14:59:03 +0000 Subject: [PATCH 38/46] fix(sbots): correct short and server name --- lgsm/data/serverlist.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/data/serverlist.csv b/lgsm/data/serverlist.csv index 497f37c8d..fd3fccbb8 100644 --- a/lgsm/data/serverlist.csv +++ b/lgsm/data/serverlist.csv @@ -64,7 +64,7 @@ ricochet,ricochetserver,Ricochet rust,rustserver,Rust rw,rwserver, Rising World samp,sampserver,San Andreas Multiplayer -sbot,sbotserver, StickyBots +sbots,sbotsserver, StickyBots ss3,ss3server,Serious Sam 3: BFE sb,sbserver,Starbound st,stserver,Stationeers From 989c1c142f1846ade9bf748b615ad7c8f14d2c89 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 15:02:53 +0000 Subject: [PATCH 39/46] fix(check): correct if on line 434 --- lgsm/functions/check_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 87138fea7..09a13cdad 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -431,7 +431,7 @@ fn_deps_build_redhat(){ ## CentOS 6 if [ "${distroversion}" == "6" ]; then array_deps_required=( epel-release curl wget util-linux-ng python file gzip bzip2 unzip binutils bc jq ) - if [ "${distroversion}" == "7" ]; then + elif [ "${distroversion}" == "7" ]; then array_deps_required=( epel-release curl wget util-linux python file gzip bzip2 unzip binutils bc jq ) elif [ "${distroid}" == "fedora" ]; then array_deps_required=( curl wget util-linux python2 file gzip bzip2 unzip binutils bc jq ) From e7df8b6a6e26a2e17543007340e3102561c84a71 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 18:36:13 +0000 Subject: [PATCH 40/46] refactor(check): deprecate glibc fixes (#2118) * glibc fixes only fixes 15 out of 85 servers with only centos 6 still supported by vendors. It has been decided to remove support for glibc fixes --- lgsm/functions/check_glibc.sh | 37 ++++-------- lgsm/functions/command_debug.sh | 12 ++-- lgsm/functions/command_dev_detect_glibc.sh | 12 ++-- lgsm/functions/core_functions.sh | 6 -- lgsm/functions/fix_glibc.sh | 69 ---------------------- lgsm/functions/info_glibc.sh | 2 +- lgsm/functions/info_messages.sh | 16 ++--- 7 files changed, 27 insertions(+), 127 deletions(-) delete mode 100644 lgsm/functions/fix_glibc.sh diff --git a/lgsm/functions/check_glibc.sh b/lgsm/functions/check_glibc.sh index 07ad6adb7..d353ed8af 100644 --- a/lgsm/functions/check_glibc.sh +++ b/lgsm/functions/check_glibc.sh @@ -11,31 +11,14 @@ info_distro.sh if [ "${glibcrequired}" == "NOT REQUIRED" ]; then : -elif [ "${glibcrequired}" == "UNKNOWN" ]; then - fn_print_dots "Glibc fix" - sleep 0.5 - fn_print_error_nl "Glibc fix: ${red}${glibcrequired}${default}" - echo -e " * glibc required: ${red}${glibcrequired}${default}" - echo -e " * glibc installed: ${glibcversion}" -elif [ "$(printf '%s\n'${glibcrequired}'\n' "${glibcversion}" | sort -V | head -n 1)" != "${glibcrequired}" ]; then - if [ "${glibcfix}" == "yes" ]; then - if [ "${function_selfname}" != "command_install.sh" ]; then - fn_print_dots "Glibc fix" - sleep 0.5 - fn_print_info_nl "Glibc fix: ${green}Using Glibc fix${default}" - echo -e " * glibc required: ${red}${glibcrequired}${default}" - echo -e " * glibc installed: ${glibcversion}" - fix_glibc.sh - fi - else - fn_print_dots "Glibc fix" - sleep 0.5 - fn_print_error_nl "Glibc fix: ${red}No Glibc fix available!${default}" - echo -en "\n" - echo -e " * glibc required: ${glibcrequired}" - echo -e " * glibc installed: ${red}${glibcversion}${default}" - echo -en "\n" - fn_print_information "The game server will probably not work. A distro upgrade is required!" - sleep 2 - fi +elif [ "$(printf '%s\n'${glibcrequired}'\n' "${glibcversion}" | sort -V | head -n 1)" != "${glibcrequired}" ]||[ "${glibcrequired}" == "UNKNOWN" ]; then + fn_print_dots "Glibc" + sleep 0.5 + fn_print_error_nl "glibc: ${red}glibc distro version ${glibcversion} too old${default}" + echo -en "\n" + echo -e " * glibc required: ${glibcrequired}" + echo -e " * glibc installed: ${red}${glibcversion}${default}" + echo -en "\n" + fn_print_information "The game server will probably not work. A distro upgrade is required!" + sleep 2 fi \ No newline at end of file diff --git a/lgsm/functions/command_debug.sh b/lgsm/functions/command_debug.sh index 23cb49f4b..40b527b10 100644 --- a/lgsm/functions/command_debug.sh +++ b/lgsm/functions/command_debug.sh @@ -34,20 +34,16 @@ echo -e "${blue}tmux:\t${default}${tmuxv}" echo -e "${blue}Avg Load:\t${default}${load}" echo -e "${blue}Free Memory:\t${default}${physmemfree}" echo -e "${blue}Free Disk:\t${default}${availspace}" -# GLIBC required +# glibc required if [ -n "${glibcrequired}" ]; then if [ "${glibcrequired}" == "NOT REQUIRED" ]; then : elif [ "${glibcrequired}" == "UNKNOWN" ]; then - echo -e "${blue}GLIBC required:\t${red}${glibcrequired}" + echo -e "${blue}glibc required:\t${red}${glibcrequired}" elif [ "$(printf '%s\n'${glibcrequired}'\n' "${glibcversion}" | sort -V | head -n 1)" != "${glibcrequired}" ]; then - if [ "${glibcfix}" == "yes" ]; then - echo -e "${blue}GLIBC required:\t${red}${glibcrequired} ${default}(${green}Using GLIBC fix${default})" - else - echo -e "${blue}GLIBC required:\t${red}${glibcrequired} ${default}(${red}GLIBC distro version ${glibcversion} too old${default})" - fi + echo -e "${blue}glibc required:\t${red}${glibcrequired} ${default}(${red}glibc distro version ${glibcversion} too old${default})" else - echo -e "${blue}GLIBC required:\t${green}${glibcrequired}${default}" + echo -e "${blue}glibc required:\t${green}${glibcrequired}${default}" fi fi # Server ip diff --git a/lgsm/functions/command_dev_detect_glibc.sh b/lgsm/functions/command_dev_detect_glibc.sh index d28846402..7f0fc409c 100644 --- a/lgsm/functions/command_dev_detect_glibc.sh +++ b/lgsm/functions/command_dev_detect_glibc.sh @@ -10,7 +10,7 @@ local commandaction="Detect-Glibc" local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" echo "=================================" -echo "GLIBC Requirements Checker" +echo "glibc Requirements Checker" echo "=================================" if [ -z "$(command -v objdump)" ]; then @@ -58,10 +58,10 @@ do done echo "" echo "" - echo "${glibc_check_name} GLIBC Requirements" + echo "${glibc_check_name} glibc Requirements" echo "=================================" if [ -f "${tmpdir}/detect_glibc_files_${glibc_check_var}.tmp" ]; then - echo "Required GLIBC" + echo "Required glibc" cat "${tmpdir}/detect_glibc_${glibc_check_var}.tmp" | sort | uniq | sort -r --version-sort | head -1 |tee -a "${tmpdir}/detect_glibc_highest.tmp" echo "" echo "Files requiring GLIBC" @@ -73,19 +73,19 @@ do rm "${tmpdir}/detect_glibc_${glibc_check_var}.tmp" rm "${tmpdir}/detect_glibc_files_${glibc_check_var}.tmp" else - fn_print_information_nl "GLIBC is not required" + fn_print_information_nl "glibc is not required" fi else fn_print_information_nl "${glibc_check_name} is not installed" fi done echo "" -echo "Final GLIBC Requirement" +echo "Final glibc Requirement" echo "=================================" if [ -f "${tmpdir}/detect_glibc_highest.tmp" ]; then cat "${tmpdir}/detect_glibc_highest.tmp" | sort | uniq | sort -r --version-sort | head -1 rm "${tmpdir}/detect_glibc_highest.tmp" else - fn_print_information_nl "GLIBC is not required" + fn_print_information_nl "glibc is not required" fi core_exit.sh diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 6aef2fca4..614b70817 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -322,12 +322,6 @@ functionfile="${FUNCNAME}" fn_fetch_function } -fix_glibc.sh(){ -functionfile="${FUNCNAME}" -fn_fetch_function -} - - fix_kf.sh(){ functionfile="${FUNCNAME}" fn_fetch_function diff --git a/lgsm/functions/fix_glibc.sh b/lgsm/functions/fix_glibc.sh deleted file mode 100644 index b5da964de..000000000 --- a/lgsm/functions/fix_glibc.sh +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/bash -# LinuxGSM fix_glibc.sh function -# Author: Daniel Gibbs -# Website: https://linuxgsm.com -# Description: Downloads required Glibc files and applies the Glibc fix if required. - -local commandname="FIX" -local commandaction="Fix" -local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" - -## i386 - -# libstdc++.so.6 -local libstdc_servers_array=( "ARMA 3" "Blade Symphony" "Counter-Strike: Global Offensive" "Garry's Mod" "GoldenEye: Source" "Just Cause 2" "Team Fortress 2" ) -for libstdc_server in "${libstdc_servers_array[@]}" -do - if [ "${gamename}" == "${libstdc_server}" ]; then - fn_fetch_file_github "lgsm/lib/ubuntu12.04/i386" "libstdc++.so.6" "${lgsmdir}/lib" "nochmodx" "norun" "noforce" "nomd5" - fi -done - -# libm.so.6 -local libm_servers_array=( "Black Mesa: Deathmatch" "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Empires Mod" "Fistful of Frags" "Garry's Mod" "GoldenEye: Source" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" "Pirates, Vikings, and Knights II" "Team Fortress 2" ) -for libm_server in "${libm_servers_array[@]}" -do - if [ "${gamename}" == "${libm_server}" ]; then - fn_fetch_file_github "lgsm/lib/ubuntu12.04/i386" "libm.so.6" "${lgsmdir}/lib" "nochmodx" "norun" "noforce" "nomd5" - fi -done - -# libc.so.6 -local libc_servers_array=( "Black Mesa: Deathmatch" "Blade Symphony" "Garry's Mod" "GoldenEye: Source" "Team Fortress 2" ) -for libc_server in "${libc_servers_array[@]}" -do - if [ "${gamename}" == "${libc_server}" ]; then - fn_fetch_file_github "lgsm/lib/ubuntu12.04/i386" "libc.so.6" "${lgsmdir}/lib" "nochmodx" "norun" "noforce" "nomd5" - fi -done - -# libpthread.so.0 -local libpthread_servers_array=( "Black Mesa: Deathmatch" "Blade Symphony" "Garry's Mod" ) -for libpthread_server in "${libpthread_servers_array[@]}" -do - if [ "${gamename}" == "${libpthread_server}" ]; then - fn_fetch_file_github "lgsm/lib/ubuntu12.04/i386" "libpthread.so.0" "${lgsmdir}/lib" "nochmodx" "norun" "noforce" "nomd5" - fi -done - -## amd64 - -# libm.so.6 -local libm_servers_array=( "Factorio" ) -for libm_server in "${libm_servers_array[@]}" -do - if [ "${gamename}" == "${libm_server}" ]; then - fn_fetch_file_github "lgsm/lib/ubuntu12.04/amd64" "libm.so.6" "${lgsmdir}/lib" "nochmodx" "norun" "noforce" "nomd5" - fi -done - -# libc.so.6 -local libc_servers_array=( "Factorio" ) -for libc_server in "${libc_servers_array[@]}" -do - if [ "${gamename}" == "${libc_server}" ]; then - fn_fetch_file_github "lgsm/lib/ubuntu12.04/amd64" "libc.so.6" "${lgsmdir}/lib" "nochmodx" "norun" "noforce" "nomd5" - fi -done - -export LD_LIBRARY_PATH=:"${libdir}" \ No newline at end of file diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index d383daab6..412688973 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -212,7 +212,7 @@ else glibcfix="no" fi -# Sets the SteamCMD GLIBC requirement if the game server requirement is less or not required. +# Sets the SteamCMD glibc requirement if the game server requirement is less or not required. if [ -n "${appid}" ]; then if [ "${glibcrequired}" = "NOT REQUIRED" ]||[ -z "${glibcrequired}" ]||[ "$(printf '%s\n'${glibcrequired}'\n' "2.14" | sort -V | head -n 1)" != "2.14" ]; then glibcrequired="2.14" diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 24821c9cd..db73b5a85 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -40,7 +40,7 @@ fn_info_message_distro(){ # Kernel: 3.13.0-79-generic # Hostname: hostname # tmux: tmux 1.8 - # GLIBC: 2.19 + # glibc: 2.19 echo -e "" echo -e "${lightyellow}Distro Details${default}" @@ -51,7 +51,7 @@ fn_info_message_distro(){ echo -e "${blue}Kernel:\t${default}${kernel}" echo -e "${blue}Hostname:\t${default}${HOSTNAME}" echo -e "${blue}tmux:\t${default}${tmuxv}" - echo -e "${blue}GLIBC:\t${default}${glibcversion}" + echo -e "${blue}glibc:\t${default}${glibcversion}" } | column -s $'\t' -t } @@ -362,20 +362,16 @@ fn_info_message_script(){ # User echo -e "${blue}User:\t${default}$(whoami)" - # GLIBC required + # glibc required if [ -n "${glibcrequired}" ]; then if [ "${glibcrequired}" == "NOT REQUIRED" ]; then : elif [ "${glibcrequired}" == "UNKNOWN" ]; then - echo -e "${blue}GLIBC required:\t${red}${glibcrequired}" + echo -e "${blue}glibc required:\t${red}${glibcrequired}" elif [ "$(printf '%s\n'${glibcrequired}'\n' ${glibcversion} | sort -V | head -n 1)" != "${glibcrequired}" ]; then - if [ "${glibcfix}" == "yes" ]; then - echo -e "${blue}GLIBC required:\t${red}${glibcrequired} ${default}(${green}Using GLIBC fix${default})" - else - echo -e "${blue}GLIBC required:\t${red}${glibcrequired} ${default}(${red}GLIBC version too old${default})" - fi + echo -e "${blue}glibc required:\t${red}${glibcrequired} ${default}(${red}glibc distro version ${glibcversion} too old${default})" else - echo -e "${blue}GLIBC required:\t${green}${glibcrequired}${default}" + echo -e "${blue}glibc required:\t${green}${glibcrequired}${default}" fi fi From 0210503a66047c3dae7cc422ed636b3edc770d46 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 19:56:39 +0000 Subject: [PATCH 41/46] feat(details): bots will not show if bots are 0 --- lgsm/functions/query_gamedig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/query_gamedig.sh b/lgsm/functions/query_gamedig.sh index 21e0ed091..8fa8d1b45 100644 --- a/lgsm/functions/query_gamedig.sh +++ b/lgsm/functions/query_gamedig.sh @@ -118,7 +118,7 @@ if [ "$(command -v gamedig 2>/dev/null)" ]&&[ "$(command -v jq 2>/dev/null)" ]; # numbots gdbots=$(echo "${gamedigraw}" | jq -re '.raw.numbots') - if [ "${gdbots}" == "null" ]; then + if [ "${gdbots}" == "null" ]||[ "${gdbots}" == "0" ]; then unset gdbots fi fi From 820b0cf72540bc52e52456252e2dde5c802dd4bc Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 23:26:05 +0000 Subject: [PATCH 42/46] refactor(sdtd): changes required for A17 update (#2121) * feat(sdtd): added sdtd_fix * refactor(config): add local config copying * fix(sdtd): repair selection of 64 bit executable * fix(sdtd): adjust configfile path --- .../config-lgsm/sdtdserver/_default.cfg | 10 ++++++++-- lgsm/functions/core_functions.sh | 5 +++++ lgsm/functions/fix.sh | 2 ++ lgsm/functions/fix_sdtd.sh | 10 ++++++++++ lgsm/functions/install_config.sh | 12 ++++++++---- 5 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 lgsm/functions/fix_sdtd.sh diff --git a/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg b/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg index 117de44c4..6878001df 100644 --- a/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg @@ -101,9 +101,15 @@ engine="unity3d" ## Server Specific Directories systemdir="${serverfiles}" executabledir="${serverfiles}" -executable="./7DaysToDieServer.x86" -servercfg="${servicename}.xml" +if [ "$(uname -m)" == "x86_64" ]; then + executable="./7DaysToDieServer.x86_64" +else + executable="./7DaysToDieServer.x86" +fi servercfgdefault="serverconfig.xml" +servercfgdirdefault="${serverfiles}" +servercfgfullpathdefault="${servercfgdirdefault}/${servercfgdefault}" +servercfg="${servicename}.xml" servercfgdir="${serverfiles}" servercfgfullpath="${servercfgdir}/${servercfg}" diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 614b70817..bde5e1f31 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -367,6 +367,11 @@ functionfile="${FUNCNAME}" fn_fetch_function } +fix_sdtd.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + fix_ss3.sh(){ functionfile="${FUNCNAME}" fn_fetch_function diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index 739a27a7c..c58e1e2d0 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -58,6 +58,8 @@ if [ "${function_selfname}" != "command_install.sh" ]&&[ -z "${fixbypass}" ]; th fix_rust.sh elif [ "${shortname}" == "rw" ]; then fix_rw.sh + elif [ "${shortname}" == "sdtd" ]; then + fix_sdtd.sh elif [ "${shortname}" == "ss3" ]; then fix_ss3.sh elif [ "${shortname}" == "ts3" ]; then diff --git a/lgsm/functions/fix_sdtd.sh b/lgsm/functions/fix_sdtd.sh new file mode 100644 index 000000000..04ac7936d --- /dev/null +++ b/lgsm/functions/fix_sdtd.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# LinuxGSM fix_sdtd.sh function +# Author: Daniel Gibbs +# Website: https://linuxgsm.com +# Description: Resolves startup issue with 7 Days to Die + +local commandname="FIX" +local commandaction="Fix" + +export LD_LIBRARY_PATH="${serverfiles}" \ No newline at end of file diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index b09eff8b3..37bf42ba3 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -53,6 +53,13 @@ fn_default_config_remote(){ sleep 0.5 } +# Copys local default config to server config location +fn_default_config_local(){ + echo "copying ${servercfgdefault} config file." + cp -nv "${servercfgfullpathdefault}" "${servercfgfullpath}" + sleep 0.5 +} + # Changes some variables within the default configs # SERVERNAME to LinuxGSM # PASSWORD to random password @@ -139,10 +146,7 @@ fn_set_dst_config_vars(){ if [ "${gamename}" == "7 Days To Die" ]; then gamedirname="7DaysToDie" - array_configs+=( serverconfig.xml ) - fn_fetch_default_config - fn_default_config_remote - fn_set_config_vars + fn_default_config_local elif [ "${gamename}" == "ARK: Survival Evolved" ]; then gamedirname="ARKSurvivalEvolved" fn_check_cfgdir From 430997bd40147a8186c457b6d954b3bf9a20136a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 23:34:50 +0000 Subject: [PATCH 43/46] refactor(docs): change all urls from the old wiki to new docs (#2122) --- CONTRIBUTING.md | 15 +++++----- README.md | 8 +++--- .../config-lgsm/arkserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/arma3server/_default.cfg | 28 +++++++++---------- .../config-lgsm/bb2server/_default.cfg | 26 ++++++++--------- .../config-lgsm/bbserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/bdserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/bf1942server/_default.cfg | 24 ++++++++-------- .../config-lgsm/bmdmserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/boserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/bsserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/bt1944server/_default.cfg | 26 ++++++++--------- .../config-lgsm/ccserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/cod2server/_default.cfg | 24 ++++++++-------- .../config-lgsm/cod4server/_default.cfg | 24 ++++++++-------- .../config-lgsm/codserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/coduoserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/codwawserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/csczserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/csgoserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/csserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/cssserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dabserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dmcserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dodserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dodsserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/doiserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dstserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/ecoserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/emserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/etlserver/_default.cfg | 22 +++++++-------- .../config-lgsm/fctrserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/fofserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/gesserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/gmodserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/hl2dmserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/hldmserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/hldmsserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/hwserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/insserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/inssserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/jc2server/_default.cfg | 24 ++++++++-------- .../config-lgsm/jc3server/_default.cfg | 24 ++++++++-------- .../config-lgsm/kf2server/_default.cfg | 26 ++++++++--------- .../config-lgsm/kfserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/l4d2server/_default.cfg | 26 ++++++++--------- .../config-lgsm/l4dserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/mcserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/mtaserver/_default.cfg | 22 +++++++-------- .../config-lgsm/mumbleserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/nmrihserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/ns2cserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/ns2server/_default.cfg | 28 +++++++++---------- .../config-lgsm/nsserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/opforserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/pcserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/pstbsserver/_default.cfg | 27 +++++++++--------- .../config-lgsm/pvkiiserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/pzserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/q2server/_default.cfg | 24 ++++++++-------- .../config-lgsm/q3server/_default.cfg | 24 ++++++++-------- .../config-lgsm/qlserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/qwserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/ricochetserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/roserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/rustserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/rwserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/sampserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/sbotsserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/sbserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/sdtdserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/squadserver/_default.cfg | 27 +++++++++--------- .../config-lgsm/ss3server/_default.cfg | 26 ++++++++--------- .../config-lgsm/stserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/svenserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/terrariaserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/tf2server/_default.cfg | 26 ++++++++--------- .../config-lgsm/tfcserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/ts3server/_default.cfg | 24 ++++++++-------- .../config-lgsm/tuserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/twserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/ut2k4server/_default.cfg | 24 ++++++++-------- .../config-lgsm/ut3server/_default.cfg | 24 ++++++++-------- .../config-lgsm/ut99server/_default.cfg | 24 ++++++++-------- .../config-lgsm/utserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/vsserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/wetserver/_default.cfg | 22 +++++++-------- .../config-lgsm/wurmserver/_default.cfg | 22 +++++++-------- .../config-lgsm/zpsserver/_default.cfg | 26 ++++++++--------- lgsm/functions/alert.sh | 14 +++++----- lgsm/functions/check_deps.sh | 2 +- lgsm/functions/check_permissions.sh | 4 +-- lgsm/functions/check_tmuxception.sh | 4 +-- lgsm/functions/command_console.sh | 2 +- linuxgsm.sh | 6 ++-- tests/tests_fctrserver.sh | 2 +- tests/tests_jc2server.sh | 2 +- tests/tests_shellcheck.sh | 2 +- tests/tests_ts3server.sh | 2 +- 99 files changed, 1142 insertions(+), 1143 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a13b7644..1b1257630 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,20 +9,19 @@ Before working on a project we recommend that you create a issue in regards to t Here are some important resources: * [Issues Page](https://github.com/GameServerManagers/LinuxGSM/issues) provides a list of areas that could use some work, - * [Developing LinuxGSM](https://github.com/GameServerManagers/LinuxGSM/wiki/Developing-LGSM) gives a detailed guide on developing LGSM, - * [LinuxGSM Exit Codes](https://github.com/GameServerManagers/LinuxGSM/wiki/LGSM-Exit-Codes) describes and gives an explanation for exit codes, - * [gsquery](https://github.com/GameServerManagers/LinuxGSM/wiki/gsquery.py) describes the uses of the gsquery.py file, and - * [Branching](https://github.com/GameServerManagers/LinuxGSM/wiki/Branching) is our final guide to submitting changes. + * [Developing LinuxGSM](https://docs.linuxgsm.com/developers) gives a detailed guide on developing LGSM, + * [LinuxGSM Exit Codes](https://docs.linuxgsm.com/developers/linuxgsm-exit-codes) describes and gives an explanation for exit codes, + * [Branching](https://docs.linuxgsm.com/developers/branching) is our final guide to submitting changes. ## Testing Please make sure all the code you write is working properly **before** you create a pull request. Information on debugging can be found in the following document: -[Developer Commands](https://github.com/GameServerManagers/LinuxGSM/wiki/Developer-Commands) -[Debugging your code](https://github.com/GameServerManagers/LinuxGSM/wiki/Developing-LGSM#testing-and-debugging-your-code) +[Developer Commands](https://docs.linuxgsm.com/developers/developer-commands) +[Debugging your code](https://docs.linuxgsm.com/developers/developing-lgsm#testing-and-debugging-your-code) ## Submitting changes -Please send a [GitHub Pull Request to LinuxGSM](https://github.com/GameServerManagers/LinuxGSM/pull/new/develop) with a clear list of what you've done (read more about [pull requests](https://help.github.com/articles/about-pull-requests/)). Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit). +Please send a [GitHub Pull Request to LinuxGSM](https://github.com/GameServerManagers/LinuxGSM/pull/new/develop) with a clear list of what you've done (read more about [pull requests](https://help.github.com/articles/about-pull-requests)). Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit). Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this: @@ -36,4 +35,4 @@ This will help us in understanding your code and determining where problems may Start reading our code and you'll get the hang of it. Explore how functions are organized and you'll see how we strive for readable code. Please give the following document a read and adjust your code according to its specifications. -[Syntax & Coding Conventions](https://github.com/GameServerManagers/LinuxGSM/wiki/Syntax-and-Conventions) \ No newline at end of file +[Syntax & Coding Conventions](https://docs.linuxgsm.com/developers/syntax-and-conventions) \ No newline at end of file diff --git a/README.md b/README.md index 5e1f5cea4..b37937ee9 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ The Linux Game Server Managers are tested to work on the following Linux distros Other distros are likely to work but are not fully tested.

Specific Requirements

FAQ

All FAQ can be found here. -https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ +https://docs.linuxgsm.com/support/faq

Donate

If you want to donate to the project you can via PayPal. I have had a may kind people show their support by sending me a donation. Any donations you send help cover my server costs and buy me a drink. Cheers!
    @@ -48,7 +48,7 @@ If you want to donate to the project you can via PayPal. I have had a may kind p

    Useful Links

    • Homepage
    • -
    • Wiki
    • +
    • Documentation
    • GitHub Code
    • GitHub Issues
    • Waffle (Github Dashboard)
    • diff --git a/lgsm/config-default/config-lgsm/arkserver/_default.cfg b/lgsm/config-default/config-lgsm/arkserver/_default.cfg index 9440ef4b0..47189ae12 100644 --- a/lgsm/config-default/config-lgsm/arkserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/arkserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" queryport="27015" @@ -17,7 +17,7 @@ rconport="27020" defaultmap="TheIsland" maxplayers="70" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" } @@ -27,42 +27,42 @@ parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip} ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -71,15 +71,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/arma3server/_default.cfg b/lgsm/config-default/config-lgsm/arma3server/_default.cfg index bd6ed5a49..c7f9f1187 100644 --- a/lgsm/config-default/config-lgsm/arma3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/arma3server/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="2302" @@ -31,7 +31,7 @@ servermods="" # Leave empty for default bepath="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory" } @@ -41,42 +41,42 @@ parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgful ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -85,15 +85,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bb2server/_default.cfg b/lgsm/config-default/config-lgsm/bb2server/_default.cfg index ee29643b6..17014193d 100644 --- a/lgsm/config-default/config-lgsm/bb2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/bb2server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="20" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game brainbread2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game brainbread2 -strictportbind -ip ${ip} -port ${port} +clientport ${c ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bbserver/_default.cfg b/lgsm/config-default/config-lgsm/bbserver/_default.cfg index 2ffeac39a..0002910f9 100644 --- a/lgsm/config-default/config-lgsm/bbserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/bbserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="bb_chp4_slaywatch" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game brainbread -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game brainbread -strictportbind +ip ${ip} -port ${port} +clientport ${cl ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bdserver/_default.cfg b/lgsm/config-default/config-lgsm/bdserver/_default.cfg index c24024a35..ad5bc4a7b 100644 --- a/lgsm/config-default/config-lgsm/bdserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/bdserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="pve_tomb" maxplayers="3" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game bdef -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game bdef -strictportbind +ip ${ip} -port ${port} +clientport ${clientpo ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bf1942server/_default.cfg b/lgsm/config-default/config-lgsm/bf1942server/_default.cfg index 68e8e891e..0323fa414 100644 --- a/lgsm/config-default/config-lgsm/bf1942server/_default.cfg +++ b/lgsm/config-default/config-lgsm/bf1942server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+hostServer 1 +dedicated 1" } @@ -18,42 +18,42 @@ parms="+hostServer 1 +dedicated 1" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,15 +62,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bmdmserver/_default.cfg b/lgsm/config-default/config-lgsm/bmdmserver/_default.cfg index c339b10fc..d3036144e 100644 --- a/lgsm/config-default/config-lgsm/bmdmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/bmdmserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="16" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game bms -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game bms -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/boserver/_default.cfg b/lgsm/config-default/config-lgsm/boserver/_default.cfg index d5e7c9b32..c9fc1c954 100644 --- a/lgsm/config-default/config-lgsm/boserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/boserver/_default.cfg @@ -14,7 +14,7 @@ gslt="" ip="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" } @@ -24,42 +24,42 @@ parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,15 +68,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bsserver/_default.cfg b/lgsm/config-default/config-lgsm/bsserver/_default.cfg index 22bed0111..eacfe5900 100644 --- a/lgsm/config-default/config-lgsm/bsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/bsserver/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -20,7 +20,7 @@ sourcetvport="27020" defaultmap="duel_winter" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-autoupdate -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -30,42 +30,42 @@ parms="-autoupdate -strictportbind -ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -74,15 +74,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bt1944server/_default.cfg b/lgsm/config-default/config-lgsm/bt1944server/_default.cfg index 8fd5cbb76..22b3f4e4d 100644 --- a/lgsm/config-default/config-lgsm/bt1944server/_default.cfg +++ b/lgsm/config-default/config-lgsm/bt1944server/_default.cfg @@ -8,12 +8,12 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" queryport="7780" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="/Game/Maps/Final_Maps/Derailed?Game=/Script/ShooterGame.BombGameMode?listen -log -broadcastip=\"${ip}\" -PORT=${port} -QueryPort=${queryport} -defgameini=\"${servercfgfullpath}\"" } @@ -23,42 +23,42 @@ parms="/Game/Maps/Final_Maps/Derailed?Game=/Script/ShooterGame.BombGameMode?list ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -67,15 +67,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ccserver/_default.cfg b/lgsm/config-default/config-lgsm/ccserver/_default.cfg index 119e2ae0b..c85af6137 100644 --- a/lgsm/config-default/config-lgsm/ccserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/ccserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="cbe_bunker" maxplayers="6" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game cure -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game cure -strictportbind -ip ${ip} -port ${port} +clientport ${clientpo ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/cod2server/_default.cfg b/lgsm/config-default/config-lgsm/cod2server/_default.cfg index 07c3b78b2..c6a7c27f7 100644 --- a/lgsm/config-default/config-lgsm/cod2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/cod2server/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_leningrad" maxplayers="20" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/cod4server/_default.cfg b/lgsm/config-default/config-lgsm/cod4server/_default.cfg index 542306606..e8434041b 100644 --- a/lgsm/config-default/config-lgsm/cod4server/_default.cfg +++ b/lgsm/config-default/config-lgsm/cod4server/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_crossfire" maxplayers="32" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/codserver/_default.cfg b/lgsm/config-default/config-lgsm/codserver/_default.cfg index 3d495be9c..5f1d480c2 100644 --- a/lgsm/config-default/config-lgsm/codserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/codserver/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_neuville" maxplayers="20" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/coduoserver/_default.cfg b/lgsm/config-default/config-lgsm/coduoserver/_default.cfg index bc97e60c1..9ed50228e 100644 --- a/lgsm/config-default/config-lgsm/coduoserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/coduoserver/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_cassino" maxplayers="20" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/codwawserver/_default.cfg b/lgsm/config-default/config-lgsm/codwawserver/_default.cfg index c9fbfe216..39d21e37e 100644 --- a/lgsm/config-default/config-lgsm/codwawserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/codwawserver/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_castle" maxplayers="20" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/csczserver/_default.cfg b/lgsm/config-default/config-lgsm/csczserver/_default.cfg index b46d13438..363d82e6b 100644 --- a/lgsm/config-default/config-lgsm/csczserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/csczserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="de_dust2" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game czero -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game czero -strictportbind +ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/csgoserver/_default.cfg b/lgsm/config-default/config-lgsm/csgoserver/_default.cfg index baa2f81d0..fd9865e17 100644 --- a/lgsm/config-default/config-lgsm/csgoserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/csgoserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters # https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers#Starting_the_Server # [Game Modes] gametype gamemode mapgroup (you can mix these across Game Modes, but use only one) # Arms Race 1 0 mg_armsrace @@ -41,7 +41,7 @@ wsapikey="" wscollectionid="" wsstartmap="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers} +mapgroup ${mapgroup} +game_type ${gametype} +game_mode ${gamemode} +host_workshop_collection ${wscollectionid} +workshop_start_map ${wsstartmap} -authkey ${wsapikey} -nobreakpad" } @@ -51,42 +51,42 @@ parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport $ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -95,15 +95,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/csserver/_default.cfg b/lgsm/config-default/config-lgsm/csserver/_default.cfg index b9be8dab9..c3f087a0f 100644 --- a/lgsm/config-default/config-lgsm/csserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/csserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="de_dust2" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game cstrike -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game cstrike -strictportbind +ip ${ip} -port ${port} +clientport ${clien ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/cssserver/_default.cfg b/lgsm/config-default/config-lgsm/cssserver/_default.cfg index f3bfe346a..47ba05037 100644 --- a/lgsm/config-default/config-lgsm/cssserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/cssserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="16" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clien ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dabserver/_default.cfg b/lgsm/config-default/config-lgsm/dabserver/_default.cfg index 155cdf78e..efa06c0a0 100644 --- a/lgsm/config-default/config-lgsm/dabserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dabserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="da_rooftops" maxplayers="10" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_por ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dmcserver/_default.cfg b/lgsm/config-default/config-lgsm/dmcserver/_default.cfg index 20888bb30..008ebfe60 100644 --- a/lgsm/config-default/config-lgsm/dmcserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dmcserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="dcdm5" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game dmc -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game dmc -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dodserver/_default.cfg b/lgsm/config-default/config-lgsm/dodserver/_default.cfg index ea53ffd16..09eb2eb1d 100644 --- a/lgsm/config-default/config-lgsm/dodserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dodserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="dod_Anzio" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dodsserver/_default.cfg b/lgsm/config-default/config-lgsm/dodsserver/_default.cfg index 86cc33502..5e9438356 100644 --- a/lgsm/config-default/config-lgsm/dodsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dodsserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="dod_Anzio" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/doiserver/_default.cfg b/lgsm/config-default/config-lgsm/doiserver/_default.cfg index da1ea65d7..cb507f756 100644 --- a/lgsm/config-default/config-lgsm/doiserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/doiserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -18,7 +18,7 @@ maxplayers="16" tickrate="64" workshop="0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop}" } @@ -28,42 +28,42 @@ parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -72,15 +72,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dstserver/_default.cfg b/lgsm/config-default/config-lgsm/dstserver/_default.cfg index c8c3e1093..645826951 100644 --- a/lgsm/config-default/config-lgsm/dstserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dstserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Installation Variables | https://github.com/GameServerManagers/LinuxGSM/wiki/Don't-Starve-Together +## Installation Variables | https://docs.linuxgsm.com/game-servers/dont-starve-together sharding="false" master="true" shard="Master" @@ -19,7 +19,7 @@ cave="false" persistentstorageroot="${HOME}/.klei" confdir="DoNotStarveTogether" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-persistent_storage_root ${persistentstorageroot} -conf_dir ${confdir} -cluster ${cluster} -shard ${shard}" } @@ -29,42 +29,42 @@ parms="-persistent_storage_root ${persistentstorageroot} -conf_dir ${confdir} -c ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -73,15 +73,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" @@ -103,7 +103,7 @@ branch="" gamename="Don't Starve Together" engine="dontstarve" -## Service Name | https://github.com/GameServerManagers/LinuxGSM/wiki/Multiple-Servers +## Service Name | https://docs.linuxgsm.com/features/multiple-game-servers servicename="dst-server-${shard}" #### Directories #### diff --git a/lgsm/config-default/config-lgsm/ecoserver/_default.cfg b/lgsm/config-default/config-lgsm/ecoserver/_default.cfg index ce3347412..10908f448 100644 --- a/lgsm/config-default/config-lgsm/ecoserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/ecoserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-nogui" } @@ -18,55 +18,55 @@ fn_parms(){ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram telegramalert="off" telegramtoken="accesstoken" telegramchatid="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/emserver/_default.cfg b/lgsm/config-default/config-lgsm/emserver/_default.cfg index d498d0f70..3188dcf47 100644 --- a/lgsm/config-default/config-lgsm/emserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/emserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="62" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game empires -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game empires -strictportbind -ip ${ip} -port ${port} +clientport ${clien ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/etlserver/_default.cfg b/lgsm/config-default/config-lgsm/etlserver/_default.cfg index da56eb27a..86e71c8bb 100644 --- a/lgsm/config-default/config-lgsm/etlserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/etlserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set net_strict 1 +set fs_homepath ${serverfiles} +exec ${servercfg}" } @@ -18,42 +18,42 @@ fn_parms(){ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,12 +62,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/fctrserver/_default.cfg b/lgsm/config-default/config-lgsm/fctrserver/_default.cfg index 91aec48b1..4117dfbe5 100644 --- a/lgsm/config-default/config-lgsm/fctrserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/fctrserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="34197" rconport="34198" @@ -16,7 +16,7 @@ rconpassword="CHANGE_ME" # (stable|experimental) branch="stable" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="--start-server ${serverfiles}/save1.zip --server-settings ${servercfgfullpath} --port ${port} --rcon-port ${rconport} --rcon-password ${rconpassword}" } @@ -26,42 +26,42 @@ parms="--start-server ${serverfiles}/save1.zip --server-settings ${servercfgfull ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/fofserver/_default.cfg b/lgsm/config-default/config-lgsm/fofserver/_default.cfg index a35374312..18d0081f0 100644 --- a/lgsm/config-default/config-lgsm/fofserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/fofserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="fof_depot" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game fof -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game fof -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/gesserver/_default.cfg b/lgsm/config-default/config-lgsm/gesserver/_default.cfg index 3c110ab59..6f810f409 100644 --- a/lgsm/config-default/config-lgsm/gesserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/gesserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="ge_archives" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game gesource -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game gesource -strictportbind -ip ${ip} -port ${port} +clientport ${clie ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/gmodserver/_default.cfg b/lgsm/config-default/config-lgsm/gmodserver/_default.cfg index 26d664c36..00732dd30 100644 --- a/lgsm/config-default/config-lgsm/gmodserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/gmodserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -32,7 +32,7 @@ customparms="-disableluarefresh" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickrate} +host_workshop_collection ${wscollectionid} -authkey ${wsapikey} +clientport ${clientport} +tv_port ${sourcetvport} +gamemode ${gamemode} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers} ${customparms}" } @@ -42,42 +42,42 @@ parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickr ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -86,15 +86,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg b/lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg index e004322ed..c5796eab5 100644 --- a/lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="dm_lockdown" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game hl2mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game hl2mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/hldmserver/_default.cfg b/lgsm/config-default/config-lgsm/hldmserver/_default.cfg index 3b4a39646..41308db1f 100644 --- a/lgsm/config-default/config-lgsm/hldmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/hldmserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="crossfire" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game valve -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game valve -strictportbind +ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/hldmsserver/_default.cfg b/lgsm/config-default/config-lgsm/hldmsserver/_default.cfg index 008675662..91ae5546b 100644 --- a/lgsm/config-default/config-lgsm/hldmsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/hldmsserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="crossfire" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/hwserver/_default.cfg b/lgsm/config-default/config-lgsm/hwserver/_default.cfg index a2335e8ec..19fadc681 100644 --- a/lgsm/config-default/config-lgsm/hwserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/hwserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters servername="LinuxGSM Server" ip="0.0.0.0" port="12871" @@ -28,7 +28,7 @@ loadsave="" # Use unstable 64 bit server executable (O/1) x64mode="0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server fn_parms(){ parms="-batchmode -nographics -exec \"host ${port} ${defaultmap} ${loadsave};queryport ${queryport};maxplayers ${maxplayers};servername ${servername};creativemode ${creativemode};${admins}\" -logfile \"${gamelog}\" " @@ -39,42 +39,42 @@ parms="-batchmode -nographics -exec \"host ${port} ${defaultmap} ${loadsave};que ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -83,15 +83,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/insserver/_default.cfg b/lgsm/config-default/config-lgsm/insserver/_default.cfg index c26d484f5..7adb4b718 100644 --- a/lgsm/config-default/config-lgsm/insserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/insserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -23,7 +23,7 @@ workshop="0" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop} -norestart" } @@ -33,42 +33,42 @@ parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${cl ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -77,15 +77,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/inssserver/_default.cfg b/lgsm/config-default/config-lgsm/inssserver/_default.cfg index 8837606fe..d1796d305 100644 --- a/lgsm/config-default/config-lgsm/inssserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/inssserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27102" @@ -19,9 +19,9 @@ defaultmap="Canyon" defaultscenario="Scenario_Crossing_Push_Security" maxplayers="28" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ -parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport}?password=${serverpassword} -hostname='${servername}' -log" +parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport} -password=${serverpassword} -hostname='${servername}' -log" } #### LinuxGSM Settings #### @@ -29,42 +29,42 @@ parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=$ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -73,15 +73,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/jc2server/_default.cfg b/lgsm/config-default/config-lgsm/jc2server/_default.cfg index d23a6c3ac..cb67c18d3 100644 --- a/lgsm/config-default/config-lgsm/jc2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/jc2server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -18,42 +18,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,15 +62,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/jc3server/_default.cfg b/lgsm/config-default/config-lgsm/jc3server/_default.cfg index 13d8202be..ced884359 100644 --- a/lgsm/config-default/config-lgsm/jc3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/jc3server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -18,42 +18,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,15 +62,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/kf2server/_default.cfg b/lgsm/config-default/config-lgsm/kf2server/_default.cfg index 1db17653c..c6db77168 100644 --- a/lgsm/config-default/config-lgsm/kf2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/kf2server/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" queryport="27015" defaultmap="KF-BioticsLab" gamemode="KFGameContent.KFGameInfo_VersusSurvival" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="\"${defaultmap}?Game=${gamemode}?ConfigSubDir=${servicename} -QueryPort=${queryport}\"" } @@ -24,42 +24,42 @@ parms="\"${defaultmap}?Game=${gamemode}?ConfigSubDir=${servicename} -QueryPort=$ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,15 +68,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/kfserver/_default.cfg b/lgsm/config-default/config-lgsm/kfserver/_default.cfg index 563ebda38..3d9a1cf76 100644 --- a/lgsm/config-default/config-lgsm/kfserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/kfserver/_default.cfg @@ -8,15 +8,15 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters defaultmap="KF-BioticsLab.rom" ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini=${servercfg} log=${gamelog}" @@ -30,42 +30,42 @@ parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -74,15 +74,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/l4d2server/_default.cfg b/lgsm/config-default/config-lgsm/l4d2server/_default.cfg index c6a415b60..9bd1b8bac 100644 --- a/lgsm/config-default/config-lgsm/l4d2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/l4d2server/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="c5m1_waterfront" maxplayers="8" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${cl ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/l4dserver/_default.cfg b/lgsm/config-default/config-lgsm/l4dserver/_default.cfg index ef65d69a4..d4003b91e 100644 --- a/lgsm/config-default/config-lgsm/l4dserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/l4dserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="l4d_hospital01_apartment" maxplayers="8" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${cli ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/mcserver/_default.cfg b/lgsm/config-default/config-lgsm/mcserver/_default.cfg index 6e4bbf7b2..5d904a61b 100644 --- a/lgsm/config-default/config-lgsm/mcserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/mcserver/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters javaram="1024" # -Xmx$1024M -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="nogui" } @@ -20,42 +20,42 @@ parms="nogui" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -64,15 +64,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/mtaserver/_default.cfg b/lgsm/config-default/config-lgsm/mtaserver/_default.cfg index 89bdc2715..459c2a45e 100644 --- a/lgsm/config-default/config-lgsm/mtaserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/mtaserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care fn_parms(){ parms="" @@ -19,42 +19,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -63,12 +63,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/mumbleserver/_default.cfg b/lgsm/config-default/config-lgsm/mumbleserver/_default.cfg index adeea79cf..c151ff914 100644 --- a/lgsm/config-default/config-lgsm/mumbleserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/mumbleserver/_default.cfg @@ -9,7 +9,7 @@ #### Server Settings #### # Use .ini config file for Mumble (Murmur) server. -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-fg -ini ${servercfgfullpath}" } @@ -19,42 +19,42 @@ parms="-fg -ini ${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -63,15 +63,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/nmrihserver/_default.cfg b/lgsm/config-default/config-lgsm/nmrihserver/_default.cfg index c98423d72..77a7dc464 100644 --- a/lgsm/config-default/config-lgsm/nmrihserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/nmrihserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="8" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game nmrih -insecure -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game nmrih -insecure -strictportbind -ip ${ip} -port ${port} +clientport ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ns2cserver/_default.cfg b/lgsm/config-default/config-lgsm/ns2cserver/_default.cfg index dfb4844a1..7398c3cb9 100644 --- a/lgsm/config-default/config-lgsm/ns2cserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/ns2cserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" defaultmap="co_core" @@ -23,7 +23,7 @@ serverpassword="" # that the password variable above is not left empty. # -password \"${serverpassword}\" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" } @@ -33,42 +33,42 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -77,15 +77,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ns2server/_default.cfg b/lgsm/config-default/config-lgsm/ns2server/_default.cfg index fea5a772c..3786e558c 100644 --- a/lgsm/config-default/config-lgsm/ns2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ns2server/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" defaultmap="ns2_summit" @@ -27,7 +27,7 @@ serverpassword="" # that the password variable above is not left empty. # -password \"${serverpassword}\" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -logdir \"${gamelogdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" } @@ -37,42 +37,42 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -81,15 +81,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/nsserver/_default.cfg b/lgsm/config-default/config-lgsm/nsserver/_default.cfg index 5c56dfcec..25c22e9dd 100644 --- a/lgsm/config-default/config-lgsm/nsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/nsserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="ns_hera" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game ns -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game ns -strictportbind +ip ${ip} -port ${port} +clientport ${clientport ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/opforserver/_default.cfg b/lgsm/config-default/config-lgsm/opforserver/_default.cfg index 8cfde2557..b7f449e28 100644 --- a/lgsm/config-default/config-lgsm/opforserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/opforserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="op4_bootcamp" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game gearbox -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game gearbox -strictportbind +ip ${ip} -port ${port} +clientport ${clien ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/pcserver/_default.cfg b/lgsm/config-default/config-lgsm/pcserver/_default.cfg index e68afc412..38895b948 100644 --- a/lgsm/config-default/config-lgsm/pcserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pcserver/_default.cfg @@ -9,7 +9,7 @@ #### Server Settings #### # Notification Alerts -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="--config ${servercfg}" } @@ -19,42 +19,42 @@ parms="--config ${servercfg}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -63,15 +63,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg b/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg index 19845ee25..b331cc134 100644 --- a/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg @@ -8,7 +8,8 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters + ip="0.0.0.0" randommap="ALWAYS" port="10027" @@ -18,7 +19,7 @@ queryport="10037" maxplayers="40" numreservedslots="2" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="MULTIHOME=${ip}?RANDOM=${randommap}?Port=${port}?QueryPort=${queryport}?MaxPlayers=${maxplayers}?NumReservedSlots=${numreservedslots}" } @@ -28,42 +29,42 @@ parms="MULTIHOME=${ip}?RANDOM=${randommap}?Port=${port}?QueryPort=${queryport}?M ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -72,15 +73,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/pvkiiserver/_default.cfg b/lgsm/config-default/config-lgsm/pvkiiserver/_default.cfg index 18059d90d..b75b07348 100644 --- a/lgsm/config-default/config-lgsm/pvkiiserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pvkiiserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="bt_island" maxplayers="24" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game pvkii -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game pvkii -strictportbind -ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/pzserver/_default.cfg b/lgsm/config-default/config-lgsm/pzserver/_default.cfg index 69b0bce29..179c7dd34 100644 --- a/lgsm/config-default/config-lgsm/pzserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pzserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" adminpassword="CHANGE_ME" @@ -21,42 +21,42 @@ parms="-ip ${ip} -adminpassword \"${adminpassword}\" -servername ${servicename}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -65,15 +65,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/q2server/_default.cfg b/lgsm/config-default/config-lgsm/q2server/_default.cfg index ee016a3e0..6eac2ebd8 100644 --- a/lgsm/config-default/config-lgsm/q2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/q2server/_default.cfg @@ -8,12 +8,12 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27910" defaultmap="q2dm1" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set dedicated 1 +set ip ${ip} +set port ${port} +exec ${servercfg} +set deathmatch 1 +map ${defaultmap}" } @@ -23,42 +23,42 @@ parms="+set dedicated 1 +set ip ${ip} +set port ${port} +exec ${servercfg} +set ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -67,12 +67,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/q3server/_default.cfg b/lgsm/config-default/config-lgsm/q3server/_default.cfg index ff8524ef1..80b1b464d 100644 --- a/lgsm/config-default/config-lgsm/q3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/q3server/_default.cfg @@ -8,12 +8,12 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27960" defaultmap="q3dm17" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set com_hunkMegs 32 +set net_ip ${ip} +set net_port ${port} +exec ${servercfg} +map ${defaultmap}" } @@ -23,42 +23,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -67,12 +67,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/qlserver/_default.cfg b/lgsm/config-default/config-lgsm/qlserver/_default.cfg index 78fec83fe..0c8ffa81b 100644 --- a/lgsm/config-default/config-lgsm/qlserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/qlserver/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters arch="x64" # x64 or x86 -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | Install/Config Guide : https://steamcommunity.com/sharedfiles/filedetails/?id=542966946 # Console Commands : http://www.regurge.at/ql/ fn_parms(){ @@ -23,42 +23,42 @@ parms="+exec ${servercfg}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -67,15 +67,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/qwserver/_default.cfg b/lgsm/config-default/config-lgsm/qwserver/_default.cfg index e4774af4a..07ed79cf6 100644 --- a/lgsm/config-default/config-lgsm/qwserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/qwserver/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27500" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-port ${port} -game ktx +exec ${servercfg}" } @@ -22,42 +22,42 @@ parms="-port ${port} -game ktx +exec ${servercfg}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,12 +66,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ricochetserver/_default.cfg b/lgsm/config-default/config-lgsm/ricochetserver/_default.cfg index 4b4830639..51c34163b 100644 --- a/lgsm/config-default/config-lgsm/ricochetserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/ricochetserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="rc_arena" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clie ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/roserver/_default.cfg b/lgsm/config-default/config-lgsm/roserver/_default.cfg index 627dc925c..8ac336381 100644 --- a/lgsm/config-default/config-lgsm/roserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/roserver/_default.cfg @@ -8,15 +8,15 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" defaultmap="RO-Arad.rom" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="server ${defaultmap}?game=ROGame.ROTeamGame?VACSecured=true -nohomedir ini=${servercfg} log=${gamelog}" } @@ -26,42 +26,42 @@ parms="server ${defaultmap}?game=ROGame.ROTeamGame?VACSecured=true -nohomedir in ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/rustserver/_default.cfg b/lgsm/config-default/config-lgsm/rustserver/_default.cfg index b07b36be7..df590c2f3 100644 --- a/lgsm/config-default/config-lgsm/rustserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/rustserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters # More settings available after install in serverfiles/server/rust-server/server.cfg ip="0.0.0.0" port="28015" @@ -25,7 +25,7 @@ worldsize="3000" # default 3000; range : 1000 to 6000 ; map size in meters saveinterval="300" # Auto-save in seconds tickrate="30" # default 30; range : 15 to 100 -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ # Specific to Rust if [ -n "${seed}" ]; then @@ -50,42 +50,42 @@ parms="-batchmode +server.ip ${ip} +server.port ${port} +server.tickrate ${tickr ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -94,15 +94,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/rwserver/_default.cfg b/lgsm/config-default/config-lgsm/rwserver/_default.cfg index bd86b4b45..ace8d23ae 100644 --- a/lgsm/config-default/config-lgsm/rwserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/rwserver/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters javaram="2048" # -Xmx$2048M -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -21,42 +21,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -65,15 +65,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/sampserver/_default.cfg b/lgsm/config-default/config-lgsm/sampserver/_default.cfg index 9d59e0cec..5302a842b 100644 --- a/lgsm/config-default/config-lgsm/sampserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sampserver/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -22,42 +22,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,12 +66,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 98d96a89d..72e55c0a4 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters port="7777" queryport="27015" defaultmap="StationKappa" @@ -16,7 +16,7 @@ servername="LinuxGSM Server" serverpassword="NOT SET" # Can't be adjusted currently maxplayers="8" # Can't be adjusted currently -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="Port=${port}?QueryPort=${queryport} -startup_map ${defaultmap} -server_name \"${servername}\"" } @@ -26,42 +26,42 @@ parms="Port=${port}?QueryPort=${queryport} -startup_map ${defaultmap} -server_na ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,12 +70,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/sbserver/_default.cfg b/lgsm/config-default/config-lgsm/sbserver/_default.cfg index e0e76b536..2d76ce0b3 100644 --- a/lgsm/config-default/config-lgsm/sbserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -25,42 +25,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg b/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg index 6878001df..6a9b6ab79 100644 --- a/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" } @@ -21,42 +21,42 @@ parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -65,15 +65,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/squadserver/_default.cfg b/lgsm/config-default/config-lgsm/squadserver/_default.cfg index 60284ca6f..e947bb462 100644 --- a/lgsm/config-default/config-lgsm/squadserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/squadserver/_default.cfg @@ -8,13 +8,12 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters -ip="0.0.0.0" +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters port="7787" queryport="27165" randommap="ALWAYS" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="MULTIHOME=${ip} RANDOM=${randommap} Port=${port} QueryPort=${queryport}" } @@ -24,42 +23,42 @@ parms="MULTIHOME=${ip} RANDOM=${randommap} Port=${port} QueryPort=${queryport}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,15 +67,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ss3server/_default.cfg b/lgsm/config-default/config-lgsm/ss3server/_default.cfg index 3e966cbed..563a93c4d 100644 --- a/lgsm/config-default/config-lgsm/ss3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ss3server/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/master/SeriousSam3BFE/help/DedicatedServer_Readme.txt fn_parms(){ parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}" @@ -22,42 +22,42 @@ parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,15 +66,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/stserver/_default.cfg b/lgsm/config-default/config-lgsm/stserver/_default.cfg index 543164d06..1b4bef940 100644 --- a/lgsm/config-default/config-lgsm/stserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/stserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27500" queryport="27015" @@ -17,7 +17,7 @@ autosaveinterval=300 clearinterval=60 worldname="moon_save" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server fn_parms(){ parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${queryport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval} -clearallinterval=${clearinterval}" @@ -28,42 +28,42 @@ parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${querypo ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -72,15 +72,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/svenserver/_default.cfg b/lgsm/config-default/config-lgsm/svenserver/_default.cfg index b2f5353d8..34a1a70f0 100644 --- a/lgsm/config-default/config-lgsm/svenserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/svenserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="svencoop1" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game svencoop -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} +maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game svencoop -strictportbind +ip ${ip} -port ${port} +clientport ${clie ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/terrariaserver/_default.cfg b/lgsm/config-default/config-lgsm/terrariaserver/_default.cfg index af49430de..9dc763f19 100644 --- a/lgsm/config-default/config-lgsm/terrariaserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/terrariaserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-config ${servercfgfullpath}" } @@ -25,42 +25,42 @@ parms="-config ${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/tf2server/_default.cfg b/lgsm/config-default/config-lgsm/tf2server/_default.cfg index 7b33483f7..92eaa64b4 100644 --- a/lgsm/config-default/config-lgsm/tf2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/tf2server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="16" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game tf -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game tf -strictportbind -ip ${ip} -port ${port} +clientport ${clientport ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/tfcserver/_default.cfg b/lgsm/config-default/config-lgsm/tfcserver/_default.cfg index 367cb8e5c..d31998a0b 100644 --- a/lgsm/config-default/config-lgsm/tfcserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/tfcserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="dustbowl" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ts3server/_default.cfg b/lgsm/config-default/config-lgsm/ts3server/_default.cfg index dd43a0e00..e28e99a85 100644 --- a/lgsm/config-default/config-lgsm/ts3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ts3server/_default.cfg @@ -6,7 +6,7 @@ # common.cfg - applies settings to every instance # [instance].cfg - applies settings to a specific instance -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters # Edit serverfiles/ts3-server.ini after installation #### LinuxGSM Settings #### @@ -14,42 +14,42 @@ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -58,15 +58,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/tuserver/_default.cfg b/lgsm/config-default/config-lgsm/tuserver/_default.cfg index da60b1b6a..91544d2f1 100644 --- a/lgsm/config-default/config-lgsm/tuserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/tuserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" queryport="27015" @@ -18,7 +18,7 @@ queryport="27015" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-log -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -TowerServerINI=${servicename}.ini" } @@ -28,42 +28,42 @@ parms="-log -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -TowerServerI ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -72,15 +72,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/twserver/_default.cfg b/lgsm/config-default/config-lgsm/twserver/_default.cfg index e62f38a99..59b355ddc 100644 --- a/lgsm/config-default/config-lgsm/twserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/twserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-f ${servercfgfullpath}" } @@ -25,42 +25,42 @@ parms="-f ${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ut2k4server/_default.cfg b/lgsm/config-default/config-lgsm/ut2k4server/_default.cfg index e393c3419..5f32042df 100644 --- a/lgsm/config-default/config-lgsm/ut2k4server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ut2k4server/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters defaultmap="DM-Rankin" ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="server ${defaultmap}?game=XGame.xDeathMatch -nohomedir ini=${servercfg} log=${gamelog}" } @@ -22,42 +22,42 @@ parms="server ${defaultmap}?game=XGame.xDeathMatch -nohomedir ini=${servercfg} l ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,12 +66,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ut3server/_default.cfg b/lgsm/config-default/config-lgsm/ut3server/_default.cfg index 5925354e5..1716e3c0f 100644 --- a/lgsm/config-default/config-lgsm/ut3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ut3server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" queryport="6500" @@ -22,7 +22,7 @@ shouldadvertise="true" pureserver="1" allowjoininprogress="true" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | List of game types and mutators : http://wiki.unrealadmin.org/FAQ:UT3 fn_parms(){ parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch=${islanmatch}?bUsesStats=${usesstats}?bShouldAdvertise=${shouldadvertise}?PureServer=${pureserver}?bAllowJoinInProgress=${allowjoininprogress}?Mutator=${mutators}?ConfigSubDir=${servicename} -port=${port} -queryport=${queryport} -multihome=${ip} -nohomedir -unattended -log=${gamelog}" @@ -33,42 +33,42 @@ parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -77,12 +77,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ut99server/_default.cfg b/lgsm/config-default/config-lgsm/ut99server/_default.cfg index 45dcf1776..9942968d1 100644 --- a/lgsm/config-default/config-lgsm/ut99server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ut99server/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters defaultmap="DM-Deck16][" ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="server ${defaultmap}.unr ini=${servercfgfullpath}" } @@ -22,42 +22,42 @@ parms="server ${defaultmap}.unr ini=${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,12 +66,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/utserver/_default.cfg b/lgsm/config-default/config-lgsm/utserver/_default.cfg index bf0dc9cf1..8f81eb7da 100644 --- a/lgsm/config-default/config-lgsm/utserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/utserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters # For CTF: defaultmap="CTF-Face" gametype="CTF" ip="0.0.0.0" port="7777" @@ -16,7 +16,7 @@ defaultmap="DM-Underland" gametype="DM" timelimit="10" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="UnrealTournament ${defaultmap}?Game=${gametype}?TimeLimit=${timelimit} -port=${port}" } @@ -26,42 +26,42 @@ parms="UnrealTournament ${defaultmap}?Game=${gametype}?TimeLimit=${timelimit} -p ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,12 +70,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/vsserver/_default.cfg b/lgsm/config-default/config-lgsm/vsserver/_default.cfg index 283f0abee..e6e85f0f9 100644 --- a/lgsm/config-default/config-lgsm/vsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/vsserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="vs_frost" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game vs -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game vs -strictportbind +ip ${ip} -port ${port} +clientport ${clientport ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/wetserver/_default.cfg b/lgsm/config-default/config-lgsm/wetserver/_default.cfg index 61b44b992..31daa3252 100644 --- a/lgsm/config-default/config-lgsm/wetserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/wetserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set net_strict 1 +set fs_homepath ${serverfiles} +exec ${servercfg}" } @@ -18,42 +18,42 @@ fn_parms(){ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,12 +62,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/wurmserver/_default.cfg b/lgsm/config-default/config-lgsm/wurmserver/_default.cfg index 5e7e435ca..c57f1f7c0 100644 --- a/lgsm/config-default/config-lgsm/wurmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/wurmserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ # Note Parameters are editing in the game server config file. source "${servercfgfullpath}" @@ -20,42 +20,42 @@ fn_parms(){ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -64,12 +64,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/zpsserver/_default.cfg b/lgsm/config-default/config-lgsm/zpsserver/_default.cfg index a81e8345c..9b9c38347 100644 --- a/lgsm/config-default/config-lgsm/zpsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/zpsserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="20" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game zps -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game zps -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 07abe0fb7..ceeed0304 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -119,7 +119,7 @@ elif [ "${discordalert}" != "on" ]&&[ "${function_selfname}" == "command_test_al fn_script_log_warn "Discord alerts not enabled" elif [ -z "${discordtoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Discord token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Discord" + echo " * https://docs.linuxgsm.com/alerts/discord" fn_script_error_warn "Discord token not set" fi @@ -140,7 +140,7 @@ elif [ "${iftttalert}" != "on" ]&&[ "${function_selfname}" == "command_test_aler fn_script_log_warn "IFTTT alerts not enabled" elif [ -z "${ifttttoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "IFTTT token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT" + echo " * https://docs.linuxgsm.com/alerts/ifttt" fn_script_error_warn "IFTTT token not set" fi @@ -151,7 +151,7 @@ elif [ "${mailgunalert}" != "on" ]&&[ "${function_selfname}" == "command_test_al fn_script_log_warn "Mailgun alerts not enabled" elif [ -z "${mailguntoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Mailgun token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Mailgun" + echo " * https://docs.linuxgsm.com/alerts/mailgun" fn_script_error_warn "Mailgun token not set" fi @@ -162,7 +162,7 @@ elif [ "${pushbulletalert}" != "on" ]&&[ "${function_selfname}" == "command_test fn_script_log_warn "Pushbullet alerts not enabled" elif [ -z "${pushbullettoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Pushbullet token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet" + echo " * https://docs.linuxgsm.com/alerts/pushbullet" fn_script_error_warn "Pushbullet token not set" fi @@ -173,7 +173,7 @@ elif [ "${pushoveralert}" != "on" ]&&[ "${function_selfname}" == "command_test_a fn_script_log_warn "Pushover alerts not enabled" elif [ -z "${pushovertoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Pushover token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover" + echo " * https://docs.linuxgsm.com/alerts/pushover" fn_script_error_warn "Pushover token not set" fi @@ -184,10 +184,10 @@ elif [ "${telegramalert}" != "on" ]&&[ "${function_selfname}" == "command_test_a fn_script_log_warn "Telegram Messages not enabled" elif [ -z "${telegramtoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Telegram token not set." - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram" + echo " * https://docs.linuxgsm.com/alerts/telegram" fn_script_error_warn "Telegram token not set." elif [ -z "${telegramchatid}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Telegram chat id not set." - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram" + echo " * https://docs.linuxgsm.com/alerts/telegram" fn_script_error_warn "Telegram chat id not set." fi \ No newline at end of file diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 09a13cdad..97455852f 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -226,7 +226,7 @@ fn_found_missing_deps(){ fi if [ -n "${jqstatus}" ]; then fn_print_warning_nl "jq is not available in the ${distroname} repository" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/jq" + echo " * https://docs.linuxgsm.com/requirements/jq" fi sudo -v > /dev/null 2>&1 if [ $? -eq 0 ]; then diff --git a/lgsm/functions/check_permissions.sh b/lgsm/functions/check_permissions.sh index 0cc206b19..82ea36d35 100644 --- a/lgsm/functions/check_permissions.sh +++ b/lgsm/functions/check_permissions.sh @@ -42,8 +42,8 @@ fn_check_ownership(){ } | column -s $'\t' -t | tee -a "${lgsmlog}" echo "" - fn_print_information_nl "please see https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ#-fail--starting-game-server-ownership-issues-found" - fn_script_log "For more information, please see https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ#-fail--starting-game-server-ownership-issues-found" + fn_print_information_nl "please see https://docs.linuxgsm.com/support/faq#fail-starting-game-server-permission-issues-found" + fn_script_log "For more information, please see https://docs.linuxgsm.com/support/faq#fail-starting-game-server-permission-issues-found" if [ "${monitorflag}" == 1 ]; then alert="permissions" alert.sh diff --git a/lgsm/functions/check_tmuxception.sh b/lgsm/functions/check_tmuxception.sh index fa5f60421..345083712 100644 --- a/lgsm/functions/check_tmuxception.sh +++ b/lgsm/functions/check_tmuxception.sh @@ -13,7 +13,7 @@ fn_check_is_in_tmux(){ fn_script_log_fatal "Tmuxception error: Attempted to start a tmux session inside of a tmux session." fn_print_information_nl "LinuxGSM creates a tmux session when starting the server." echo "It is not possible to run a tmux session inside another tmux session" - echo "https://github.com/GameServerManagers/LinuxGSM/wiki/Tmux#tmuxception" + echo "https://docs.linuxgsm.com/requirements/tmux#tmuxception" core_exit.sh fi } @@ -23,7 +23,7 @@ fn_check_is_in_screen(){ fn_script_log_fatal "Tmuxception error: Attempted to start a tmux session inside of a screen session." fn_print_information_nl "LinuxGSM creates a tmux session when starting the server." echo "It is not possible to run a tmux session inside screen session" - echo "https://github.com/GameServerManagers/LinuxGSM/wiki/Tmux#tmuxception" + echo "https://docs.linuxgsm.com/requirements/tmux#tmuxception" core_exit.sh fi } diff --git a/lgsm/functions/command_console.sh b/lgsm/functions/command_console.sh index 410548987..8daf02105 100644 --- a/lgsm/functions/command_console.sh +++ b/lgsm/functions/command_console.sh @@ -16,7 +16,7 @@ if [ "${shortname}" == "rust" ]||[ "${shortname}" == "hw" ]||[ "${shortname}" == fi fn_print_information_nl "Press \"CTRL+b\" then \"d\" to exit console." fn_print_warning_nl "Do NOT press CTRL+c to exit." -echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Console" +echo " * https://docs.linuxgsm.com/commands/console" echo "" if ! fn_prompt_yn "Continue?" Y; then echo Exiting; return diff --git a/linuxgsm.sh b/linuxgsm.sh index 86d61b57e..b2ce75f73 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -3,15 +3,15 @@ # Author: Daniel Gibbs # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Linux Game Server Management Script -# Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Contributors: https://linuxgsm.com/contrib +# Documentation: https://docs.linuxgsm.com # Website: https://linuxgsm.com # DO NOT EDIT THIS FILE # LinuxGSM configuration is no longer edited here # To update your LinuxGSM config go to: # lgsm/config-lgsm -# https://github.com/GameServerManagers/LinuxGSM/wiki/LinuxGSM-Config-Files +# https://docs.linuxgsm.com/configuration/linuxgsm-config # Debugging if [ -f ".dev-debug" ]; then diff --git a/tests/tests_fctrserver.sh b/tests/tests_fctrserver.sh index 8ed381f05..a9d7a09c4 100644 --- a/tests/tests_fctrserver.sh +++ b/tests/tests_fctrserver.sh @@ -4,7 +4,7 @@ # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Travis CI Tests: Factorio | Linux Game Server Management Script # Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Documentation: https://docs.linuxgsm.com/ # Website: https://linuxgsm.com travistest="1" diff --git a/tests/tests_jc2server.sh b/tests/tests_jc2server.sh index 4a6c9265a..a361c5699 100644 --- a/tests/tests_jc2server.sh +++ b/tests/tests_jc2server.sh @@ -4,7 +4,7 @@ # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Travis CI Tests: Just Cause 2 | Linux Game Server Management Script # Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Documentation: https://docs.linuxgsm.com/ # Website: https://linuxgsm.com travistest="1" diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index a249acf5a..d01140758 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -4,7 +4,7 @@ # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Travis CI Tests: Shellcheck | Linux Game Server Management Script # Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Documentation: https://docs.linuxgsm.com/ # Website: https://linuxgsm.com echo "=================================" diff --git a/tests/tests_ts3server.sh b/tests/tests_ts3server.sh index a2e091e28..e0fe5cd76 100644 --- a/tests/tests_ts3server.sh +++ b/tests/tests_ts3server.sh @@ -4,7 +4,7 @@ # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Travis CI Tests: Teamspeak 3 | Linux Game Server Management Script # Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Documentation: https://docs.linuxgsm.com/ # Website: https://linuxgsm.com travistest="1" From c87af9c9530617f9a4cf0e5dd214e5b429db6c77 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 15 Dec 2018 23:56:36 +0000 Subject: [PATCH 44/46] refactor(docs): change all urls from the old wiki to new docs (#2122) --- lgsm/config-default/config-lgsm/pcserver/_default.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/pcserver/_default.cfg b/lgsm/config-default/config-lgsm/pcserver/_default.cfg index 38895b948..2dd4f0514 100644 --- a/lgsm/config-default/config-lgsm/pcserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pcserver/_default.cfg @@ -8,7 +8,6 @@ #### Server Settings #### -# Notification Alerts ## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="--config ${servercfg}" From fc4028296f994c336fc6677bef8854f5fadff62d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 16 Dec 2018 00:05:29 +0000 Subject: [PATCH 45/46] refactor(docs): change all urls from the old wiki to new docs (#2122) refactor(docs): change all urls from the old wiki to new docs (#2122) --- CONTRIBUTING.md | 15 +++++----- README.md | 8 +++--- .../config-lgsm/arkserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/arma3server/_default.cfg | 28 +++++++++---------- .../config-lgsm/bb2server/_default.cfg | 26 ++++++++--------- .../config-lgsm/bbserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/bdserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/bf1942server/_default.cfg | 24 ++++++++-------- .../config-lgsm/bmdmserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/boserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/bsserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/bt1944server/_default.cfg | 26 ++++++++--------- .../config-lgsm/ccserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/cod2server/_default.cfg | 24 ++++++++-------- .../config-lgsm/cod4server/_default.cfg | 24 ++++++++-------- .../config-lgsm/codserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/coduoserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/codwawserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/csczserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/csgoserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/csserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/cssserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dabserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dmcserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dodserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dodsserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/doiserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/dstserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/ecoserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/emserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/etlserver/_default.cfg | 22 +++++++-------- .../config-lgsm/fctrserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/fofserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/gesserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/gmodserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/hl2dmserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/hldmserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/hldmsserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/hwserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/insserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/inssserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/jc2server/_default.cfg | 24 ++++++++-------- .../config-lgsm/jc3server/_default.cfg | 24 ++++++++-------- .../config-lgsm/kf2server/_default.cfg | 26 ++++++++--------- .../config-lgsm/kfserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/l4d2server/_default.cfg | 26 ++++++++--------- .../config-lgsm/l4dserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/mcserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/mtaserver/_default.cfg | 22 +++++++-------- .../config-lgsm/mumbleserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/nmrihserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/ns2cserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/ns2server/_default.cfg | 28 +++++++++---------- .../config-lgsm/nsserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/opforserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/pcserver/_default.cfg | 25 ++++++++--------- .../config-lgsm/pstbsserver/_default.cfg | 27 +++++++++--------- .../config-lgsm/pvkiiserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/pzserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/q2server/_default.cfg | 24 ++++++++-------- .../config-lgsm/q3server/_default.cfg | 24 ++++++++-------- .../config-lgsm/qlserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/qwserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/ricochetserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/roserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/rustserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/rwserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/sampserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/sbotsserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/sbserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/sdtdserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/squadserver/_default.cfg | 27 +++++++++--------- .../config-lgsm/ss3server/_default.cfg | 26 ++++++++--------- .../config-lgsm/stserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/svenserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/terrariaserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/tf2server/_default.cfg | 26 ++++++++--------- .../config-lgsm/tfcserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/ts3server/_default.cfg | 24 ++++++++-------- .../config-lgsm/tuserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/twserver/_default.cfg | 28 +++++++++---------- .../config-lgsm/ut2k4server/_default.cfg | 24 ++++++++-------- .../config-lgsm/ut3server/_default.cfg | 24 ++++++++-------- .../config-lgsm/ut99server/_default.cfg | 24 ++++++++-------- .../config-lgsm/utserver/_default.cfg | 24 ++++++++-------- .../config-lgsm/vsserver/_default.cfg | 26 ++++++++--------- .../config-lgsm/wetserver/_default.cfg | 22 +++++++-------- .../config-lgsm/wurmserver/_default.cfg | 22 +++++++-------- .../config-lgsm/zpsserver/_default.cfg | 26 ++++++++--------- lgsm/functions/alert.sh | 14 +++++----- lgsm/functions/check_deps.sh | 2 +- lgsm/functions/check_permissions.sh | 4 +-- lgsm/functions/check_tmuxception.sh | 4 +-- lgsm/functions/command_console.sh | 2 +- linuxgsm.sh | 6 ++-- tests/tests_fctrserver.sh | 2 +- tests/tests_jc2server.sh | 2 +- tests/tests_shellcheck.sh | 2 +- tests/tests_ts3server.sh | 2 +- 99 files changed, 1142 insertions(+), 1144 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a13b7644..1b1257630 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,20 +9,19 @@ Before working on a project we recommend that you create a issue in regards to t Here are some important resources: * [Issues Page](https://github.com/GameServerManagers/LinuxGSM/issues) provides a list of areas that could use some work, - * [Developing LinuxGSM](https://github.com/GameServerManagers/LinuxGSM/wiki/Developing-LGSM) gives a detailed guide on developing LGSM, - * [LinuxGSM Exit Codes](https://github.com/GameServerManagers/LinuxGSM/wiki/LGSM-Exit-Codes) describes and gives an explanation for exit codes, - * [gsquery](https://github.com/GameServerManagers/LinuxGSM/wiki/gsquery.py) describes the uses of the gsquery.py file, and - * [Branching](https://github.com/GameServerManagers/LinuxGSM/wiki/Branching) is our final guide to submitting changes. + * [Developing LinuxGSM](https://docs.linuxgsm.com/developers) gives a detailed guide on developing LGSM, + * [LinuxGSM Exit Codes](https://docs.linuxgsm.com/developers/linuxgsm-exit-codes) describes and gives an explanation for exit codes, + * [Branching](https://docs.linuxgsm.com/developers/branching) is our final guide to submitting changes. ## Testing Please make sure all the code you write is working properly **before** you create a pull request. Information on debugging can be found in the following document: -[Developer Commands](https://github.com/GameServerManagers/LinuxGSM/wiki/Developer-Commands) -[Debugging your code](https://github.com/GameServerManagers/LinuxGSM/wiki/Developing-LGSM#testing-and-debugging-your-code) +[Developer Commands](https://docs.linuxgsm.com/developers/developer-commands) +[Debugging your code](https://docs.linuxgsm.com/developers/developing-lgsm#testing-and-debugging-your-code) ## Submitting changes -Please send a [GitHub Pull Request to LinuxGSM](https://github.com/GameServerManagers/LinuxGSM/pull/new/develop) with a clear list of what you've done (read more about [pull requests](https://help.github.com/articles/about-pull-requests/)). Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit). +Please send a [GitHub Pull Request to LinuxGSM](https://github.com/GameServerManagers/LinuxGSM/pull/new/develop) with a clear list of what you've done (read more about [pull requests](https://help.github.com/articles/about-pull-requests)). Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit). Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this: @@ -36,4 +35,4 @@ This will help us in understanding your code and determining where problems may Start reading our code and you'll get the hang of it. Explore how functions are organized and you'll see how we strive for readable code. Please give the following document a read and adjust your code according to its specifications. -[Syntax & Coding Conventions](https://github.com/GameServerManagers/LinuxGSM/wiki/Syntax-and-Conventions) \ No newline at end of file +[Syntax & Coding Conventions](https://docs.linuxgsm.com/developers/syntax-and-conventions) \ No newline at end of file diff --git a/README.md b/README.md index 5e1f5cea4..b37937ee9 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ The Linux Game Server Managers are tested to work on the following Linux distros Other distros are likely to work but are not fully tested.

      Specific Requirements

      FAQ

      All FAQ can be found here. -https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ +https://docs.linuxgsm.com/support/faq

      Donate

      If you want to donate to the project you can via PayPal. I have had a may kind people show their support by sending me a donation. Any donations you send help cover my server costs and buy me a drink. Cheers!
        @@ -48,7 +48,7 @@ If you want to donate to the project you can via PayPal. I have had a may kind p

        Useful Links

        • Homepage
        • -
        • Wiki
        • +
        • Documentation
        • GitHub Code
        • GitHub Issues
        • Waffle (Github Dashboard)
        • diff --git a/lgsm/config-default/config-lgsm/arkserver/_default.cfg b/lgsm/config-default/config-lgsm/arkserver/_default.cfg index 9440ef4b0..47189ae12 100644 --- a/lgsm/config-default/config-lgsm/arkserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/arkserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" queryport="27015" @@ -17,7 +17,7 @@ rconport="27020" defaultmap="TheIsland" maxplayers="70" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\"" } @@ -27,42 +27,42 @@ parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip} ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -71,15 +71,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/arma3server/_default.cfg b/lgsm/config-default/config-lgsm/arma3server/_default.cfg index bd6ed5a49..c7f9f1187 100644 --- a/lgsm/config-default/config-lgsm/arma3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/arma3server/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="2302" @@ -31,7 +31,7 @@ servermods="" # Leave empty for default bepath="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory" } @@ -41,42 +41,42 @@ parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgful ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -85,15 +85,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bb2server/_default.cfg b/lgsm/config-default/config-lgsm/bb2server/_default.cfg index ee29643b6..17014193d 100644 --- a/lgsm/config-default/config-lgsm/bb2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/bb2server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="20" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game brainbread2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game brainbread2 -strictportbind -ip ${ip} -port ${port} +clientport ${c ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bbserver/_default.cfg b/lgsm/config-default/config-lgsm/bbserver/_default.cfg index 2ffeac39a..0002910f9 100644 --- a/lgsm/config-default/config-lgsm/bbserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/bbserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="bb_chp4_slaywatch" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game brainbread -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game brainbread -strictportbind +ip ${ip} -port ${port} +clientport ${cl ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bdserver/_default.cfg b/lgsm/config-default/config-lgsm/bdserver/_default.cfg index c24024a35..ad5bc4a7b 100644 --- a/lgsm/config-default/config-lgsm/bdserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/bdserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="pve_tomb" maxplayers="3" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game bdef -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game bdef -strictportbind +ip ${ip} -port ${port} +clientport ${clientpo ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bf1942server/_default.cfg b/lgsm/config-default/config-lgsm/bf1942server/_default.cfg index 68e8e891e..0323fa414 100644 --- a/lgsm/config-default/config-lgsm/bf1942server/_default.cfg +++ b/lgsm/config-default/config-lgsm/bf1942server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+hostServer 1 +dedicated 1" } @@ -18,42 +18,42 @@ parms="+hostServer 1 +dedicated 1" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,15 +62,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bmdmserver/_default.cfg b/lgsm/config-default/config-lgsm/bmdmserver/_default.cfg index c339b10fc..d3036144e 100644 --- a/lgsm/config-default/config-lgsm/bmdmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/bmdmserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="16" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game bms -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game bms -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/boserver/_default.cfg b/lgsm/config-default/config-lgsm/boserver/_default.cfg index d5e7c9b32..c9fc1c954 100644 --- a/lgsm/config-default/config-lgsm/boserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/boserver/_default.cfg @@ -14,7 +14,7 @@ gslt="" ip="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" } @@ -24,42 +24,42 @@ parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,15 +68,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bsserver/_default.cfg b/lgsm/config-default/config-lgsm/bsserver/_default.cfg index 22bed0111..eacfe5900 100644 --- a/lgsm/config-default/config-lgsm/bsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/bsserver/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -20,7 +20,7 @@ sourcetvport="27020" defaultmap="duel_winter" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-autoupdate -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -30,42 +30,42 @@ parms="-autoupdate -strictportbind -ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -74,15 +74,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/bt1944server/_default.cfg b/lgsm/config-default/config-lgsm/bt1944server/_default.cfg index 8fd5cbb76..22b3f4e4d 100644 --- a/lgsm/config-default/config-lgsm/bt1944server/_default.cfg +++ b/lgsm/config-default/config-lgsm/bt1944server/_default.cfg @@ -8,12 +8,12 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" queryport="7780" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="/Game/Maps/Final_Maps/Derailed?Game=/Script/ShooterGame.BombGameMode?listen -log -broadcastip=\"${ip}\" -PORT=${port} -QueryPort=${queryport} -defgameini=\"${servercfgfullpath}\"" } @@ -23,42 +23,42 @@ parms="/Game/Maps/Final_Maps/Derailed?Game=/Script/ShooterGame.BombGameMode?list ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -67,15 +67,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ccserver/_default.cfg b/lgsm/config-default/config-lgsm/ccserver/_default.cfg index 119e2ae0b..c85af6137 100644 --- a/lgsm/config-default/config-lgsm/ccserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/ccserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="cbe_bunker" maxplayers="6" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game cure -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game cure -strictportbind -ip ${ip} -port ${port} +clientport ${clientpo ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/cod2server/_default.cfg b/lgsm/config-default/config-lgsm/cod2server/_default.cfg index 07c3b78b2..c6a7c27f7 100644 --- a/lgsm/config-default/config-lgsm/cod2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/cod2server/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_leningrad" maxplayers="20" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/cod4server/_default.cfg b/lgsm/config-default/config-lgsm/cod4server/_default.cfg index 542306606..e8434041b 100644 --- a/lgsm/config-default/config-lgsm/cod4server/_default.cfg +++ b/lgsm/config-default/config-lgsm/cod4server/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_crossfire" maxplayers="32" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/codserver/_default.cfg b/lgsm/config-default/config-lgsm/codserver/_default.cfg index 3d495be9c..5f1d480c2 100644 --- a/lgsm/config-default/config-lgsm/codserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/codserver/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_neuville" maxplayers="20" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/coduoserver/_default.cfg b/lgsm/config-default/config-lgsm/coduoserver/_default.cfg index bc97e60c1..9ed50228e 100644 --- a/lgsm/config-default/config-lgsm/coduoserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/coduoserver/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_cassino" maxplayers="20" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/codwawserver/_default.cfg b/lgsm/config-default/config-lgsm/codwawserver/_default.cfg index c9fbfe216..39d21e37e 100644 --- a/lgsm/config-default/config-lgsm/codwawserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/codwawserver/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="28960" defaultmap="mp_castle" maxplayers="20" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set net_ip ${ip} +set net_port ${port} +set sv_maxclients ${maxplayers} +exec ${servercfg} +map ${defaultmap}" } @@ -24,42 +24,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,12 +68,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/csczserver/_default.cfg b/lgsm/config-default/config-lgsm/csczserver/_default.cfg index b46d13438..363d82e6b 100644 --- a/lgsm/config-default/config-lgsm/csczserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/csczserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="de_dust2" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game czero -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game czero -strictportbind +ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/csgoserver/_default.cfg b/lgsm/config-default/config-lgsm/csgoserver/_default.cfg index baa2f81d0..fd9865e17 100644 --- a/lgsm/config-default/config-lgsm/csgoserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/csgoserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters # https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers#Starting_the_Server # [Game Modes] gametype gamemode mapgroup (you can mix these across Game Modes, but use only one) # Arms Race 1 0 mg_armsrace @@ -41,7 +41,7 @@ wsapikey="" wscollectionid="" wsstartmap="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers} +mapgroup ${mapgroup} +game_type ${gametype} +game_mode ${gamemode} +host_workshop_collection ${wscollectionid} +workshop_start_map ${wsstartmap} -authkey ${wsapikey} -nobreakpad" } @@ -51,42 +51,42 @@ parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport $ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -95,15 +95,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/csserver/_default.cfg b/lgsm/config-default/config-lgsm/csserver/_default.cfg index b9be8dab9..c3f087a0f 100644 --- a/lgsm/config-default/config-lgsm/csserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/csserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="de_dust2" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game cstrike -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game cstrike -strictportbind +ip ${ip} -port ${port} +clientport ${clien ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/cssserver/_default.cfg b/lgsm/config-default/config-lgsm/cssserver/_default.cfg index f3bfe346a..47ba05037 100644 --- a/lgsm/config-default/config-lgsm/cssserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/cssserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="16" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clien ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dabserver/_default.cfg b/lgsm/config-default/config-lgsm/dabserver/_default.cfg index 155cdf78e..efa06c0a0 100644 --- a/lgsm/config-default/config-lgsm/dabserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dabserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="da_rooftops" maxplayers="10" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_por ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dmcserver/_default.cfg b/lgsm/config-default/config-lgsm/dmcserver/_default.cfg index 20888bb30..008ebfe60 100644 --- a/lgsm/config-default/config-lgsm/dmcserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dmcserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="dcdm5" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game dmc -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game dmc -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dodserver/_default.cfg b/lgsm/config-default/config-lgsm/dodserver/_default.cfg index ea53ffd16..09eb2eb1d 100644 --- a/lgsm/config-default/config-lgsm/dodserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dodserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="dod_Anzio" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dodsserver/_default.cfg b/lgsm/config-default/config-lgsm/dodsserver/_default.cfg index 86cc33502..5e9438356 100644 --- a/lgsm/config-default/config-lgsm/dodsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dodsserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="dod_Anzio" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/doiserver/_default.cfg b/lgsm/config-default/config-lgsm/doiserver/_default.cfg index da1ea65d7..cb507f756 100644 --- a/lgsm/config-default/config-lgsm/doiserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/doiserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -18,7 +18,7 @@ maxplayers="16" tickrate="64" workshop="0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop}" } @@ -28,42 +28,42 @@ parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -72,15 +72,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/dstserver/_default.cfg b/lgsm/config-default/config-lgsm/dstserver/_default.cfg index c8c3e1093..645826951 100644 --- a/lgsm/config-default/config-lgsm/dstserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/dstserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Installation Variables | https://github.com/GameServerManagers/LinuxGSM/wiki/Don't-Starve-Together +## Installation Variables | https://docs.linuxgsm.com/game-servers/dont-starve-together sharding="false" master="true" shard="Master" @@ -19,7 +19,7 @@ cave="false" persistentstorageroot="${HOME}/.klei" confdir="DoNotStarveTogether" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-persistent_storage_root ${persistentstorageroot} -conf_dir ${confdir} -cluster ${cluster} -shard ${shard}" } @@ -29,42 +29,42 @@ parms="-persistent_storage_root ${persistentstorageroot} -conf_dir ${confdir} -c ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -73,15 +73,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" @@ -103,7 +103,7 @@ branch="" gamename="Don't Starve Together" engine="dontstarve" -## Service Name | https://github.com/GameServerManagers/LinuxGSM/wiki/Multiple-Servers +## Service Name | https://docs.linuxgsm.com/features/multiple-game-servers servicename="dst-server-${shard}" #### Directories #### diff --git a/lgsm/config-default/config-lgsm/ecoserver/_default.cfg b/lgsm/config-default/config-lgsm/ecoserver/_default.cfg index ce3347412..10908f448 100644 --- a/lgsm/config-default/config-lgsm/ecoserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/ecoserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-nogui" } @@ -18,55 +18,55 @@ fn_parms(){ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram telegramalert="off" telegramtoken="accesstoken" telegramchatid="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/emserver/_default.cfg b/lgsm/config-default/config-lgsm/emserver/_default.cfg index d498d0f70..3188dcf47 100644 --- a/lgsm/config-default/config-lgsm/emserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/emserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="62" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game empires -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game empires -strictportbind -ip ${ip} -port ${port} +clientport ${clien ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/etlserver/_default.cfg b/lgsm/config-default/config-lgsm/etlserver/_default.cfg index da56eb27a..86e71c8bb 100644 --- a/lgsm/config-default/config-lgsm/etlserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/etlserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set net_strict 1 +set fs_homepath ${serverfiles} +exec ${servercfg}" } @@ -18,42 +18,42 @@ fn_parms(){ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,12 +62,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/fctrserver/_default.cfg b/lgsm/config-default/config-lgsm/fctrserver/_default.cfg index 91aec48b1..4117dfbe5 100644 --- a/lgsm/config-default/config-lgsm/fctrserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/fctrserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="34197" rconport="34198" @@ -16,7 +16,7 @@ rconpassword="CHANGE_ME" # (stable|experimental) branch="stable" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="--start-server ${serverfiles}/save1.zip --server-settings ${servercfgfullpath} --port ${port} --rcon-port ${rconport} --rcon-password ${rconpassword}" } @@ -26,42 +26,42 @@ parms="--start-server ${serverfiles}/save1.zip --server-settings ${servercfgfull ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/fofserver/_default.cfg b/lgsm/config-default/config-lgsm/fofserver/_default.cfg index a35374312..18d0081f0 100644 --- a/lgsm/config-default/config-lgsm/fofserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/fofserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="fof_depot" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game fof -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game fof -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/gesserver/_default.cfg b/lgsm/config-default/config-lgsm/gesserver/_default.cfg index 3c110ab59..6f810f409 100644 --- a/lgsm/config-default/config-lgsm/gesserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/gesserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="ge_archives" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game gesource -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game gesource -strictportbind -ip ${ip} -port ${port} +clientport ${clie ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/gmodserver/_default.cfg b/lgsm/config-default/config-lgsm/gmodserver/_default.cfg index 26d664c36..00732dd30 100644 --- a/lgsm/config-default/config-lgsm/gmodserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/gmodserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -32,7 +32,7 @@ customparms="-disableluarefresh" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickrate} +host_workshop_collection ${wscollectionid} -authkey ${wsapikey} +clientport ${clientport} +tv_port ${sourcetvport} +gamemode ${gamemode} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers} ${customparms}" } @@ -42,42 +42,42 @@ parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickr ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -86,15 +86,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg b/lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg index e004322ed..c5796eab5 100644 --- a/lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="dm_lockdown" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game hl2mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game hl2mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/hldmserver/_default.cfg b/lgsm/config-default/config-lgsm/hldmserver/_default.cfg index 3b4a39646..41308db1f 100644 --- a/lgsm/config-default/config-lgsm/hldmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/hldmserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="crossfire" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game valve -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game valve -strictportbind +ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/hldmsserver/_default.cfg b/lgsm/config-default/config-lgsm/hldmsserver/_default.cfg index 008675662..91ae5546b 100644 --- a/lgsm/config-default/config-lgsm/hldmsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/hldmsserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="crossfire" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/hwserver/_default.cfg b/lgsm/config-default/config-lgsm/hwserver/_default.cfg index a2335e8ec..19fadc681 100644 --- a/lgsm/config-default/config-lgsm/hwserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/hwserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters servername="LinuxGSM Server" ip="0.0.0.0" port="12871" @@ -28,7 +28,7 @@ loadsave="" # Use unstable 64 bit server executable (O/1) x64mode="0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server fn_parms(){ parms="-batchmode -nographics -exec \"host ${port} ${defaultmap} ${loadsave};queryport ${queryport};maxplayers ${maxplayers};servername ${servername};creativemode ${creativemode};${admins}\" -logfile \"${gamelog}\" " @@ -39,42 +39,42 @@ parms="-batchmode -nographics -exec \"host ${port} ${defaultmap} ${loadsave};que ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -83,15 +83,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/insserver/_default.cfg b/lgsm/config-default/config-lgsm/insserver/_default.cfg index c26d484f5..7adb4b718 100644 --- a/lgsm/config-default/config-lgsm/insserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/insserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -23,7 +23,7 @@ workshop="0" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${workshop} -norestart" } @@ -33,42 +33,42 @@ parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${cl ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -77,15 +77,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/inssserver/_default.cfg b/lgsm/config-default/config-lgsm/inssserver/_default.cfg index 8837606fe..d1796d305 100644 --- a/lgsm/config-default/config-lgsm/inssserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/inssserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27102" @@ -19,9 +19,9 @@ defaultmap="Canyon" defaultscenario="Scenario_Crossing_Push_Security" maxplayers="28" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ -parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport}?password=${serverpassword} -hostname='${servername}' -log" +parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport} -password=${serverpassword} -hostname='${servername}' -log" } #### LinuxGSM Settings #### @@ -29,42 +29,42 @@ parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=$ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -73,15 +73,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/jc2server/_default.cfg b/lgsm/config-default/config-lgsm/jc2server/_default.cfg index d23a6c3ac..cb67c18d3 100644 --- a/lgsm/config-default/config-lgsm/jc2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/jc2server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -18,42 +18,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,15 +62,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/jc3server/_default.cfg b/lgsm/config-default/config-lgsm/jc3server/_default.cfg index 13d8202be..ced884359 100644 --- a/lgsm/config-default/config-lgsm/jc3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/jc3server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -18,42 +18,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,15 +62,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/kf2server/_default.cfg b/lgsm/config-default/config-lgsm/kf2server/_default.cfg index 1db17653c..c6db77168 100644 --- a/lgsm/config-default/config-lgsm/kf2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/kf2server/_default.cfg @@ -8,13 +8,13 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" queryport="27015" defaultmap="KF-BioticsLab" gamemode="KFGameContent.KFGameInfo_VersusSurvival" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="\"${defaultmap}?Game=${gamemode}?ConfigSubDir=${servicename} -QueryPort=${queryport}\"" } @@ -24,42 +24,42 @@ parms="\"${defaultmap}?Game=${gamemode}?ConfigSubDir=${servicename} -QueryPort=$ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,15 +68,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/kfserver/_default.cfg b/lgsm/config-default/config-lgsm/kfserver/_default.cfg index 563ebda38..3d9a1cf76 100644 --- a/lgsm/config-default/config-lgsm/kfserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/kfserver/_default.cfg @@ -8,15 +8,15 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters defaultmap="KF-BioticsLab.rom" ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini=${servercfg} log=${gamelog}" @@ -30,42 +30,42 @@ parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -74,15 +74,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/l4d2server/_default.cfg b/lgsm/config-default/config-lgsm/l4d2server/_default.cfg index c6a415b60..9bd1b8bac 100644 --- a/lgsm/config-default/config-lgsm/l4d2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/l4d2server/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="c5m1_waterfront" maxplayers="8" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${cl ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/l4dserver/_default.cfg b/lgsm/config-default/config-lgsm/l4dserver/_default.cfg index ef65d69a4..d4003b91e 100644 --- a/lgsm/config-default/config-lgsm/l4dserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/l4dserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="l4d_hospital01_apartment" maxplayers="8" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${cli ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/mcserver/_default.cfg b/lgsm/config-default/config-lgsm/mcserver/_default.cfg index 6e4bbf7b2..5d904a61b 100644 --- a/lgsm/config-default/config-lgsm/mcserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/mcserver/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters javaram="1024" # -Xmx$1024M -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="nogui" } @@ -20,42 +20,42 @@ parms="nogui" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -64,15 +64,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/mtaserver/_default.cfg b/lgsm/config-default/config-lgsm/mtaserver/_default.cfg index 89bdc2715..459c2a45e 100644 --- a/lgsm/config-default/config-lgsm/mtaserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/mtaserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care fn_parms(){ parms="" @@ -19,42 +19,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -63,12 +63,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/mumbleserver/_default.cfg b/lgsm/config-default/config-lgsm/mumbleserver/_default.cfg index adeea79cf..c151ff914 100644 --- a/lgsm/config-default/config-lgsm/mumbleserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/mumbleserver/_default.cfg @@ -9,7 +9,7 @@ #### Server Settings #### # Use .ini config file for Mumble (Murmur) server. -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-fg -ini ${servercfgfullpath}" } @@ -19,42 +19,42 @@ parms="-fg -ini ${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -63,15 +63,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/nmrihserver/_default.cfg b/lgsm/config-default/config-lgsm/nmrihserver/_default.cfg index c98423d72..77a7dc464 100644 --- a/lgsm/config-default/config-lgsm/nmrihserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/nmrihserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="8" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game nmrih -insecure -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game nmrih -insecure -strictportbind -ip ${ip} -port ${port} +clientport ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ns2cserver/_default.cfg b/lgsm/config-default/config-lgsm/ns2cserver/_default.cfg index dfb4844a1..7398c3cb9 100644 --- a/lgsm/config-default/config-lgsm/ns2cserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/ns2cserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" defaultmap="co_core" @@ -23,7 +23,7 @@ serverpassword="" # that the password variable above is not left empty. # -password \"${serverpassword}\" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" } @@ -33,42 +33,42 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -77,15 +77,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ns2server/_default.cfg b/lgsm/config-default/config-lgsm/ns2server/_default.cfg index fea5a772c..3786e558c 100644 --- a/lgsm/config-default/config-lgsm/ns2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ns2server/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" defaultmap="ns2_summit" @@ -27,7 +27,7 @@ serverpassword="" # that the password variable above is not left empty. # -password \"${serverpassword}\" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${servercfgdir}\" -logdir \"${gamelogdir}\" -modstorage \"${modstoragedir}\" -mods \"${mods}\"" } @@ -37,42 +37,42 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -81,15 +81,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/nsserver/_default.cfg b/lgsm/config-default/config-lgsm/nsserver/_default.cfg index 5c56dfcec..25c22e9dd 100644 --- a/lgsm/config-default/config-lgsm/nsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/nsserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="ns_hera" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game ns -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game ns -strictportbind +ip ${ip} -port ${port} +clientport ${clientport ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/opforserver/_default.cfg b/lgsm/config-default/config-lgsm/opforserver/_default.cfg index 8cfde2557..b7f449e28 100644 --- a/lgsm/config-default/config-lgsm/opforserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/opforserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="op4_bootcamp" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game gearbox -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game gearbox -strictportbind +ip ${ip} -port ${port} +clientport ${clien ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/pcserver/_default.cfg b/lgsm/config-default/config-lgsm/pcserver/_default.cfg index e68afc412..2dd4f0514 100644 --- a/lgsm/config-default/config-lgsm/pcserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pcserver/_default.cfg @@ -8,8 +8,7 @@ #### Server Settings #### -# Notification Alerts -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="--config ${servercfg}" } @@ -19,42 +18,42 @@ parms="--config ${servercfg}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -63,15 +62,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg b/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg index 19845ee25..b331cc134 100644 --- a/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pstbsserver/_default.cfg @@ -8,7 +8,8 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters + ip="0.0.0.0" randommap="ALWAYS" port="10027" @@ -18,7 +19,7 @@ queryport="10037" maxplayers="40" numreservedslots="2" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="MULTIHOME=${ip}?RANDOM=${randommap}?Port=${port}?QueryPort=${queryport}?MaxPlayers=${maxplayers}?NumReservedSlots=${numreservedslots}" } @@ -28,42 +29,42 @@ parms="MULTIHOME=${ip}?RANDOM=${randommap}?Port=${port}?QueryPort=${queryport}?M ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -72,15 +73,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/pvkiiserver/_default.cfg b/lgsm/config-default/config-lgsm/pvkiiserver/_default.cfg index 18059d90d..b75b07348 100644 --- a/lgsm/config-default/config-lgsm/pvkiiserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pvkiiserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -16,7 +16,7 @@ sourcetvport="27020" defaultmap="bt_island" maxplayers="24" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game pvkii -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -26,42 +26,42 @@ parms="-game pvkii -strictportbind -ip ${ip} -port ${port} +clientport ${clientp ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/pzserver/_default.cfg b/lgsm/config-default/config-lgsm/pzserver/_default.cfg index 69b0bce29..179c7dd34 100644 --- a/lgsm/config-default/config-lgsm/pzserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/pzserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" adminpassword="CHANGE_ME" @@ -21,42 +21,42 @@ parms="-ip ${ip} -adminpassword \"${adminpassword}\" -servername ${servicename}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -65,15 +65,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/q2server/_default.cfg b/lgsm/config-default/config-lgsm/q2server/_default.cfg index ee016a3e0..6eac2ebd8 100644 --- a/lgsm/config-default/config-lgsm/q2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/q2server/_default.cfg @@ -8,12 +8,12 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27910" defaultmap="q2dm1" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set dedicated 1 +set ip ${ip} +set port ${port} +exec ${servercfg} +set deathmatch 1 +map ${defaultmap}" } @@ -23,42 +23,42 @@ parms="+set dedicated 1 +set ip ${ip} +set port ${port} +exec ${servercfg} +set ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -67,12 +67,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/q3server/_default.cfg b/lgsm/config-default/config-lgsm/q3server/_default.cfg index ff8524ef1..80b1b464d 100644 --- a/lgsm/config-default/config-lgsm/q3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/q3server/_default.cfg @@ -8,12 +8,12 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27960" defaultmap="q3dm17" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +set com_hunkMegs 32 +set net_ip ${ip} +set net_port ${port} +exec ${servercfg} +map ${defaultmap}" } @@ -23,42 +23,42 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${serverfiles} +set dedicated 1 +se ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -67,12 +67,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/qlserver/_default.cfg b/lgsm/config-default/config-lgsm/qlserver/_default.cfg index 78fec83fe..0c8ffa81b 100644 --- a/lgsm/config-default/config-lgsm/qlserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/qlserver/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters arch="x64" # x64 or x86 -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | Install/Config Guide : https://steamcommunity.com/sharedfiles/filedetails/?id=542966946 # Console Commands : http://www.regurge.at/ql/ fn_parms(){ @@ -23,42 +23,42 @@ parms="+exec ${servercfg}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -67,15 +67,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/qwserver/_default.cfg b/lgsm/config-default/config-lgsm/qwserver/_default.cfg index e4774af4a..07ed79cf6 100644 --- a/lgsm/config-default/config-lgsm/qwserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/qwserver/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27500" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-port ${port} -game ktx +exec ${servercfg}" } @@ -22,42 +22,42 @@ parms="-port ${port} -game ktx +exec ${servercfg}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,12 +66,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ricochetserver/_default.cfg b/lgsm/config-default/config-lgsm/ricochetserver/_default.cfg index 4b4830639..51c34163b 100644 --- a/lgsm/config-default/config-lgsm/ricochetserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/ricochetserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="rc_arena" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clie ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/roserver/_default.cfg b/lgsm/config-default/config-lgsm/roserver/_default.cfg index 627dc925c..8ac336381 100644 --- a/lgsm/config-default/config-lgsm/roserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/roserver/_default.cfg @@ -8,15 +8,15 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" defaultmap="RO-Arad.rom" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="server ${defaultmap}?game=ROGame.ROTeamGame?VACSecured=true -nohomedir ini=${servercfg} log=${gamelog}" } @@ -26,42 +26,42 @@ parms="server ${defaultmap}?game=ROGame.ROTeamGame?VACSecured=true -nohomedir in ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,15 +70,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/rustserver/_default.cfg b/lgsm/config-default/config-lgsm/rustserver/_default.cfg index b07b36be7..df590c2f3 100644 --- a/lgsm/config-default/config-lgsm/rustserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/rustserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters # More settings available after install in serverfiles/server/rust-server/server.cfg ip="0.0.0.0" port="28015" @@ -25,7 +25,7 @@ worldsize="3000" # default 3000; range : 1000 to 6000 ; map size in meters saveinterval="300" # Auto-save in seconds tickrate="30" # default 30; range : 15 to 100 -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ # Specific to Rust if [ -n "${seed}" ]; then @@ -50,42 +50,42 @@ parms="-batchmode +server.ip ${ip} +server.port ${port} +server.tickrate ${tickr ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -94,15 +94,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/rwserver/_default.cfg b/lgsm/config-default/config-lgsm/rwserver/_default.cfg index bd86b4b45..ace8d23ae 100644 --- a/lgsm/config-default/config-lgsm/rwserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/rwserver/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters javaram="2048" # -Xmx$2048M -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -21,42 +21,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -65,15 +65,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/sampserver/_default.cfg b/lgsm/config-default/config-lgsm/sampserver/_default.cfg index 9d59e0cec..5302a842b 100644 --- a/lgsm/config-default/config-lgsm/sampserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sampserver/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -22,42 +22,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,12 +66,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg index 98d96a89d..72e55c0a4 100644 --- a/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbotsserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters port="7777" queryport="27015" defaultmap="StationKappa" @@ -16,7 +16,7 @@ servername="LinuxGSM Server" serverpassword="NOT SET" # Can't be adjusted currently maxplayers="8" # Can't be adjusted currently -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="Port=${port}?QueryPort=${queryport} -startup_map ${defaultmap} -server_name \"${servername}\"" } @@ -26,42 +26,42 @@ parms="Port=${port}?QueryPort=${queryport} -startup_map ${defaultmap} -server_na ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,12 +70,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/sbserver/_default.cfg b/lgsm/config-default/config-lgsm/sbserver/_default.cfg index e0e76b536..2d76ce0b3 100644 --- a/lgsm/config-default/config-lgsm/sbserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sbserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="" } @@ -25,42 +25,42 @@ parms="" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg b/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg index 6878001df..6a9b6ab79 100644 --- a/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" } @@ -21,42 +21,42 @@ parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -65,15 +65,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/squadserver/_default.cfg b/lgsm/config-default/config-lgsm/squadserver/_default.cfg index 60284ca6f..e947bb462 100644 --- a/lgsm/config-default/config-lgsm/squadserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/squadserver/_default.cfg @@ -8,13 +8,12 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters -ip="0.0.0.0" +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters port="7787" queryport="27165" randommap="ALWAYS" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="MULTIHOME=${ip} RANDOM=${randommap} Port=${port} QueryPort=${queryport}" } @@ -24,42 +23,42 @@ parms="MULTIHOME=${ip} RANDOM=${randommap} Port=${port} QueryPort=${queryport}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -68,15 +67,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ss3server/_default.cfg b/lgsm/config-default/config-lgsm/ss3server/_default.cfg index 3e966cbed..563a93c4d 100644 --- a/lgsm/config-default/config-lgsm/ss3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ss3server/_default.cfg @@ -8,10 +8,10 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/master/SeriousSam3BFE/help/DedicatedServer_Readme.txt fn_parms(){ parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}" @@ -22,42 +22,42 @@ parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,15 +66,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/stserver/_default.cfg b/lgsm/config-default/config-lgsm/stserver/_default.cfg index 543164d06..1b4bef940 100644 --- a/lgsm/config-default/config-lgsm/stserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/stserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27500" queryport="27015" @@ -17,7 +17,7 @@ autosaveinterval=300 clearinterval=60 worldname="moon_save" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server fn_parms(){ parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${queryport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval} -clearallinterval=${clearinterval}" @@ -28,42 +28,42 @@ parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${querypo ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -72,15 +72,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/svenserver/_default.cfg b/lgsm/config-default/config-lgsm/svenserver/_default.cfg index b2f5353d8..34a1a70f0 100644 --- a/lgsm/config-default/config-lgsm/svenserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/svenserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="svencoop1" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game svencoop -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} +maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game svencoop -strictportbind +ip ${ip} -port ${port} +clientport ${clie ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/terrariaserver/_default.cfg b/lgsm/config-default/config-lgsm/terrariaserver/_default.cfg index af49430de..9dc763f19 100644 --- a/lgsm/config-default/config-lgsm/terrariaserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/terrariaserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-config ${servercfgfullpath}" } @@ -25,42 +25,42 @@ parms="-config ${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/tf2server/_default.cfg b/lgsm/config-default/config-lgsm/tf2server/_default.cfg index 7b33483f7..92eaa64b4 100644 --- a/lgsm/config-default/config-lgsm/tf2server/_default.cfg +++ b/lgsm/config-default/config-lgsm/tf2server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="16" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game tf -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game tf -strictportbind -ip ${ip} -port ${port} +clientport ${clientport ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/tfcserver/_default.cfg b/lgsm/config-default/config-lgsm/tfcserver/_default.cfg index 367cb8e5c..d31998a0b 100644 --- a/lgsm/config-default/config-lgsm/tfcserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/tfcserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="dustbowl" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ts3server/_default.cfg b/lgsm/config-default/config-lgsm/ts3server/_default.cfg index dd43a0e00..e28e99a85 100644 --- a/lgsm/config-default/config-lgsm/ts3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ts3server/_default.cfg @@ -6,7 +6,7 @@ # common.cfg - applies settings to every instance # [instance].cfg - applies settings to a specific instance -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters # Edit serverfiles/ts3-server.ini after installation #### LinuxGSM Settings #### @@ -14,42 +14,42 @@ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -58,15 +58,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/tuserver/_default.cfg b/lgsm/config-default/config-lgsm/tuserver/_default.cfg index da60b1b6a..91544d2f1 100644 --- a/lgsm/config-default/config-lgsm/tuserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/tuserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" queryport="27015" @@ -18,7 +18,7 @@ queryport="27015" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-log -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -TowerServerINI=${servicename}.ini" } @@ -28,42 +28,42 @@ parms="-log -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -TowerServerI ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -72,15 +72,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/twserver/_default.cfg b/lgsm/config-default/config-lgsm/twserver/_default.cfg index e62f38a99..59b355ddc 100644 --- a/lgsm/config-default/config-lgsm/twserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/twserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login +## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login steamuser="username" steampass='password' -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-f ${servercfgfullpath}" } @@ -25,42 +25,42 @@ parms="-f ${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ut2k4server/_default.cfg b/lgsm/config-default/config-lgsm/ut2k4server/_default.cfg index e393c3419..5f32042df 100644 --- a/lgsm/config-default/config-lgsm/ut2k4server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ut2k4server/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters defaultmap="DM-Rankin" ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="server ${defaultmap}?game=XGame.xDeathMatch -nohomedir ini=${servercfg} log=${gamelog}" } @@ -22,42 +22,42 @@ parms="server ${defaultmap}?game=XGame.xDeathMatch -nohomedir ini=${servercfg} l ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,12 +66,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ut3server/_default.cfg b/lgsm/config-default/config-lgsm/ut3server/_default.cfg index 5925354e5..1716e3c0f 100644 --- a/lgsm/config-default/config-lgsm/ut3server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ut3server/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="7777" queryport="6500" @@ -22,7 +22,7 @@ shouldadvertise="true" pureserver="1" allowjoininprogress="true" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters # Edit with care | List of game types and mutators : http://wiki.unrealadmin.org/FAQ:UT3 fn_parms(){ parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch=${islanmatch}?bUsesStats=${usesstats}?bShouldAdvertise=${shouldadvertise}?PureServer=${pureserver}?bAllowJoinInProgress=${allowjoininprogress}?Mutator=${mutators}?ConfigSubDir=${servicename} -port=${port} -queryport=${queryport} -multihome=${ip} -nohomedir -unattended -log=${gamelog}" @@ -33,42 +33,42 @@ parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -77,12 +77,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/ut99server/_default.cfg b/lgsm/config-default/config-lgsm/ut99server/_default.cfg index 45dcf1776..9942968d1 100644 --- a/lgsm/config-default/config-lgsm/ut99server/_default.cfg +++ b/lgsm/config-default/config-lgsm/ut99server/_default.cfg @@ -8,11 +8,11 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters defaultmap="DM-Deck16][" ip="0.0.0.0" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="server ${defaultmap}.unr ini=${servercfgfullpath}" } @@ -22,42 +22,42 @@ parms="server ${defaultmap}.unr ini=${servercfgfullpath}" ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -66,12 +66,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/utserver/_default.cfg b/lgsm/config-default/config-lgsm/utserver/_default.cfg index bf0dc9cf1..8f81eb7da 100644 --- a/lgsm/config-default/config-lgsm/utserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/utserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters # For CTF: defaultmap="CTF-Face" gametype="CTF" ip="0.0.0.0" port="7777" @@ -16,7 +16,7 @@ defaultmap="DM-Underland" gametype="DM" timelimit="10" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="UnrealTournament ${defaultmap}?Game=${gametype}?TimeLimit=${timelimit} -port=${port}" } @@ -26,42 +26,42 @@ parms="UnrealTournament ${defaultmap}?Game=${gametype}?TimeLimit=${timelimit} -p ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -70,12 +70,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/vsserver/_default.cfg b/lgsm/config-default/config-lgsm/vsserver/_default.cfg index 283f0abee..e6e85f0f9 100644 --- a/lgsm/config-default/config-lgsm/vsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/vsserver/_default.cfg @@ -8,14 +8,14 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" defaultmap="vs_frost" maxplayers="16" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game vs -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -25,42 +25,42 @@ parms="-game vs -strictportbind +ip ${ip} -port ${port} +clientport ${clientport ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -69,15 +69,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/wetserver/_default.cfg b/lgsm/config-default/config-lgsm/wetserver/_default.cfg index 61b44b992..31daa3252 100644 --- a/lgsm/config-default/config-lgsm/wetserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/wetserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="+set net_strict 1 +set fs_homepath ${serverfiles} +exec ${servercfg}" } @@ -18,42 +18,42 @@ fn_parms(){ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -62,12 +62,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/wurmserver/_default.cfg b/lgsm/config-default/config-lgsm/wurmserver/_default.cfg index 5e7e435ca..c57f1f7c0 100644 --- a/lgsm/config-default/config-lgsm/wurmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/wurmserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ # Note Parameters are editing in the game server config file. source "${servercfgfullpath}" @@ -20,42 +20,42 @@ fn_parms(){ ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -64,12 +64,12 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/config-default/config-lgsm/zpsserver/_default.cfg b/lgsm/config-default/config-lgsm/zpsserver/_default.cfg index a81e8345c..9b9c38347 100644 --- a/lgsm/config-default/config-lgsm/zpsserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/zpsserver/_default.cfg @@ -8,7 +8,7 @@ #### Server Settings #### -## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters +## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters ip="0.0.0.0" port="27015" clientport="27005" @@ -21,7 +21,7 @@ maxplayers="20" # More info: https://linuxgsm.com/gslt gslt="" -## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters +## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ parms="-game zps -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" } @@ -31,42 +31,42 @@ parms="-game zps -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor ## Notification Alerts # (on|off) -# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info +# More info | https://docs.linuxgsm.com/alerts#more-info postalert="off" postdays="7" posttarget="https://hastebin.com" -# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord +# Discord Alerts | https://docs.linuxgsm.com/alerts/discord discordalert="off" discordwebhook="webhook" -# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email +# Email Alerts | https://docs.linuxgsm.com/alerts/email emailalert="off" email="email@example.com" emailfrom="" -# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT +# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt iftttalert="off" ifttttoken="accesstoken" iftttevent="linuxgsm_alert" -# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun +# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun mailgunalert="off" mailguntoken="accesstoken" mailgundomain="example.com" mailgunemailfrom="alert@example.com" mailgunemail="email@myemail.com" -# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet +# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" -# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover +# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover pushoveralert="off" pushovertoken="accesstoken" -# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram +# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram # You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". # like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need # any custom string in curl - simple ignore this parameter. @@ -75,15 +75,15 @@ telegramtoken="accesstoken" telegramchatid="" curlcustomstring="" -## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update +## Updating | https://docs.linuxgsm.com/commands/update updateonstart="off" -## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup +## Backup | https://docs.linuxgsm.com/commands/backup maxbackups="4" maxbackupdays="30" stoponbackup="on" -## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging +## Logging | https://docs.linuxgsm.com/features/logging consolelogging="on" logdays="7" diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 07abe0fb7..ceeed0304 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -119,7 +119,7 @@ elif [ "${discordalert}" != "on" ]&&[ "${function_selfname}" == "command_test_al fn_script_log_warn "Discord alerts not enabled" elif [ -z "${discordtoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Discord token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Discord" + echo " * https://docs.linuxgsm.com/alerts/discord" fn_script_error_warn "Discord token not set" fi @@ -140,7 +140,7 @@ elif [ "${iftttalert}" != "on" ]&&[ "${function_selfname}" == "command_test_aler fn_script_log_warn "IFTTT alerts not enabled" elif [ -z "${ifttttoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "IFTTT token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT" + echo " * https://docs.linuxgsm.com/alerts/ifttt" fn_script_error_warn "IFTTT token not set" fi @@ -151,7 +151,7 @@ elif [ "${mailgunalert}" != "on" ]&&[ "${function_selfname}" == "command_test_al fn_script_log_warn "Mailgun alerts not enabled" elif [ -z "${mailguntoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Mailgun token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Mailgun" + echo " * https://docs.linuxgsm.com/alerts/mailgun" fn_script_error_warn "Mailgun token not set" fi @@ -162,7 +162,7 @@ elif [ "${pushbulletalert}" != "on" ]&&[ "${function_selfname}" == "command_test fn_script_log_warn "Pushbullet alerts not enabled" elif [ -z "${pushbullettoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Pushbullet token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet" + echo " * https://docs.linuxgsm.com/alerts/pushbullet" fn_script_error_warn "Pushbullet token not set" fi @@ -173,7 +173,7 @@ elif [ "${pushoveralert}" != "on" ]&&[ "${function_selfname}" == "command_test_a fn_script_log_warn "Pushover alerts not enabled" elif [ -z "${pushovertoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Pushover token not set" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover" + echo " * https://docs.linuxgsm.com/alerts/pushover" fn_script_error_warn "Pushover token not set" fi @@ -184,10 +184,10 @@ elif [ "${telegramalert}" != "on" ]&&[ "${function_selfname}" == "command_test_a fn_script_log_warn "Telegram Messages not enabled" elif [ -z "${telegramtoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Telegram token not set." - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram" + echo " * https://docs.linuxgsm.com/alerts/telegram" fn_script_error_warn "Telegram token not set." elif [ -z "${telegramchatid}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "Telegram chat id not set." - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram" + echo " * https://docs.linuxgsm.com/alerts/telegram" fn_script_error_warn "Telegram chat id not set." fi \ No newline at end of file diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 09a13cdad..97455852f 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -226,7 +226,7 @@ fn_found_missing_deps(){ fi if [ -n "${jqstatus}" ]; then fn_print_warning_nl "jq is not available in the ${distroname} repository" - echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/jq" + echo " * https://docs.linuxgsm.com/requirements/jq" fi sudo -v > /dev/null 2>&1 if [ $? -eq 0 ]; then diff --git a/lgsm/functions/check_permissions.sh b/lgsm/functions/check_permissions.sh index 0cc206b19..82ea36d35 100644 --- a/lgsm/functions/check_permissions.sh +++ b/lgsm/functions/check_permissions.sh @@ -42,8 +42,8 @@ fn_check_ownership(){ } | column -s $'\t' -t | tee -a "${lgsmlog}" echo "" - fn_print_information_nl "please see https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ#-fail--starting-game-server-ownership-issues-found" - fn_script_log "For more information, please see https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ#-fail--starting-game-server-ownership-issues-found" + fn_print_information_nl "please see https://docs.linuxgsm.com/support/faq#fail-starting-game-server-permission-issues-found" + fn_script_log "For more information, please see https://docs.linuxgsm.com/support/faq#fail-starting-game-server-permission-issues-found" if [ "${monitorflag}" == 1 ]; then alert="permissions" alert.sh diff --git a/lgsm/functions/check_tmuxception.sh b/lgsm/functions/check_tmuxception.sh index fa5f60421..345083712 100644 --- a/lgsm/functions/check_tmuxception.sh +++ b/lgsm/functions/check_tmuxception.sh @@ -13,7 +13,7 @@ fn_check_is_in_tmux(){ fn_script_log_fatal "Tmuxception error: Attempted to start a tmux session inside of a tmux session." fn_print_information_nl "LinuxGSM creates a tmux session when starting the server." echo "It is not possible to run a tmux session inside another tmux session" - echo "https://github.com/GameServerManagers/LinuxGSM/wiki/Tmux#tmuxception" + echo "https://docs.linuxgsm.com/requirements/tmux#tmuxception" core_exit.sh fi } @@ -23,7 +23,7 @@ fn_check_is_in_screen(){ fn_script_log_fatal "Tmuxception error: Attempted to start a tmux session inside of a screen session." fn_print_information_nl "LinuxGSM creates a tmux session when starting the server." echo "It is not possible to run a tmux session inside screen session" - echo "https://github.com/GameServerManagers/LinuxGSM/wiki/Tmux#tmuxception" + echo "https://docs.linuxgsm.com/requirements/tmux#tmuxception" core_exit.sh fi } diff --git a/lgsm/functions/command_console.sh b/lgsm/functions/command_console.sh index 410548987..8daf02105 100644 --- a/lgsm/functions/command_console.sh +++ b/lgsm/functions/command_console.sh @@ -16,7 +16,7 @@ if [ "${shortname}" == "rust" ]||[ "${shortname}" == "hw" ]||[ "${shortname}" == fi fn_print_information_nl "Press \"CTRL+b\" then \"d\" to exit console." fn_print_warning_nl "Do NOT press CTRL+c to exit." -echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Console" +echo " * https://docs.linuxgsm.com/commands/console" echo "" if ! fn_prompt_yn "Continue?" Y; then echo Exiting; return diff --git a/linuxgsm.sh b/linuxgsm.sh index 86d61b57e..b2ce75f73 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -3,15 +3,15 @@ # Author: Daniel Gibbs # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Linux Game Server Management Script -# Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Contributors: https://linuxgsm.com/contrib +# Documentation: https://docs.linuxgsm.com # Website: https://linuxgsm.com # DO NOT EDIT THIS FILE # LinuxGSM configuration is no longer edited here # To update your LinuxGSM config go to: # lgsm/config-lgsm -# https://github.com/GameServerManagers/LinuxGSM/wiki/LinuxGSM-Config-Files +# https://docs.linuxgsm.com/configuration/linuxgsm-config # Debugging if [ -f ".dev-debug" ]; then diff --git a/tests/tests_fctrserver.sh b/tests/tests_fctrserver.sh index 8ed381f05..a9d7a09c4 100644 --- a/tests/tests_fctrserver.sh +++ b/tests/tests_fctrserver.sh @@ -4,7 +4,7 @@ # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Travis CI Tests: Factorio | Linux Game Server Management Script # Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Documentation: https://docs.linuxgsm.com/ # Website: https://linuxgsm.com travistest="1" diff --git a/tests/tests_jc2server.sh b/tests/tests_jc2server.sh index 4a6c9265a..a361c5699 100644 --- a/tests/tests_jc2server.sh +++ b/tests/tests_jc2server.sh @@ -4,7 +4,7 @@ # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Travis CI Tests: Just Cause 2 | Linux Game Server Management Script # Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Documentation: https://docs.linuxgsm.com/ # Website: https://linuxgsm.com travistest="1" diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index a249acf5a..d01140758 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -4,7 +4,7 @@ # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Travis CI Tests: Shellcheck | Linux Game Server Management Script # Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Documentation: https://docs.linuxgsm.com/ # Website: https://linuxgsm.com echo "=================================" diff --git a/tests/tests_ts3server.sh b/tests/tests_ts3server.sh index a2e091e28..e0fe5cd76 100644 --- a/tests/tests_ts3server.sh +++ b/tests/tests_ts3server.sh @@ -4,7 +4,7 @@ # License: MIT License, Copyright (c) 2017 Daniel Gibbs # Purpose: Travis CI Tests: Teamspeak 3 | Linux Game Server Management Script # Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors -# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki +# Documentation: https://docs.linuxgsm.com/ # Website: https://linuxgsm.com travistest="1" From 9603a2a30255869cb7c599aaf865e3005a85d214 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 16 Dec 2018 00:10:18 +0000 Subject: [PATCH 46/46] feat: update version to 181216 --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index b2ce75f73..c5fea827d 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="181027" +version="181216" shortname="core" gameservername="core" rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"