Linux下架设CS服务器的方法与脚本,为了方便起见下面已经是Bash脚本喽!
mkdir server cd server rm hldsupdatetool.bin wget http://www.steampowered.com/download/hldsupdatetool.bin chmod +x hldsupdatetool.bin ./hldsupdatetool.bin <<< "yes" ./steam ./steam -command update -game "Counter-Strike Source" -dir . -retry ./steam -command update -game "orangebox" -dir . -retry mkdir orangebox/cstrike cp -r css/cstrike orangebox cd orangebox wget http://EXAMPLE.EX/cspromod_b108.zip # pick the installation file from a mirror http://wiki.cspromod.com/Download unzip cspromod_b108.zip rm -f cspromod_b108.zip rm -r ../css ./srcds_run -game cspromod +map csp_dust2
Linux作为CS服务器感觉还是不如Win来得爽,可能是自己对于CS服务端好多东西不懂吧。