Counter Strike 1.6 Install
From 2047Servers Support
m (Admin2047 moved page Counter Strike 1.6 to Counter Strike 1.6 Install) |
|||
| Line 29: | Line 29: | ||
| − | == Installing | + | == Installing SteamCMD + Steam == |
| − | First you will need to download HLDS (Half Life Dedicated Server) | + | First you will need to download HLDS (Half Life Dedicated Server) via SteamCMD (Replacement to hldsupdatetool) |
| − | <pre>wget http:// | + | <pre>wget http://media.steampowered.com/client/steamcmd_linux.tar.gz</pre> |
| − | After downloading you will need to | + | After downloading you will need to extra the compressed folder |
| − | <pre> | + | <pre>tar xvfz steamcmd_linux.tar.gz</pre> |
| − | + | Then run the installer | |
| − | + | <pre>./steamcmd.sh</pre> | |
| − | + | == Downloading CS 1.6 == | |
| − | + | After installing SteamCMD it should run, if not just run the above command again. | |
| − | + | You will now need to set the install directory e.g. we will go with cs1.6 | |
| − | <pre>./ | + | <pre>force_install_dir ./cs1.6/</pre> |
| − | + | There are 2 options for installing a CS 1.6 Server (Normal & Beta, both commands are shown here) | |
| − | + | Installing normal version | |
| − | + | <pre>app_update 90 validate</pre> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | Installing the beta version | |
| − | <pre> | + | <pre>app_update "90 -beta beta" validate</pre> |
This will check the current folder & download any / all missing files for a Counter Strike 1.6 Server (you can use this command to redownload files that you may have deleted | This will check the current folder & download any / all missing files for a Counter Strike 1.6 Server (you can use this command to redownload files that you may have deleted | ||