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
Betas-Releases (Steam)
85ab10
Commit
85ab10
2025-01-05 03:03:31
Ch0wW
: -/-
goldsrc/counter-strike/betas-releases (steam).md
..
@@ 35,21 35,3 @@
As VALVe copyrights the name, any unofficial mod or game being named "Counter-Strike" is purposely censored by STEAM. Thankfully, it has no incidence
You'll have to modify your `liblist.gam` and rename the `game` token to `CS Beta 7.0` or `CS 1.3` for instance.
-
-
# Create a Server
-
-
## Using Linux
-
You can simply start it the same way as a regular server, just change the `-game` parameter to the version of Counter-Strike you want to run.
-
-
## 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 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=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