From 2187fdb91a3693384fd8eb2e2f4c5bd744a99617 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 22 Nov 2013 12:43:05 +0000 Subject: [PATCH] App 90 Download workaround!! the script will pre download the appmanifest for csserver as SteaCMD woudl not download the "beta" verson file even with the beta flag enabled. The fix pre downloads the appmanifest files causing SteamCMD to instantly download the correct server files. Also updated version number --- CounterStrike/csserver | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CounterStrike/csserver b/CounterStrike/csserver index 242409f6c..dc2ca9c2e 100644 --- a/CounterStrike/csserver +++ b/CounterStrike/csserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 101113 +# Version: 221113 #### Variables #### @@ -527,8 +527,21 @@ echo "" echo "Installing ${gamename} Server" echo "=================================" rm -f ${servercfg} - cd ${rootdir}/steamcmd mkdir -v ${filesdir} + echo "" + echo "Downloading appmanifest files (app 90 fix)" + echo "=================================" + sleep 2 + mkdir -v ${filesdir}/ec5da605084840d3d7b3ed355e48c098b28a1bd5 + cd ${filesdir}/ec5da605084840d3d7b3ed355e48c098b28a1bd5 + wget https://raw.github.com/dgibbs64/linuxgameservers/master/CounterStrike/appmanifest/appmanifest_10.acf + wget https://raw.github.com/dgibbs64/linuxgameservers/master/CounterStrike/appmanifest/appmanifest_70.acf + wget https://raw.github.com/dgibbs64/linuxgameservers/master/CounterStrike/appmanifest/appmanifest_90.acf + echo "Downloading appmanifest files (app 90 fix)" + echo "" + echo "Installing ${gamename} Server" + echo "=================================" + cd ${rootdir}/steamcmd touch install.txt chmod 0600 install.txt echo "login anonymous" > install.txt