BaseQ WiQi
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Menu
Home
BaseQ
Patreon
Discord
Page Index
Installation-Guides
Counter-Strike
Cs-Betas (V1016)
Cs:Source (V34)
Early-Releases (Steam)
Pre-Steam (Won2)
Csgo
Legacy (2023)
Xash3D
Home
Beta (V1016)
c65abd
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