Introducere:
Ce avem nevoie pentru a face un server de Counter-Strike 1.6 pe Windows?
- un calculator cu Windows pe el
- o conexiune la internet (nu recomand Dial-Up)
- 1-2 GB spatiu pe disc
- rabdare multa
Descarcarea fisierelor
Trebuie sa downloadam urmatoarele:
-Counter-Strike 1.6 -
http://users.pcnet.ro/vio/catalin/cs16full_v6.exe -Patch No-Steam -
http://rapidshare.de/files/5889642/cs16pat...ll_V23B.exe.htm -AMX Mod X -
http://rapidshare.de/files/16338864/AMX_Mod_X.rar.html Instalarea serverului
Bine inteles mai intai trebuie instalat jocul (luam ca exemplu directorul CS1.6 ???‚?????€???‚¬????â€č¬?â€? unde am instalat jocu).
Instalam patch-ul no-steam tot in acelasi director.
Mai departe, dup ace am terminat de instala patch-ul dezarhivam plugin-ul AMX Mod X ori-unde si il instalam prima oara tot ori-unde si vom avea dupa asta un derector AMX Mod X in care intram si ii dai Install acuma ii dam sa se instaleze in D:CS1.6cstrike.
server.cfg
In directorul D:CS1.6cstrike avem un fisier server.cfg pe care il deschidem cu wordpad (click dreapta pe el, open with.. si alegem wordpad). Aici stergem TOT ce este scris si adaugam urmatoarele cvars-uri:
CODE
// Set the Host Name
hostname "<numele serverului>???‚?????€???‚¬?â€č?‚?
// Set the rcon password
rcon_password "<parola>
// Exec files on startup
exec banned.cfg
exec listip.cfg
// Server Logging
log on
mp_logdetail 0
mp_logmessages 1
// Server Variables
mp_timelimit 25
mp_autokick 0
mp_autoteambalance 1
mp_c4timer 45
mp_flashlight 1
mp_footsteps 1
mp_forcechasecam 1
mp_freezetime 0
mp_friendlyfire 0
mp_hostagepenalty 0
mp_limitteams 0
mp_roundtime 5
mp_tkpunish 1
sv_restartround 1
sv_maxspeed 320
sv_proxies 1
allow_spectators 5
mp_startmoney 2500
mp_chattime 0
sv_allowupload 1
sv_voiceenable 1
sv_alltalk 1
pausable
decalfrequency 60
mp_falldamage 1
// cheat and fun modes
sv_aim 0
sv_cheats 0
// Set Rates
sv_maxrate 8000
sv_minrate 4000
// Enable/Disable LAN mode
sv_lan 0
// Contact & Geo
sv_contact <adresa de mail>
sv_region 3
Configurare minima pentru AMX Mod X:
Mergem in directorul D:CS1.6 cstrikeaddonsamxmodxconfigsamxx.cfg. Aici avem cateva fisiere ce necesita atentia noastra. Incepem cu amxx cfg pe care il deschidem cu wordpad. Click dreapta pe el, open with.. wordpad.
Si facem urmatoarele modificari:
CODE
La:
// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname%???‚?????€???‚¬?â€č?‚? 600
Vom avea:
// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to Cs 1.6 Server???‚?????€???‚¬?â€č?‚? 600
La:
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is ruining with AMX Mod X???‚?????€???‚¬?â€č?‚? ???‚?????€???‚¬?â€č?‚?000100255???‚?????€???‚¬?â€č?‚?
Vom avea:
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to Cs 1.6 Server" "000255100"
amx_imessage "This server is created by Razvy" "000100255"
La:
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 1
Vom avea:
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 2
Cum adaugam/stergem admini
Pentru a adauga/sterge admini mergem in D:CS1.6cstrikeaddonsamxmodxconfigs si deschidem user.ini unde adaugam sub linia:
"loopack???‚?????€???‚¬?â€č?‚? ???‚?????€???‚¬?â€č?‚? ???‚?????€???‚¬?â€č?‚? ???‚?????€???‚¬?â€č?‚?abcdefghijklmnoprstu???‚?????€???‚¬?â€č?‚? ???‚?????€???‚¬?â€č?‚?de???‚?????€???‚¬?â€č?‚?
Adaugam:
???‚?????€???‚¬?â€č?‚?IP-ul celui caruia vrei sai dai admin???‚?????€???‚¬?â€č?‚? ???‚?????€???‚¬?â€č?‚? ???‚?????€???‚¬?â€č?‚? ???‚?????€???‚¬?â€č?‚?abcdefghijklmnoprstu???‚?????€???‚¬?â€č?‚? ???‚?????€???‚¬?â€č?‚?de???‚?????€???‚¬?â€č?‚?
Pornirea serverului
Mergem in directorul D:CS1.6. Aici dam click dreapta pe hlds.exe si selectam Send To > Desktop (cretae shortcut).
Pe Desktop ne va aparea o noua iconita (Shortcut to hlds), dam click dreapta pe ea si alegem Properties. In dreptul la Target: avem D:CS1.6hlds.exe. Dupa el adaugam urmatoarele
CODE
-console -game cstrike +ip IP.EXTERN +sv_lan 0 +maxplayers NUMARdeJUCATORI +map de_dust2 -nomaster
Deci la Target vom avea asa:
CODE
D:JocuriCounter-Strikehlds.exe -console -game cstrike +ip 86.120.141.222 +sv_lan 0 +maxplayers 22 +map de_dust2 -nomaster