how install CSS beta

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 install CSS beta

Post by acco »

was wondering how to install CSS Beta on Linux Ubuntu 10.10


Heres the command for 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


Just wondering what I would need for it to work on linux.
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: how install CSS beta

Post by kraze »

We have a good guide on this here;
http://www.nfoservers.com/forums/viewto ... =67&t=4545

You will need to manipulate it a little bit for the beta, but that should work.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
acco
A semi-regular
A semi-regular
Posts: 22
Joined: Tue Feb 01, 2011 9:23 pm
Location: Los Angeles, CA

Re: how install CSS beta

Post by acco »

Have been trying to manipulate can't get it to work lol
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: how install CSS beta

Post by Edge100x »

You just need to adjust this to use the Linux paths and names. I haven't tried it, but it would probably be something like:

Code: Select all

cd /usr/steam
mkdir cssbeta
./steam -game cssbeta -command update -dir cssbeta
cd cssbeta/cssbeta
./srcds_run -game cstrike_beta -ip 74.201.57.111 -port 27015 -console +maxplayers 32 +map de_dust2
I don't believe that the beta has different code/features than the regular game right now (October 13, 2011), since they just pushed out its changes to the mainline.
Post Reply