From 2a5896488722877ee17c761b869c23ab42c89309 Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Fri, 16 Sep 2016 15:16:25 +0200 Subject: [PATCH] Added Steam App Branch Selects --- 7DaysToDie/sdtdserver | 7 ++++++- ARKSurvivalEvolved/arkserver | 7 ++++++- Arma3/arma3server | 10 ++++++---- BlackMesa/bmdmserver | 7 ++++++- BladeSymphony/bsserver | 7 ++++++- BrainBread2/bb2server | 7 ++++++- CodenameCURE/ccserver | 7 ++++++- CounterStrikeSource/cssserver | 7 ++++++- DayOfDefeatSource/dodsserver | 7 ++++++- DayOfInfamy/doiserver | 7 ++++++- DontStarveTogether/dstserver | 7 ++++++- DoubleActionBoogaloo/dabserver | 7 ++++++- EmpiresMod/emserver | 7 ++++++- FistfulOfFrags/fofserver | 7 ++++++- GarrysMod/gmodserver | 7 ++++++- Hurtworld/hwserver | 7 ++++++- Insurgency/insserver | 7 ++++++- JustCause2/jc2server | 7 ++++++- KillingFloor/kfserver | 7 ++++++- Left4Dead/l4dserver | 7 ++++++- Left4Dead2/l4d2server | 7 ++++++- NS2Combat/ns2cserver | 7 ++++++- NoMoreRoomInHell/nmrihserver | 7 ++++++- PiratesVikingandKnightsII/pvkiiserver | 7 ++++++- ProjectZomboid/pzserver | 8 +++++--- QuakeLive/qlserver | 9 +++++++-- Rust/rustserver | 7 ++++++- SeriousSam3BFE/ss3sserver | 7 ++++++- Starbound/sbserver | 7 ++++++- SvenCoop/svencoopserver | 7 ++++++- TeamFortress2/tf2server | 7 ++++++- 31 files changed, 186 insertions(+), 37 deletions(-) diff --git a/7DaysToDie/sdtdserver b/7DaysToDie/sdtdserver index 9fe9efd3e..f46c1ce5c 100644 --- a/7DaysToDie/sdtdserver +++ b/7DaysToDie/sdtdserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -51,6 +51,11 @@ githubbranch="master" # Steam appid="294420" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta latest_experimental" +branch="" + # Server Details servicename="sdtd-server" gamename="7 Days To Die" diff --git a/ARKSurvivalEvolved/arkserver b/ARKSurvivalEvolved/arkserver index 6caa8dc9c..62c756189 100644 --- a/ARKSurvivalEvolved/arkserver +++ b/ARKSurvivalEvolved/arkserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -56,6 +56,11 @@ githubbranch="master" # Steam appid="376030" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="ark-server" gamename="ARK: Survivial Evolved" diff --git a/Arma3/arma3server b/Arma3/arma3server index 0ea448460..c140f9aa3 100644 --- a/Arma3/arma3server +++ b/Arma3/arma3server @@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -65,10 +65,12 @@ githubrepo="LinuxGSM" githubbranch="master" # Steam -# Stable appid="233780" -# Development -# appid="233780 -beta development" + +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta development" +branch="" # Server Details servicename="arma3-server" diff --git a/BlackMesa/bmdmserver b/BlackMesa/bmdmserver index 8f7f8364e..1fd97ff82 100644 --- a/BlackMesa/bmdmserver +++ b/BlackMesa/bmdmserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -61,6 +61,11 @@ githubbranch="master" # Steam appid="346680" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta public-beta" +branch="" + # Server Details servicename="bmdm-server" gamename="Black Mesa: Deathmatch" diff --git a/BladeSymphony/bsserver b/BladeSymphony/bsserver index 4fc56c14b..57ee13f2f 100644 --- a/BladeSymphony/bsserver +++ b/BladeSymphony/bsserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -56,6 +56,11 @@ githubbranch="master" # Steam appid="228780" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta nightly -betapassword winteriscoming" +branch="" + # Server Details servicename="bs-server" gamename="Blade Symphony" diff --git a/BrainBread2/bb2server b/BrainBread2/bb2server index 9d57449d5..d3a8c37df 100644 --- a/BrainBread2/bb2server +++ b/BrainBread2/bb2server @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="030616" +version="160916" #### Variables #### @@ -61,6 +61,11 @@ githubbranch="master" # Steam appid="475370" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta_branch" +branch="" + # Server Details servicename="bb2-server" gamename="BrainBread 2" diff --git a/CodenameCURE/ccserver b/CodenameCURE/ccserver index e0fd50c97..7a7f299dd 100644 --- a/CodenameCURE/ccserver +++ b/CodenameCURE/ccserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -56,6 +56,11 @@ githubbranch="master" # Steam appid="383410" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="cc-server" gamename="Codename CURE" diff --git a/CounterStrikeSource/cssserver b/CounterStrikeSource/cssserver index 3e5fdf644..be91fa277 100644 --- a/CounterStrikeSource/cssserver +++ b/CounterStrikeSource/cssserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -61,6 +61,11 @@ githubbranch="master" # Steam appid="232330" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta prerelease" +branch="" + # Server Details servicename="css-server" gamename="Counter-Strike: Source" diff --git a/DayOfDefeatSource/dodsserver b/DayOfDefeatSource/dodsserver index 04c49e145..2e4dae73f 100644 --- a/DayOfDefeatSource/dodsserver +++ b/DayOfDefeatSource/dodsserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -56,6 +56,11 @@ githubbranch="master" # Steam appid="232290" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta prerelease" +branch="" + # Server Details servicename="dods-server" gamename="Day of Defeat: Source" diff --git a/DayOfInfamy/doiserver b/DayOfInfamy/doiserver index bda392bff..532fef76e 100644 --- a/DayOfInfamy/doiserver +++ b/DayOfInfamy/doiserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -58,6 +58,11 @@ githubbranch="master" # Steam appid="462310" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="doi-server" gamename="Day of Infamy" diff --git a/DontStarveTogether/dstserver b/DontStarveTogether/dstserver index 9a23a9297..8b41b9403 100644 --- a/DontStarveTogether/dstserver +++ b/DontStarveTogether/dstserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="130516" +version="160916" #### Variables #### @@ -54,6 +54,11 @@ githubbranch="master" # Steam appid="343050" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta anewreignbeta" +branch="" + # Server Details servicename="dst-server" gamename="Don't Starve Together" diff --git a/DoubleActionBoogaloo/dabserver b/DoubleActionBoogaloo/dabserver index d83f7b165..1b59fd369 100644 --- a/DoubleActionBoogaloo/dabserver +++ b/DoubleActionBoogaloo/dabserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -56,6 +56,11 @@ githubbranch="master" # Steam appid="317800" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="dab-server" gamename="Double Action: Boogaloo" diff --git a/EmpiresMod/emserver b/EmpiresMod/emserver index 9fd6d92f8..02897b313 100644 --- a/EmpiresMod/emserver +++ b/EmpiresMod/emserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -61,6 +61,11 @@ githubbranch="master" # Steam appid="460040" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="em-server" gamename="Empires Mod" diff --git a/FistfulOfFrags/fofserver b/FistfulOfFrags/fofserver index 890e40eb4..3eaa08911 100644 --- a/FistfulOfFrags/fofserver +++ b/FistfulOfFrags/fofserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -56,6 +56,11 @@ githubbranch="master" # Steam appid="295230" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="fof-server" gamename="Fistful of Frags" diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index fcac6ef56..3aeb63c62 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -77,6 +77,11 @@ githubbranch="master" # Steam appid="4020" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta dev" +branch="" + # Server Details servicename="gmod-server" gamename="Garry's Mod" diff --git a/Hurtworld/hwserver b/Hurtworld/hwserver index 58f1314be..253a4ce81 100644 --- a/Hurtworld/hwserver +++ b/Hurtworld/hwserver @@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -70,6 +70,11 @@ githubbranch="master" # Steam appid="405100" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta devtest" +branch="" + # Server Details servicename="hurtworld-server" gamename="Hurtworld" diff --git a/Insurgency/insserver b/Insurgency/insserver index 9efdc2264..e5cfcb520 100644 --- a/Insurgency/insserver +++ b/Insurgency/insserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -58,6 +58,11 @@ githubbranch="master" # Steam appid="237410" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="ins-server" gamename="Insurgency" diff --git a/JustCause2/jc2server b/JustCause2/jc2server index 6b0321259..ab1b81d19 100644 --- a/JustCause2/jc2server +++ b/JustCause2/jc2server @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -50,6 +50,11 @@ githubbranch="master" # Steam appid="261140" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta publicbeta" +branch="" + # Server Details servicename="jc2-server" gamename="Just Cause 2" diff --git a/KillingFloor/kfserver b/KillingFloor/kfserver index ff3fc5a57..1c7093d34 100644 --- a/KillingFloor/kfserver +++ b/KillingFloor/kfserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -55,6 +55,11 @@ githubbranch="master" # Steam appid="215360" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="kf-server" gamename="Killing Floor" diff --git a/Left4Dead/l4dserver b/Left4Dead/l4dserver index 156222681..995308cd0 100644 --- a/Left4Dead/l4dserver +++ b/Left4Dead/l4dserver @@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -56,6 +56,11 @@ githubbranch="master" # Steam appid="222840" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="l4d-server" gamename="Left 4 Dead" diff --git a/Left4Dead2/l4d2server b/Left4Dead2/l4d2server index 1ce64a0ee..1443327e5 100644 --- a/Left4Dead2/l4d2server +++ b/Left4Dead2/l4d2server @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -55,6 +55,11 @@ githubbranch="master" # Steam appid="222860" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="l4d2-server" gamename="Left 4 Dead 2" diff --git a/NS2Combat/ns2cserver b/NS2Combat/ns2cserver index db27573a9..b935f7472 100644 --- a/NS2Combat/ns2cserver +++ b/NS2Combat/ns2cserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="220416" +version="160916" #### Variables #### @@ -63,6 +63,11 @@ githubbranch="master" # Steam appid="313900" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="ns2c-server" gamename="NS2: Combat" diff --git a/NoMoreRoomInHell/nmrihserver b/NoMoreRoomInHell/nmrihserver index 171f9bfbd..58dc2e024 100644 --- a/NoMoreRoomInHell/nmrihserver +++ b/NoMoreRoomInHell/nmrihserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="130716" +version="160916" #### Variables #### @@ -61,6 +61,11 @@ githubbranch="master" # Steam appid="317670" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="nmrih-server" gamename="No More Room in Hell" diff --git a/PiratesVikingandKnightsII/pvkiiserver b/PiratesVikingandKnightsII/pvkiiserver index 3c45f30a5..dacaca04a 100644 --- a/PiratesVikingandKnightsII/pvkiiserver +++ b/PiratesVikingandKnightsII/pvkiiserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -56,6 +56,11 @@ githubbranch="master" # Steam appid="17575" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="pvkii-server" gamename="Pirates, Vikings, and Knights II" diff --git a/ProjectZomboid/pzserver b/ProjectZomboid/pzserver index ed501ac9b..60bf63bee 100644 --- a/ProjectZomboid/pzserver +++ b/ProjectZomboid/pzserver @@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="290716" +version="160916" #### Variables #### @@ -51,8 +51,10 @@ githubbranch="master" # Steam appid="380870" -# Allows for opting into the various Steam branches that PZ has to offer -# Example: -beta iwillbackupmysave -betapassword iaccepttheconsequences + +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta iwillbackupmysave -betapassword iaccepttheconsequences" branch="" # Server Details diff --git a/QuakeLive/qlserver b/QuakeLive/qlserver index 02f621632..586788936 100755 --- a/QuakeLive/qlserver +++ b/QuakeLive/qlserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="060516" +version="160916" #### Variables #### @@ -44,7 +44,7 @@ updateonstart="off" # Install/Config Guide : https://steamcommunity.com/sharedfiles/filedetails/?id=542966946 # Console Commands : http://www.regurge.at/ql/ fn_parms(){ - parms="+set net_strict 1 +set net_ip ${ip} +set net_port ${port} +set fs_homepath ${filesdir}/${port} +set zmq_rcon_enable 1 +set zmq_rcon_port ${rconport} +set zmq_rcon_password ${rconpassword} +set zmq_stats_enable 1 +set zmq_stats_password ${statspassword} +set zmq_stats_port ${statsport} +set sv_mapPoolFile ${mappool} +exec ${servercfg}" +parms="+set net_strict 1 +set net_ip ${ip} +set net_port ${port} +set fs_homepath ${filesdir}/${port} +set zmq_rcon_enable 1 +set zmq_rcon_port ${rconport} +set zmq_rcon_password ${rconpassword} +set zmq_stats_enable 1 +set zmq_stats_password ${statspassword} +set zmq_stats_port ${statsport} +set sv_mapPoolFile ${mappool} +exec ${servercfg}" } #### Advanced Variables #### @@ -59,6 +59,11 @@ githubbranch="master" # Steam appid="349090" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="ql-server" gamename="Quake Live" diff --git a/Rust/rustserver b/Rust/rustserver index a187b3f4f..8d03b7019 100644 --- a/Rust/rustserver +++ b/Rust/rustserver @@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -73,6 +73,11 @@ githubbranch="master" # Steam appid="258550" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta prerelease" +branch="" + # Server Details servicename="rust-server" gamename="Rust" diff --git a/SeriousSam3BFE/ss3sserver b/SeriousSam3BFE/ss3sserver index c677d0bbc..a3d66ab3e 100644 --- a/SeriousSam3BFE/ss3sserver +++ b/SeriousSam3BFE/ss3sserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -51,6 +51,11 @@ githubbranch="master" # Steam appid="41080" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta publicbeta" +branch="" + # Server Details servicename="ss3-server" gamename="Serious Sam 3: BFE" diff --git a/Starbound/sbserver b/Starbound/sbserver index 6db458b57..3bfd2883c 100644 --- a/Starbound/sbserver +++ b/Starbound/sbserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="230716" +version="160916" #### Variables #### @@ -50,6 +50,11 @@ githubbranch="master" # Steam appid="211820" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="sb-server" gamename="Starbound" diff --git a/SvenCoop/svencoopserver b/SvenCoop/svencoopserver index c6f7ba086..63667b3eb 100644 --- a/SvenCoop/svencoopserver +++ b/SvenCoop/svencoopserver @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -55,6 +55,11 @@ githubbranch="master" # Steam appid="276060" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta release_candidate_public" +branch="" + # Server Details servicename="svencoop-server" gamename="Sven Co-op" diff --git a/TeamFortress2/tf2server b/TeamFortress2/tf2server index 6d5062848..f82451360 100644 --- a/TeamFortress2/tf2server +++ b/TeamFortress2/tf2server @@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="210516" +version="160916" #### Variables #### @@ -61,6 +61,11 @@ githubbranch="master" # Steam appid="232250" +# Steam App Branch Select +# Allows to opt into the various Steam app branches. Default branch is "". +# Example: "-beta beta" +branch="" + # Server Details servicename="tf2-server" gamename="Team Fortress 2"