Thread Closed 
[Easy Tutorial / Linux Debian] CS 1.6 server
07-26-2011, 04:19 AM (This post was last modified: 07-26-2011 04:48 AM by elipsa.)
Post: #1
Rainbow  [Easy Tutorial / Linux Debian] CS 1.6 server
Embed this: (This will open your home directory)
Code:
cd /home/

there then put this (insert team there which are vital MegaDrive hlds server)
Code:
wget http://www.download.counterservers.cz/hlds/hlds_4883_fixed.tar.gz

then we put there (to us expand hlds_4883_fixed.tar.gz MegaDrive)
Code:
tar xfv hlds_4883_fixed.tar.gz

Embed this way there (we go to the directory home/016)
Code:
cd /home/016/

then there supneme (start.sh created file)
Code:
nano start.sh

then put this: (change your own IP that came via e-mail when registering max slots map to start the server when you switch on. If we will have press Ctrl + X and Y dame dame Enter)
Code:
#!/bin/sh
  cd "/home/016/"
  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.


  ./hlds_run -game cstrike -pingboost 2 +sv_lan 0 +ip VASA IP  +port  27016 +maxplayers 20 +map de_inferno +log on -master -noipx  -secure  -binary ./hlds_i686 &

then this dame (set right file start.sh)
Code:
chmod +x start.sh

so that (eventually the file to start)
Code:
./start.sh

If you want the server is turned on by clicking the Start button in the administration
so here's a little navod
Let's get this (we go to the init.d directory)
Code:
cd /etc/init.d

dame there this (open a file bootmisc.sh)
Code:
nano bootmisc.sh

we go completely to the end of the file and add this:
Code:
cd /home/016
./start.sh

Fully functional instructions described in which I also started by the server
If anything write here on forum
Guide is mine!
User Tools


Thread Closed 


Forum Jump:



User(s) browsing this thread:
1 Guest(s)