|
linux install quicky
|
| Author |
Message |
cryotek
Forum admin
      
Posts: 1,208
Group: Administrators
Joined: Dec 2004
Status:
Offline
|
linux install quicky
Some people say update the guide, well there is not much to update.
This is the basics.
Keep in mind it is recommended that you do NOT do this as root. Please create a normal user.
First off, get the steam binary.
wget http://www.steampowered.com/download/hldsupdatetool.bin
then you need to make it an executable and then run it to extrct the steam binary by doing
chmod +x hldsupdatetool.bin && ./hldsupdatetool.bin
Upon hitting enter, 1 of 2 things will happen. 1 will be that you can't find uncompress
sh: uncompress: command not found
or you'll get the agreement. To fix the issue with uncompress, you can either install ncompress or you can try doing this
ln -s /usr/bin/gunzip /usr/bin/uncompress
then try doing
again.
once thats done you should now get the agreement.
when the agreement prints type in
yes
you should then see
Enter 'yes' to accept this agreement, 'no' to decline: yes
extracting steam.tar.Z...done
next i recommend creating a directory, i normally use srcds or srcds_l
mkdir srcds && mv steam srcds && cd srcds
what that did was create your srcds directory and move the steam binary into it. now its time to run the binary.
This is the part where you install the game itself.
This example is for counter-strike: source.
./steam -command update -game "counter-strike source" -dir .
Once you run that you should see something like
cryotek@pheonixfire$ ./steam -command update -game "counter-strike source" -dir .
Checking bootstrapper version ...
Updating Installation
No installation record found at .
Checking/Installing 'Counter-Strike Source Shared Content' version 38
It'll now down load the files for counter-strike source which is roughly about 800MB so might as well make a sandwich or something.
Thats it, the rest is up to you. all you have to do is configure it, and configure your router if you're doing this from a LAN.
By default there is no server.cfg you must create this yourself. cstrike planet has a cfgmaker you can find here: http://www.cstrike-planet.com/cfgmaker?cfg=srcds
Its very easy to use, just fill in the values and click generate, copy the results and paste them intp server.cfg using your favorite editor. make sure the file is server.cfg and nothing like server.cfg.txt and place it in cstrike/cfg folder.
Sorry for not mentioning this earlier.

starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
This post was last modified: 09-05-2006 06:35 PM by cryotek.
|
|
| 07-27-2005 03:37 AM |
|
 |
LeGionKeiN
Junior Member
 
Posts: 2
Group: Registered
Joined: Jan 2006
Status:
Offline
|
RE: linux install quicky
We'd be greatfully appreceate if there was a DoD:S Dedicated Server installation tutorial under linux. If needed I could translate it into russia and place it on my clan home-site, youre author rights would be reserved.
|
|
| 01-31-2006 07:55 AM |
|
 |
cryotek
Forum admin
      
Posts: 1,208
Group: Administrators
Joined: Dec 2004
Status:
Offline
|
RE: linux install quicky
I'm quite sure it'd be pretty much the same thing.

starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
|
|
| 02-01-2006 05:43 AM |
|
 |
digant
Junior Member
 
Posts: 1
Group: Registered
Joined: Mar 2006
Status:
Offline
|
RE: linux install quicky
The quicky is rather quick. Those are sadly the easy parts and some help is needed or referred to in how to actually configure the server. For instance, in the quick guide it says "create or edit the server.cfg file however you want." I'm pretty sure there is probably a preferred format.
|
|
| 03-24-2006 11:48 AM |
|
 |
goffer
Junior Member
 
Posts: 18
Group: Registered
Joined: Aug 2006
Status:
Offline
|
RE: RE: linux install quicky
We'd be greatfully appreceate if there was a DoD:S Dedicated Server installation tutorial under linux. If needed I could translate it into russia and place it on my clan home-site, youre author rights would be reserved.
./srcds -command update -game dods -dir .
|
|
| 08-12-2006 08:44 AM |
|
 |
toffie
Junior Member
 
Posts: 3
Group: Registered
Joined: Sep 2006
Status:
Offline
|
RE: linux install quicky
The quicky is rather quick.  Those are sadly the easy parts and some help is needed or referred to in how to actually configure the server.  For instance, in the quick guide it says "create or edit the server.cfg file however you want."     I'm pretty sure there is probably a preferred format. 
yeah.. I would like to have a default server.cfg if there is to find?
or maybe someone who could post their server.cfg??
// Chris
|
|
| 09-05-2006 06:31 PM |
|
 |
