How to get CSS beta to run

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.
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

Re: How to get CSS beta to run

Post by acco »

tried that command and does not work. unless im entering something wrong
User avatar
Edge100x
Founder
Founder
Posts: 12958
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to get CSS beta to run

Post by Edge100x »

That's ok, just use the one that works :)
acco
A semi-regular
A semi-regular
Posts: 22
Joined: Tue Feb 01, 2011 9:23 pm
Location: Los Angeles, CA

Re: How to get CSS beta to run

Post by acco »

How would i go about setting up a 2nd server? The server ip to the VDS is 64.94.101.232 and the server that is running is 64.94.101.234. How would i set up a 2nd server?
User avatar
Edge100x
Founder
Founder
Posts: 12958
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to get CSS beta to run

Post by Edge100x »

You could do this by copying the cssbeta folder to another one and adjusting your startup lines to use that, change your configuration files, and so on. For the command line for the second server, you'd need to use -port xxxxx, where xxxxx is some other number than 27015, such as 27016.
acco
A semi-regular
A semi-regular
Posts: 22
Joined: Tue Feb 01, 2011 9:23 pm
Location: Los Angeles, CA

Re: How to get CSS beta to run

Post by acco »

Hi I have just changed operating systems. I downgrade the VDS from Windows 2008 R2 to Windows 2003 x64


I was wondering if this same code would work to start up the servers as it did in windows 2008.

cd\Game installs
mkdir cssbeta
hldsupdatetool.exe -game cssbeta -command update -dir cssbeta
cd cssbeta\cssbeta
srcds.exe -game cstrike_beta -ip 74.201.57.111 -port 27015 -console +maxplayers 32 +map de_dust2
User avatar
Edge100x
Founder
Founder
Posts: 12958
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to get CSS beta to run

Post by Edge100x »

Yes, the same steps should work on both operating systems.
acco
A semi-regular
A semi-regular
Posts: 22
Joined: Tue Feb 01, 2011 9:23 pm
Location: Los Angeles, CA

Re: How to get CSS beta to run

Post by acco »

Thank you very much. It works.
acco
A semi-regular
A semi-regular
Posts: 22
Joined: Tue Feb 01, 2011 9:23 pm
Location: Los Angeles, CA

Re: How to get CSS beta to run

Post by acco »

We are only getting 500 fps now. We were getting 1000 on Windows 2008 R2. I was wondering if this is due to changing the operating system.
User avatar
Edge100x
Founder
Founder
Posts: 12958
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to get CSS beta to run

Post by Edge100x »

Yes, that's correct. Windows 2003 supports only up to 500fps.

For Source/Orangebox games, the total FPS doesn't make as big of a difference as with GoldSrc. As long as your achieved tickrate isn't dipping, the gameplay should be very similar between a Windows 500fps and 1000fps server.
acco
A semi-regular
A semi-regular
Posts: 22
Joined: Tue Feb 01, 2011 9:23 pm
Location: Los Angeles, CA

Re: How to get CSS beta to run

Post by acco »

I want to make this command work for cstrike not beta. What would i have to change in this command line and also do i add orange box somewhere??? it has to be orangebox.


cd\Game installs
mkdir cssbeta
hldsupdatetool.exe -game cssbeta -command update -dir cssbeta
cd cssbeta\cssbeta
srcds.exe -game cstrike_beta -console +maxplayers 32 +map de_dust2
User avatar
Edge100x
Founder
Founder
Posts: 12958
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to get CSS beta to run

Post by Edge100x »

Code: Select all

cd\Game installs
mkdir sourcebase
hldsupdatetool.exe -game "Counter-strike Source" -command update -dir sourcebase
cd sourcebase
srcds.exe -game cstrike -console +maxplayers 32 +map de_dust2
Post Reply