Commit bb7307
2025-01-08 14:45:08 Ch0wW: -/-/dev/null .. installation-guide/cswon2.md | |
@@ 0,0 1,54 @@ | |
+ | # Counter-Strike (From Beta 6.5 to Release 1.5) (WON2) |
+ | |
+ | # Installation |
+ | |
+ | 1) Install Half-Life 1 (Retail) |
+ | 2) Update your game to version 1.1.1.0 (the last update before VALVe moved to their STEAM interface) |
+ | 3) Download the releases of Counter-Strike you desire below inside the root folder of Half-Life. |
+ | 4) If you did it right, you should see mods in the `Custom game` category within the Half-Life 1 menu. |
+ | |
+ | ![](./image-1736182134728.png) |
+ | |
+ | Alternatively, you can download this archive on [MEGA](#) which contains Half-Life 1 already patched to version 1.1.1.0 as well as containing all major builds of Counter-Strike (Beta 6.6, 7.1, Retail 1.0, Retail 1.1, Retail 1.3, Retail 1.5). |
+ | |
+ | |
+ | |
+ | # Versions of Counter-Strike supported in HL 1.1.1.0 |
+ | |
+ | This table is adapted from the [CounterStrike Betas repository on Github](https://github.com/Ch0wW/counterstrike-betas/). |
+ | |
+ | | Version | Release Date | Download Link | |
+ | | -------- | ------- | -------- | |
+ | | CS 1.5 | `June 12, 2002` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/cs15_retail.zip) | |
+ | | CS 1.4 | `April 24, 2002` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/cs14_retail.zip) | |
+ | | CS 1.3 | `September 12, 2001` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/cs13_retail.zip) | |
+ | | CS 1.1 | `April 6, 2001` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/cs11_retail.zip) | |
+ | | CS 1.0 | `November 8, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/ab6a359832dac535b4e4f25c7d15e724ea514cc1.zip) | |
+ | | Beta 7.1 | `September 13, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta71.zip) | |
+ | | Beta 7.0 | `August 26, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta70.zip) | |
+ | | Beta 6.6 | `June 22, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta66.zip) | |
+ | | Beta 6.5 | `June 8, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/0ce5e4e8c1fdbc69fc1720dafa5a5e3ce1eef16d.zip) | |
+ | |
+ | |
+ | # Create a Server |
+ | |
+ | ## Using Docker |
+ | You can create a server using Docker by using my [GitHub project](https://github.com/Ch0wW/docker-hlds-won2). More informations on how to run it are inside the project. |
+ | |
+ | ## Using Windows |
+ | If you desire hosting a server on Windows, you can create a batch file inside the HL1 folder (see example below) |
+ | |
+ | Batch example: Hosting a CS Version 1.0 server on cs_assault, using port 27015 (the default one) with a maximum of 16 players: |
+ | ```sh |
+ | set MAXPLAYERS=16 |
+ | set PORT=27015 |
+ | set GAME=cstrk10r |
+ | set MAP=cs_assault |
+ | |
+ | start hlds.exe -game %GAME% +maxplayers %MAXPLAYERS% +map %MAP% |
+ | ``` |
+ | |
+ | # Troubleshooting |
+ | |
+ | #### The models are frozen upon a death in CS Beta 6.x ! |
+ | This is a visual glitch that seem to happen during animations. Unfortunately no solution has been found yet. |