You are on page 1of 2

cd /usr mkdir hlds cd /usr/hlds Downloadarea fisierelor necesare instalarii wget http://download.fioriginal.ro/hldsupdatetool.bin wget http://download.fioriginal.ro/engines_4352_prot48.tar.gz wget http://download.fioriginal.ro/addons.

zip Instalarea propriu-zisa a serverului chmod +x hldsupdatetool.bin ./hldsupdatetool.bin ln -s /usr/bin/gunzip /usr/bin/uncompress ./steam -command update -game valve -dir . ./steam -command update -game cstrike -dir . unzip addons.zip Patch-uirea serverului pentru non-steam: rm -f engine_amd.so rm -f engine_i486.so rm -f engine_i686.so rm -f steamclient_linux.so tar -xzvf engines_4352_prot48.tar.gz Editam server.cfg: nano /usr/hlds/cstrike/ CU ////////// hostname <numele serverului> rcon_password <parola serverului> mp_autokick 0 mp_autocrosshair 0 mp_autoteambalance 1 mp_buytime 0.15 mp_consistency 1 mp_c4timer 35 mp_fadetoblack 0 mp_falldamage 0 mp_flashlight 1 mp_forcecamera 3 mp_forcechasecam 2 mp_friendlyfire 0 mp_freezetime 0 mp_fraglimit 0 mp_hostagepenalty 0 mp_limitteams 1 mp_logfile 1 mp_logmessages 1 mp_logdetail 3 mp_maxrounds 0 mp_playerid 0 mp_roundtime 2 mp_startmoney 800 mp_timelimit 35 mp_tkpunish 0 mp_winlimit 0 sv_aim 0 sv_airaccelerate 10

sv_airmove 1 sv_allowdownload 1 sv_clienttrace 1.0 sv_clipmode 0 sv_allowupload 1 sv_cheats 0 sv_gravity 800 sv_lan 1 sv_maxrate 7000 sv_maxspeed 320 sv_maxupdaterate 101 sys_ticrate 10000 decalfrequency 60 pausable 0 log on decalfrequency 60 edgefriction 2 host_framerate 0 exec listip.cfg exec banned.cfg exec dproto.cfg ////////////// Pornire: ./hlds_run -game cstrike +ip ip.extern +port 27015 +sv_lan 1 -nomaster +maxplaye rs 22 +map de_dust Comenzi necesare centos5.5 yum install glibc.i686 yum install curl yum install libstdc++

You might also like