Commit c65abd

2025-01-04 21:26:17 Ch0wW: -/-
goldsrc/counter-strike/beta (v1016).md ..
@@ 38,10 38,11 @@
## 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.
+ Batch example: Hosting a CS Beta 1.1 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=cstrk10
+ set GAME=cstrk11
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