cryotek
Forum admin
      
Posts: 1,208
Group: Administrators
Joined: Dec 2004
Status:
Offline
|
RE: linux install quicky

starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
|
|
| 09-05-2006 06:32 PM |
|
 |
toffie
Junior Member
 
Posts: 3
Group: Registered
Joined: Sep 2006
Status:
Offline
|
RE: linux install quicky
http://www.cstrike-planet.com/cfgmaker?cfg=srcds
This will help you out, enjoy =]
thank you very much!
just read it in another thread, so I'm sorry about posting here..
but however, all info should be in a sticky 
great site though!
thank you all!
|
|
| 09-05-2006 06:48 PM |
|
 |
cryotek
Forum admin
      
Posts: 1,208
Group: Administrators
Joined: Dec 2004
Status:
Offline
|
RE: linux install quicky
Yeah, i edited my original post and added it. Keep coming back and things will get better and more organized!

starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
|
|
| 09-05-2006 06:48 PM |
|
 |
Kurdo
Junior Member
 
Posts: 25
Group: Registered
Joined: Oct 2006
Status:
Offline
|
RE: linux install quicky
PLeas tell me what ido wrong. i have indstalled the counter-strike source.
Her what i get when i am trying to run counter strike source:
css = the folder i have installed counterstrike source.
/css/srcds$ ./srcds_run -game Counter-Strike source -secure -autoupdate -port 27012 +maxplayers 24 +map de_dust2
Invalid game type 'Counter-Strike' sepecified.
Sun Oct 22 08:50:57 CEST 2006: Server Failed
Edit:
I used cstrike and it works for me. i read some where in other forums i must use counter-strike source.
This post was last modified: 10-22-2006 06:57 PM by Kurdo.
|
|
| 10-22-2006 06:53 PM |
|
 |
cryotek
Forum admin
      
Posts: 1,208
Group: Administrators
Joined: Dec 2004
Status:
Offline
|
RE: linux install quicky
-game "counter-strike source" only works with the steam binary when updating, you must use cstrike.

starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
|
|
| 10-23-2006 04:21 AM |
|
 |
UnTip
Junior Member
 
Posts: 2
Group: Registered
Joined: Feb 2007
Status:
Offline
|
Need Help
[root@zhkdld05 hlds]# ./steam -command update -game cstrike -dir .
Checking bootstrapper version ...
Failed to connect to any GeneralDirectoryServer
Please Help Me
|
|
| 02-20-2007 03:33 AM |
|
 |
UnTip
Junior Member
 
Posts: 2
Group: Registered
Joined: Feb 2007
Status:
Offline
|
RE: linux install quicky
[root@zhkdld05 srcds]# ./steam -command update -game "counter-strike source" -dir .
Checking bootstrapper version ...
Failed to connect to any GeneralDirectoryServer
The Smae Problem
|
|
| 02-20-2007 03:47 AM |
|
 |
d_adams1969
Junior Member
 
Posts: 6
Group: Registered
Joined: Feb 2007
Status:
Offline
|
RE: linux install quicky
I use a script for updating it once it's installed.
Create the file "updatehl2.sh" and make it executable.
Put this in it and modify it to your needs, ie; change it's location.
#!/bin/sh
echo "updating HL2 Server"
sleep 1
./steam -command update -game "hl2mp" -dir /home/yourusernamehere/hl2mp
Run from a terminal, let it finish, run it again to make sure it's really up to date. Done.
Untip, this might be what you're missing and the reason for the error you get. And WHY are you doing that as root? Read the 3rd line of the very first post.
This post was last modified: 02-21-2007 12:19 AM by d_adams1969.
|
|
| 02-21-2007 12:16 AM |
|
 |
thedcase
Junior Member
 
Posts: 4
Group: Registered
Joined: May 2007
Status:
Offline
|
RE: linux install quicky
I have never used linux and only installed it because windows would not install, how do you make something an executable. What is a dir and how do you make one. I have suse linux 9.1
|
|
| 10-01-2007 04:21 AM |
|
 |
|
|