How to start a CS:S server

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
acco
A semi-regular
A semi-regular
Posts: 22
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Feb 01, 2011 9:23 pm
Location: Los Angeles, CA

How to start a CS:S server

Post by acco »

cd\Game installs
mkdir sourcebase
hldsupdatetool.exe -game "Counter-strike Source" -command update -dir sourcebase
cd sourcebase
srcds.exe -game cstrike -ip 66.150.214.237 -port 27015 -console +maxplayers 24 +map de_dust2


I use this command but I cannot get the game to start, Whats the exact command to use to get Counter Strike Source to start. Not Beta
User avatar
Edge100x
Founder
Founder
Posts: 12961
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to start a CS:S server

Post by Edge100x »

You need to use "cd sourcebase\orangebox" instead of "cd sourcebase".
acco
A semi-regular
A semi-regular
Posts: 22
Joined: Tue Feb 01, 2011 9:23 pm
Location: Los Angeles, CA

Re: How to start a CS:S server

Post by acco »

To make another css server what exactly do i need to change on the code so it points another directory.
User avatar
Edge100x
Founder
Founder
Posts: 12961
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to start a CS:S server

Post by Edge100x »

Change "sourcebase" everywhere to something else, like "server2".
Post Reply