Commit f8e7e1

2025-01-05 02:45:19 Ch0wW: -/-
goldsrc/counter-strike/betas-releases (won2).md ..
@@ 13,22 13,17 @@
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) |
- | Beta 6.0 | `March 10, 2000` | ✔ | ✔ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta60.zip) |
- | Beta 5.2 | `January 10, 2000` | ✔ | ✔ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta52.zip) |
- | Beta 5.0 | `December 23, 1999` | ✔ | ✔ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta50.zip) |
- | Beta 4.1 | `December 1, 1999` | ✔ | ❌ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta41.zip) |
- | Beta 4.0 | `November 5, 1999` | ✔ | ✔ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta40.zip) |
- | Beta 3.1 | `September 16, 1999` | ✔ | ✔ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta31.zip) |
- | Beta 3.0 | `September 14, 1999` | ✔ | ❌ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta30.zip) |
- | Beta 2.1 | `August 17, 1999` | ✔ | ❌ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta21.zip) |
- | Beta 2.0 | `August 13, 1999` | ✔ | ❌ | [**Download**](https://github.com/Ch0wW/counterstrike-betas/archive/refs/heads/csbeta20.zip) |
- | Beta 1.2 | `July 20, 1999` | ❌ | ❌ | **MISSING** |
- | 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) |
+ | Version | Release Date | Works on Windows? | Hostable on Linux? | 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
@@ 38,11 33,11 @@
## 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 Beta 1.1 server on cs_assault, using port 27015 (the default one) with a maximum of 16 players:
+ 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=cstrk11
+ set GAME=cstrk10r
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