ISP-Talk  

Go Back   ISP-Talk > Hosting > How to's

Reply
 
Thread Tools Display Modes
  #1  
Old 06-10-2008, 11:16
dave dave is offline
Administrator
 
Join Date: Sep 2008
Location: Nederland
Posts: 4
Default Install Guide: Counter-Strike 1.6

Installing Counter-Strike 1.6 (HLDS)

First, lets create a directory where we will run the hldsupdatetool, run the following command:
Code:
Quote:
mkdir hlds
Now we switch to the hlds we just created and download the hldsupdatetool.bin
Code:
If all goes well you should now have the hldsupdatetool.bin in the srcds directory. Now we change the permission of hldsupdatetool.bin so we can execute it and extract the contents from hldsupdatetool.bin
Code:
Quote:
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin
Note: after you run ./hldsupdatetool.bin you will get a prompt to agree with the terms and conditions, simply type yes and hit enter.

If all goes well, you should not have two files in the srcds directory, the hldsupdatetool.bin which we downloaded earlier, and a steam file the updatetool generated, this is the file we will use to install Counter-Strike: Source.

Quote:
Note: if you receive a 'uncompress: command not found' message it means your server does not have uncompress installed. You have two options to easily work around this, try the following while logged-in as root:
Code:
Quote:
ln -s /bin/gunzip /bin/uncompress
Then try to run ./hldsupdatetool.bin again. If that does not work, or you do not have root privileges you can download the binary file we have available:
Code:

Now that you have the steam binary file, Type the following command to begin installing CS 1.6
Code:
Quote:
chmod +x steam
./steam -command update -game cstrike -dir .
Note the period after -dir

By now, the Counter-Strike 1.6 install should have started:

HLDS Install has started
HLDS Install has started

Install times will vary anywhere between 15-30 minutes (~300MB) depending on your server connection speed and how congested the Steam network is. Once setup has finished it will display a "HLDS installation up to date" message. Now we are ready to start the server.

Counter-Strike command line options

Below is a list of options you can use when starting up the server.

-console
Initializes console mode

-autoupdate
Automatically update the server when Steam updates are released

-game
The HLDS mod you want to run

+maxplayers
Amount of players to allow

+map
The map to start the server with

-port
The port number the server should run on. Can be left out if you plan on using the default port (27015).

-ip
Useful if you have multiple IPs and want to assign a particular IP to the server.

There are a couple of ways to start the server; for simplicity we will start the server the easy way. We want the server to run in the background, so we issue the following command:
Code:
Quote:
./hlds_run -game cstrike -autoupdate +maxplayers 20 +map de_aztec > /dev/null 2>&1 &
If you are wondering what > /dev/null is; this will send no output, and the ending '&' will run the server in the background. This would be the most common way to start the server. Sometimes we like to see what is happening while the server is running, mostly for debugging purposes:
Code:
Quote:
./hlds_run -game cstrike -autoupdate +maxplayers 20 +map de_aztec > hlds.log 2>&1 &
The above will start the server, send all output (logging) to a file called hlds.log and run in the background. Everything the server generates will be sent to hlds.log, very useful if you want to see any errors that are happening while the server is running.

Quote:
Note: if you choose to send output to a file, remember to periodically delete the file, it can grow quite large on an active server. Keep in mind this should be used mostly for debugging and not for a production server.
Enjoy
Reply With Quote
  #2  
Old 07-12-2009, 20:15
Tonapymn Tonapymn is offline
Member
 
Join Date: Nov 2009
Location: Finland
Posts: 61
Send a message via ICQ to Tonapymn
Default Install Guide Counter Strike 1 6

Hack in MOH:AA or something but not Counter Strike It ruins the game....
__________________
Too lazy to set a custom title hedonism 3
Reply With Quote
  #3  
Old 07-12-2009, 22:35
Tonapymn Tonapymn is offline
Member
 
Join Date: Nov 2009
Location: Finland
Posts: 61
Send a message via ICQ to Tonapymn
Default Install Guide Counter Strike 1 6

I got banned from playing any Steam-based games online. Did not hack at all, not sure if it got to do something with a spray I downloaded.
__________________
Too lazy to set a custom title hedonism 3
Reply With Quote
  #4  
Old 21-01-2010, 17:54
Tonapymn Tonapymn is offline
Member
 
Join Date: Nov 2009
Location: Finland
Posts: 61
Send a message via ICQ to Tonapymn
Default Install Guide Counter Strike 1 6

I dont know where to buy fog lights, can i install some universal fog light?
is there any specific for relay for fog light?

I have airbeg, do i have to uninstal it to get to the switch ?

can i instal fog light on the fabric holes?

Thank you
I cant express displeasurethis
__________________
Too lazy to set a custom title hedonism 3
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 21:29.

Advertisements



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.