LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-12-2002, 04:14 PM   #1
Bill Hope
LQ Newbie
 
Registered: Aug 2002
Location: North East England
Posts: 2

Rep: Reputation: 0
Unhappy Installing a Half Life Dedicated Server


I have downloaded a half life dedicated server (hlds) file and a counter strike (cs) server file. The cs file ended in tar.gz and i was able to 'untar' it and that worked fine. The hlds file ended in 'bin'. I have tried to run it, untar it and gunzip it. None of it worked. Anyone any idea on how you install this type of file?
 
Old 08-12-2002, 05:05 PM   #2
tubby
LQ Newbie
 
Registered: Jun 2002
Location: NJ
Distribution: Redhat 7.2
Posts: 6

Rep: Reputation: 0
i think youdo chmod a+x filename to make it a tar.gz i dunno.. try that
 
Old 08-12-2002, 06:26 PM   #3
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
no this way you don't "make it a tar.gz" you are actually setting up executable bit on it, so try
chmod 755 filename.bin and run it either
./filename.bin
or
sh filename.bin
Sometimes .bin files are just shell scripts.
 
Old 08-13-2002, 01:24 PM   #4
Bill Hope
LQ Newbie
 
Registered: Aug 2002
Location: North East England
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks for the replys guys :-)

the chmod 755 and the ./hlds.bin worked great.

Bill
 
Old 08-13-2002, 01:45 PM   #5
p3n1x
LQ Newbie
 
Registered: Aug 2002
Distribution: FreeBSD
Posts: 24

Rep: Reputation: 15
onec u got it all uncompressed and its there u get to the dir and type ./hlds_run -game cs
./hlds_run -game dod
once it does that then type the map, like map dod_thunder, then it loads all its stufdf up
or whatever the name of the mod dir is. like i run a dod server on my mandrake system, but its kinda wack, because i can see it on a LAN game, and it even says won auth, like i authenticated with its master server, and has the addreses 198.74.32.53 and 2 others, definatly talkin to outside world..but when i try to join the game by my dsl address and not my priv addresss(behind router/firewall) but i think the reason i cant join by my public ip is because its klkinda goin back in on itself...anybody follow me or understand? and when it starts the game it always shows my loopback 127.0.0.1 and i can still see its 192.168.1.7 address?

Last edited by p3n1x; 08-13-2002 at 01:48 PM.
 
Old 11-06-2002, 09:17 PM   #6
Punker86
LQ Newbie
 
Registered: Nov 2002
Distribution: Mandrake 9.0
Posts: 5

Rep: Reputation: 0
im kinda confused guys im in the terminal right now and iv got the same .bin problem.now this chmod stuff where do i type it? do i do it in the terminal? someone gimme exact command plz. filename is hlds_1_3110_full.bin


Thanx help would be appreciated
 
Old 11-06-2002, 10:04 PM   #7
Punker86
LQ Newbie
 
Registered: Nov 2002
Distribution: Mandrake 9.0
Posts: 5

Rep: Reputation: 0
i figured it out guys dont bother answering
 
Old 12-28-2002, 09:28 AM   #8
Tronologic
LQ Newbie
 
Registered: Dec 2002
Location: Sault Ste Marie Ontario
Posts: 1

Rep: Reputation: 0
hey ive only worked with linux for 2 days yet i love it 20X better than windows XP
 
Old 02-23-2003, 10:42 PM   #9
madmictx
LQ Newbie
 
Registered: Feb 2003
Posts: 1

Rep: Reputation: 0
Angry

i am real new to linux and am having problems i downloaded the ds_l_3110_full.bin file and what do i need to do with it to be able to run it
 
Old 02-23-2003, 11:29 PM   #10
snocked
Member
 
Registered: Dec 2002
Location: St. Louis, MO
Distribution: Slackware 9.1
Posts: 482

Rep: Reputation: 30
You guys are trying to set up game servers and you don't even know how to deal with the .bin files? lol.
 
Old 03-08-2003, 11:09 PM   #11
Acidic
LQ Newbie
 
Registered: Mar 2003
Location: Ontario, Canada
Distribution: Mandrake 9.0
Posts: 2

Rep: Reputation: 0
Ok look, most of us are linux newbies just in it for the servers.
But in all the tutorials on installing this as a file only this was the one to do it as a .bin
 
Old 03-09-2003, 02:30 AM   #12
zagreb
LQ Newbie
 
Registered: Mar 2003
Posts: 14

Rep: Reputation: 0
Quote:
Originally posted by p3n1x
because i can see it on a LAN game
I can see it in my linux server, you have to set up the permission of dod files such : shell script file, config file, hlds_run file and etc to exec or write to others or group (right click on the file).Hope this help.
 
Old 09-24-2003, 10:50 PM   #13
LINUXMASTER8767
LQ Newbie
 
Registered: Sep 2003
Posts: 1

Rep: Reputation: 0
Talking EASIEST WAY

dude your all all you have to do is burn it to a cdrom and then log on as root and access cdrom right click click open with and click run in terminal it will bring up a licensce agreement and all you do is type yes and it copys to root directory as a tar.gz file run that and your set
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Half-life dedicated server ip issues FonduHell Linux - Games 0 11-20-2003 08:19 PM
need help with half life dedicated server chiatello Linux - Networking 1 07-31-2003 11:22 PM
HELP: Half-life Dedicated server ub3x Linux - Newbie 7 01-24-2003 04:57 AM
Trying to run a half-life dedicated server Trd79 Linux - Software 0 01-08-2003 07:37 AM
Half-Life Dedicated Server on Linux jeucken Linux - Networking 10 07-31-2002 06:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration