INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

HANDLE


PASSWORD
Remember Me
Forgot Password?

Come Join Us!

  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • Turn Off Ad Banners
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

E-mail*
Handle

Password
Verify P'word
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Member Feedback

"...I am very happy with the whole site and would like to extend my compliments to all of you who work to make it one of the most useful sites (If not THE Most Useful) ...and the easiest to navigate..."

Geography

Where in the world do Tek-Tips members come from?

 counter-strike dedicated server with linux

dekcool (Programmer)
15 Apr 03 5:06
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

Check Out Our Whitepaper Library. Click Here.
Helpful Member!w1nn3r (ISP)
15 Apr 03 13:11
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:
http://www.jetstreamgames.co.nz/files/pub/halflife/cstrike/cs_15_full.tar.gz

Adminmod:
http://easynews.dl.sourceforge.net/sourceforge/halflifeadmin/halflife-admin-2.50.52.tgz

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.
Hesperus (IS/IT--Management)
18 Apr 03 8:47
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
Helpful Member!w1nn3r (ISP)
20 Apr 03 1:22
http://ds2.minefields.net/hlds_l_3110_full.tar.gz

There's the file decompressed. Enjoy :)
HugeLinuxnewb (TechnicalUser)
21 Jul 03 22:10
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.
awreneau (TechnicalUser)
22 Jul 03 23:18
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!
http://www.lugot.org

Start A New Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Promoting, selling, recruiting and student posting
are not allowed in the forums.
Posting Policies

LINK TO THIS FORUM!
(Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum)
TITLE: Linux (server) Forum at Tek-Tips
URL: http://www.tek-tips.com/threadminder.cfm?pid=54
DESCRIPTION: Linux (server) technical support forum and mutual help system for computer professionals. Selling and recruiting forbidden.

 

Back To Forum