Commit 1b250c

2025-01-04 21:22:47 Ch0wW: -/-
goldsrc/counter-strike/beta (v1016).md ..
@@ 6,14 6,14 @@
2) Update your game to version 1.0.1.6 (the last version that is compatible with these beta builds of Counter-Strike)
3) Download the releases of Counter-Strike you desire below.
- Alternatively, you can download this package on [MEGA](#) that you can extract and play immediately. This archive contains already Half-Life 1 patched to this version, as well as containing all major builds of Counter-Strike (Beta 1.0, 2.1, 3.1, 4.1, 5.2, 6.1).
+ Alternatively, you can download this archive on [MEGA](#) which contains Half-Life 1 already patched to this version, as well as containing all major builds of Counter-Strike (Beta 1.0, 2.1, 3.1, 4.1, 5.2, 6.1).
- # Download
-
- There is a repository available on **GitHub**
# Versions of Counter-Strike's betas supported in HL 1.0.1.6
- | Version | Release Date | Windows? | Linux? | Download |
+
+ This table is adapted from the [CounterStrike Betas repository on Github](https://github.com/Ch0wW/counterstrike-betas/).
+
+ | Version | Release Date | Windows? | Hostable on Linux? | Download |
| -------- | ------- | ------- | -------- | -------- |
| Beta 6.2 | `March 26, 2000` | ❌ | ❌ | **MISSING** |
| Beta 6.1 | `March 24, 2000` | ✔ | ✔ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta61.zip) |
@@ 30,8 30,19 @@
| Beta 1.1 | `June 27, 1999` | ✔ | ❌ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta11.zip) |
| Beta 1.0 | `June 19, 1999` | ✔ | ❌ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta10.zip) |
- # Create a Server (Linux binaries only)
+ # Create a Server
+ ## Using Docker
You can create a server using Docker by using my [GitHub project](https://github.com/Ch0wW/docker-hlds-won2-1016).
- Be aware that you can only use Linux binaries in order to create a server. If no Linux binaries are provided, the only way is to use Windows to create a server.
+ ## Using Windows
+ If you desire hosting a server that no Linux binaries are provided, the only way is to use Windows to create a server.
+
+ ```sh
+ set MAXPLAYERS=16
+ set PORT=27015
+ set GAME=cstrk10
+ set MAP=cs_assault
+
+ start hlds.exe -game %GAME% +maxplayers %MAXPLAYERS% +map %MAP%
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9