diff --git a/CounterStrike/csserver b/CounterStrike/csserver index e6e83190e..704d4593a 100644 --- a/CounterStrike/csserver +++ b/CounterStrike/csserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 010814 +# Version: 050814 #### Variables #### @@ -25,7 +25,7 @@ ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ -parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" +parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" } #### Advanced Variables #### @@ -595,7 +595,8 @@ fi # Create lock file date > ${lockselfname} cd "${executabledir}" -tmux new-session -d -s ${servicename} "${executable} ${parms}|tee -a '${consolelog}'" +tmux new-session -d -s ${servicename} "${executable} ${parms}" +tmux pipe-pane -o -t ${servicename} "exec cat >> '${consolelog}'" sleep 1 tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -E "^${servicename}:"|wc -l) if [ ${tmuxwc} -eq 0 ]; then @@ -648,27 +649,6 @@ echo "" ## Installer # -fn_csappmanifest(){ -appdir="${filesdir}/ec5da605084840d3d7b3ed355e48c098b28a1bd5" -if [ ${pass} == 1 ]; then - echo "Creating appmanifest directory. (app 90 fix)" - sleep 2 - mkdir -v "${filesdir}" - mkdir -v "${appdir}" - cd "${appdir}" - echo "Removing any existing appmanifest files. (app 90 fix)" - sleep 2 - rm -f appmanifest_10.acf appmanifest_70.acf appmanifest_90.acf -elif [ ${pass} == 2 ]; then - echo "Downloading HLDS appmanifest files. (app 90 fix)" - sleep 2 - cd "${appdir}" - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_10.acf - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_70.acf - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_90.acf -fi -} - fn_header(){ clear echo "=================================" @@ -793,10 +773,6 @@ fn_header fn_steamdl echo "Installing ${gamename} Server" echo "=================================" -pass=1 -fn_csappmanifest -pass=2 -fn_csappmanifest fn_steaminstall fn_steaminstall fn_steaminstall diff --git a/CounterStrikeConditionZero/csczserver b/CounterStrikeConditionZero/csczserver index a733d8059..62d4c8e56 100644 --- a/CounterStrikeConditionZero/csczserver +++ b/CounterStrikeConditionZero/csczserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 010814 +# Version: 050814 #### Variables #### @@ -25,7 +25,7 @@ ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ -parms="-game czero -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" +parms="-game czero -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" } #### Advanced Variables #### @@ -595,7 +595,8 @@ fi # Create lock file date > ${lockselfname} cd "${executabledir}" -tmux new-session -d -s ${servicename} "${executable} ${parms}|tee -a '${consolelog}'" +tmux new-session -d -s ${servicename} "${executable} ${parms}" +tmux pipe-pane -o -t ${servicename} "exec cat >> '${consolelog}'" sleep 1 tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -E "^${servicename}:"|wc -l) if [ ${tmuxwc} -eq 0 ]; then diff --git a/DayOfDefeat/dodserver b/DayOfDefeat/dodserver index d3af6ca40..e333bac57 100644 --- a/DayOfDefeat/dodserver +++ b/DayOfDefeat/dodserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 010814 +# Version: 050814 #### Variables #### @@ -25,7 +25,7 @@ ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ -parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" +parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" } #### Advanced Variables #### @@ -595,7 +595,8 @@ fi # Create lock file date > ${lockselfname} cd "${executabledir}" -tmux new-session -d -s ${servicename} "${executable} ${parms}|tee -a '${consolelog}'" +tmux new-session -d -s ${servicename} "${executable} ${parms}" +tmux pipe-pane -o -t ${servicename} "exec cat >> '${consolelog}'" sleep 1 tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -E "^${servicename}:"|wc -l) if [ ${tmuxwc} -eq 0 ]; then @@ -648,33 +649,6 @@ echo "" ## Installer # -fn_dodappmanifest(){ -appdir="${filesdir}/8afa93e01174026686b12fbaf9ff54e7bffbe8fc" -if [ ${pass} == 1 ]; then - echo "Creating appmanifest directory. (app 90 fix)" - sleep 2 - mkdir -v "${filesdir}" - mkdir -v "${appdir}" - cd "${appdir}" - echo "Removing any existing appmanifest files. (app 90 fix)" - sleep 2 - rm -f appmanifest_10.acf appmanifest_70.acf appmanifest_90.acf -elif [ ${pass} == 2 ]; then - echo "Downloading HLDS appmanifest files. (app 90 fix)" - sleep 2 - cd "${appdir}" - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_10.acf - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_70.acf - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_90.acf -elif [ ${pass} == 3 ]; then - echo "Downloading ${gamename} appmanifest files. (app 90 fix)" - sleep 2 - cd "${appdir}" - rm -f appmanifest_90.acf - wget https://raw2.github.com/dgibbs64/linuxgameservers/master/appmanifest/dod/appmanifest_90.acf -fi -} - fn_header(){ clear echo "=================================" @@ -799,14 +773,8 @@ fn_header fn_steamdl echo "Installing ${gamename} Server" echo "=================================" -pass=1 -fn_dodappmanifest -pass=2 -fn_dodappmanifest fn_steaminstall fn_steaminstall -pass=3 -fn_dodappmanifest fn_steaminstall fn_steaminstall fn_steaminstall diff --git a/HalfLifeDeathmatchClassic/hldmcserver b/HalfLifeDeathmatchClassic/hldmcserver index f3e1a5199..f3a6855e4 100644 --- a/HalfLifeDeathmatchClassic/hldmcserver +++ b/HalfLifeDeathmatchClassic/hldmcserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 010814 +# Version: 050814 #### Variables #### @@ -25,7 +25,7 @@ ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ -parms="-game valve -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" +parms="-game valve -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" } #### Advanced Variables #### @@ -595,7 +595,8 @@ fi # Create lock file date > ${lockselfname} cd "${executabledir}" -tmux new-session -d -s ${servicename} "${executable} ${parms}|tee -a '${consolelog}'" +tmux new-session -d -s ${servicename} "${executable} ${parms}" +tmux pipe-pane -o -t ${servicename} "exec cat >> '${consolelog}'" sleep 1 tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -E "^${servicename}:"|wc -l) if [ ${tmuxwc} -eq 0 ]; then @@ -648,27 +649,6 @@ echo "" ## Installer # -fn_hldmcappmanifest(){ -appdir="${filesdir}/91aa146f9fda7056098af2c7015b8fb308bf1ce2" -if [ ${pass} == 1 ]; then - echo "Creating appmanifest directory. (app 90 fix)" - sleep 2 - mkdir -v "${filesdir}" - mkdir -v "${appdir}" - cd "${appdir}" - echo "Removing any existing appmanifest files. (app 90 fix)" - sleep 2 - rm -f appmanifest_10.acf appmanifest_70.acf appmanifest_90.acf -elif [ ${pass} == 2 ]; then - echo "Downloading HLDS appmanifest files. (app 90 fix)" - sleep 2 - cd "${appdir}" - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_10.acf - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_70.acf - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_90.acf -fi -} - fn_header(){ clear echo "=================================" @@ -793,10 +773,6 @@ fn_header fn_steamdl echo "Installing ${gamename} Server" echo "=================================" -pass=1 -fn_hldmcappmanifest -pass=2 -fn_hldmcappmanifest fn_steaminstall fn_steaminstall fn_steaminstall diff --git a/TeamFortressClassic/tfcserver b/TeamFortressClassic/tfcserver index ba26ab86b..f7e29bd58 100644 --- a/TeamFortressClassic/tfcserver +++ b/TeamFortressClassic/tfcserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 010814 +# Version: 050814 #### Variables #### @@ -25,7 +25,7 @@ ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ -parms="-game tfc -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" +parms="-game tfc -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}" } #### Advanced Variables #### @@ -595,7 +595,8 @@ fi # Create lock file date > ${lockselfname} cd "${executabledir}" -tmux new-session -d -s ${servicename} "${executable} ${parms}|tee -a '${consolelog}'" +tmux new-session -d -s ${servicename} "${executable} ${parms}" +tmux pipe-pane -o -t ${servicename} "exec cat >> '${consolelog}'" sleep 1 tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -E "^${servicename}:"|wc -l) if [ ${tmuxwc} -eq 0 ]; then @@ -648,33 +649,6 @@ echo "" ## Installer # -fn_tfcappmanifest(){ -appdir="${filesdir}/5cf8446bee28893dd1ff1867b48c26ae8f14e1e7" -if [ ${pass} == 1 ]; then - echo "Creating appmanifest directory. (app 90 fix)" - sleep 2 - mkdir -v "${filesdir}" - mkdir -v "${appdir}" - cd "${appdir}" - echo "Removing any existing appmanifest files. (app 90 fix)" - sleep 2 - rm -f appmanifest_10.acf appmanifest_70.acf appmanifest_90.acf -elif [ ${pass} == 2 ]; then - echo "Downloading HLDS appmanifest files. (app 90 fix)" - sleep 2 - cd "${appdir}" - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_10.acf - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_70.acf - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/appmanifest_90.acf -elif [ ${pass} == 3 ]; then - echo "Downloading ${gamename} appmanifest files. (app 90 fix)" - sleep 2 - cd "${appdir}" - rm -f appmanifest_90.acf - wget https://raw.github.com/dgibbs64/linuxgameservers/master/appmanifest/tfc/appmanifest_90.acf -fi -} - fn_header(){ clear echo "=================================" @@ -799,14 +773,8 @@ fn_header fn_steamdl echo "Installing ${gamename} Server" echo "=================================" -pass=1 -fn_tfcappmanifest -pass=2 -fn_tfcappmanifest fn_steaminstall fn_steaminstall -pass=3 -fn_tfcappmanifest fn_steaminstall fn_steaminstall fn_steaminstall