Blame

bb7307 Ch0wW 2025-01-08 14:45:08 1
# Counter-Strike (From Beta 6.5 to Release 1.5) (WON2)
2
ece37e Ch0wW 2025-01-13 18:10:52 3
[![](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://patreon.baseq.fr)
4
9a20c4 Ch0wW 2025-01-15 01:49:28 5
:::info
6
**Currently, we do not host any Counter-Strike beta server**. This post here is only for preservation purposes.
7
8
We are also using Half-Life version 1.1.1.0 as it is the latest version using WON before VALVe changes their interface for STEAM's. Some mods may have broken compatibility with this version, but overall they should all work just fine. Also, you can read their `liblist.gam` files to have an idea of what version of Half-Life 1 they were targeting.
9
:::
10
b3a147 Ch0wW 2025-01-15 01:47:33 11
# Requirements
12
- Having a retail CD-Key of Half-Life 1.
13
bb7307 Ch0wW 2025-01-08 14:45:08 14
# Installation
15
16
1) Install Half-Life 1 (Retail)
17
2) Update your game to version 1.1.1.0 (the last update before VALVe moved to their STEAM interface)
18
3) Download the releases of Counter-Strike you desire below inside the root folder of Half-Life.
19
4) If you did it right, you should see mods in the `Custom game` category within the Half-Life 1 menu.
20
21
![](./image-1736182134728.png)
22
23
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).
24
25
# Versions of Counter-Strike supported in HL 1.1.1.0
26
27
This table is adapted from the [CounterStrike Betas repository on Github](https://github.com/Ch0wW/counterstrike-betas/).
28
29
| Version | Release Date | Download Link |
30
| -------- | ------- | -------- |
31
| CS 1.5 | `June 12, 2002` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/cs15_retail.zip) |
32
| CS 1.4 | `April 24, 2002` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/cs14_retail.zip) |
33
| CS 1.3 | `September 12, 2001` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/cs13_retail.zip) |
34
| CS 1.1 | `April 6, 2001` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/cs11_retail.zip) |
35
| CS 1.0 | `November 8, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/ab6a359832dac535b4e4f25c7d15e724ea514cc1.zip) |
36
| Beta 7.1 | `September 13, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta71.zip) |
37
| Beta 7.0 | `August 26, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta70.zip) |
38
| Beta 6.6 | `June 22, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta66.zip) |
39
| Beta 6.5 | `June 8, 2000` | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/0ce5e4e8c1fdbc69fc1720dafa5a5e3ce1eef16d.zip) |
40
41
42
# Create a Server
43
44
## Using Docker
45
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.
46
47
## Using Windows
48
If you desire hosting a server on Windows, you can create a batch file inside the HL1 folder (see example below)
49
50
Batch example: Hosting a CS Version 1.0 server on cs_assault, using port 27015 (the default one) with a maximum of 16 players:
51
```sh
52
set MAXPLAYERS=16
53
set PORT=27015
54
set GAME=cstrk10r
55
set MAP=cs_assault
56
57
start hlds.exe -game %GAME% +maxplayers %MAXPLAYERS% +map %MAP%
58
```
59
60
# Troubleshooting
61
62
#### The models are frozen upon a death in CS Beta 6.x !
63
This is a visual glitch that seem to happen during animations. Unfortunately no solution has been found yet.