Counter Strike 1.6 Install
From 2047Servers Support
| Line 42: | Line 42: | ||
<pre>./steamcmd.sh</pre> | <pre>./steamcmd.sh</pre> | ||
| + | |||
| + | Now you must login either using the anonymous account or your own account | ||
| + | |||
| + | <pre>login anonymous</pre> | ||
| + | |||
| + | ((Logging in your with account - Replace "<username>" with your username, it should then ask for your password)) | ||
| + | |||
| + | <pre>login <username></pre> | ||
| + | |||
| + | |||
== Downloading CS 1.6 == | == Downloading CS 1.6 == | ||
| Line 53: | Line 63: | ||
There are 2 options for installing a CS 1.6 Server (Normal & Beta, both commands are shown here) | There are 2 options for installing a CS 1.6 Server (Normal & Beta, both commands are shown here) | ||
| − | Installing normal version | + | Installing normal version (This just installs HLDS - Without Cstrike) |
| + | |||
| + | <pre>app_update 90 validate</pre> | ||
| + | |||
| + | Set the HLDS MOD (Cstrike is a Mod for Half Life) | ||
| + | |||
| + | <pre>app_set_config 90 mod cstrike</pre> | ||
| + | |||
| + | Then run the HLDS Mod installer (This time it knows you want a cstrike server so it will get the files for that) | ||
<pre>app_update 90 validate</pre> | <pre>app_update 90 validate</pre> | ||
| Line 79: | Line 97: | ||
Max Players - up to 32, Port (Best to use unused ones e.g. 25XXX-27XXX | Max Players - up to 32, Port (Best to use unused ones e.g. 25XXX-27XXX | ||
| − | <pre>./hlds_run -game cstrike -autoupdate +maxplayers 12 -port 25100</pre> | + | <pre>./hlds_run -game cstrike -autoupdate +maxplayers 12 -port 25100 +map de_dust</pre> |
If all done right your server should start up fine & the last thing it should say is "VAC Secure" or something very simular, If not try downloading the files again, just incase it missed a few (highly unlikly) | If all done right your server should start up fine & the last thing it should say is "VAC Secure" or something very simular, If not try downloading the files again, just incase it missed a few (highly unlikly) | ||