Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

counter-strike dedicated server with linux 1

Status
Not open for further replies.

dekcool

Programmer
Oct 2, 2002
231
PH
hi!

need an idea how to setup counter-strike server 1.3
in local network

what do i need?
i have already redhat linux server for internet and i want it also to be my cs dedicated server

any inputs will appreciate thanks in advance


____________________________________________________
Invest your time in learning, Not just practicing.

DEK
 
Setting up a good gameserver takes some practice with all the different modules involved. Most of the time its a pretty straight forward endeavor.

You need your basic files 1st,

Halflife:
ftp://ftp.planetmirror.com/pub/gameaholic/games/action/half-life/official/hlds_l_3110_full.bin

Counter-Strike mod:

Adminmod:

After getting those files, you want to type:
chmod +x hlds_l_3110_full.bin
then type..
./hlds_l_3110_full.bin
That should extract hlds_l_3110_full.tar.gz and you type
tar zxvf hlds_l_3110_full.tar.gz
That will create a hlds_l folder, Now you get couter-strike up by typing:
tar zxvf cs_15_full.tar.gz
That will create a cstrike folder, and you want to move it in your hlds_l folder with this command:
mv cstrike hlds_l
Now for Adminmod, type:
tar zxvf halflife-admin-2.50.52.tgz
Which creates a Adminmod dir, type:
cd Adminmod
Now lets install, type
./install_admin
And go through the prompts, after that your ready to go. Just edit your configuration files to your liking and voila.
 
I get the following error when I try.
chmod +x hlds_l_3110_full.bin
./hlds_l_3110_full.bin
bash: ./hlds_l_3110_full.bin: cannot execute binary file.

Any suggestions?

I'm running
Linux Mandrake release 7.1b
 
Yes I am aware of the compiling method you do with the directories but... I am running mandrake 9.1 and when I try to compile anything it tells me that there's no compilier and suggests there's something wrong with the $path or something. I know I have gcc, it says it's installed. Please help, I can't compile anything unless I know what's wrong.
 
My short tenure with Mandrake was for similar reasons, it may be a Linux package and capable of doing anything any other Linux box can do but from what I gather it's not cut out do do any "server work" I gather from the install and running of the OS it's more like a desktop distro.

Again...my 2 cents worth.

If you are going to setup a machine as a server, build it like one, cut off as much "fat" as you can and make it lean, Linux by default will install some stuff I've never used but I also never took the time to go and hunt down every package.

I prefer the RH flavor myself.

Which one of me are you talking to?
My very own LUG!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top