CS-Fanatik
Doriti să reactionati la acest mesaj? Creati un cont în câteva clickuri sau conectati-vă pentru a continua.


Esti un fanatik Counter-Strike? Atunci esti in locul care trebuie...
 
AcasaPortalGalerieCăutareUltimele imaginiÎnregistrareConectare

 

 Tutorial instalare server CS 1.6 no Steam WINDOWS

In jos 
2 participan?i
AutorMesaj
Purdy
CS Fanatik
CS Fanatik



Numarul mesajelor : 4
Data de inscriere : 24/01/2008

Tutorial instalare server  CS 1.6 no Steam WINDOWS Empty
MesajSubiect: Tutorial instalare server CS 1.6 no Steam WINDOWS   Tutorial instalare server  CS 1.6 no Steam WINDOWS I_icon_minitimeSam Ian 26, 2008 1:19 pm

Cerintele minime:
- Windows XP , 1GHz processor si 256MB RAM
- conexiune la internet (100KB/s metropolitan si extern) prin fibra optica. Daca aveti internet prin modem sau prin Romtelecom eu zic nici sa nu incercati deoarece la maxim 10 jucatori va fii lag pe server.
- 1-2 GB Hard Disk spatiu
- destul de multa rabdare


Downloadam urmatoarele fisiere

pentru a fii mai usor salvam totul pe desktop
- HLDSUpdateTool ->
http://www.steampowered.com/download/hldsupdatetool.exe
-NoSteamPach -> http://cs.cstrike.ro/hldsw32.patch.3382.zip

-amx modx http://www.amxmodx.org/dl.php?file_id=435&mirror_id=1
- StatsMe -> http://prdownloads.sourceforge.net/statsme/statsme-2.8.3-cstrike.zip?download


Instalarea serverului

-creeam un folder unde vom instala serverul. De exemplu in C:/HLDS
- deschidem hldsupdatetool.exe si click Next,dupa aceea Agree si dupa aceea alegem folderul. Apasam Browse si selectam partitia C:/ dupa aceea dublu click pe folderul HLDS.Va aparea un mesaj "folder already exists" apasam Yes , apoi next si vom selecta locatia Europa Next si Finish.
- urmatorul pas vom intra in DOS. Pentru aceea , apasam butonul Start, apasam Run, scriem cmd si dam OK. Schimbam directorul folosind urmatoarea comanda: cd C:\HLDS.
- Downloadam fisierele de care avem nevoie pentru a instala servarul. Depinde de conexiunea la internet asta va dura cateva minute sau poate chiar ore. Scriem urmatoarea comanda in DOS:



hldsupdatetool.exe -command update -game valve -dir .



Aceasta comanda va pornii downloadarea HLDS ului. Cand downloadarea se va termina, va aparea urmatorul mesaj:



HLDS installation up to date



Instalarea Counter-Strike Mod

O sa folosim tot DOS ul prin scrierea urmatoarei linii:



hldsupdatetool.exe -command update -game cstrike -dir .



Cand downloadarea se va termina , va aparea urmatorul mesaj:



HLDS installation up to date



Pachuirea servarului pentru a accepta clienti NO STEAM.


Extragem
hldsw32-emporio.rar in C:/HLDS


Configurarea Serverului


Pentru a configura servarul trebuie sa editam server.cfg acesta se afla in folderul C:\HLDS\cstrike.Il vom deschide cu TextPad sau Wordpad.Stergem tot ce se afla acolo si vom scrie urmatoarele cvars-uri:



Code:

hostname "Numele Serverului"
mp_autokick 0
mp_autocrosshair 0
mp_autoteambalance 0
mp_buytime 2
mp_consistency 1
mp_c4timer 35
mp_fadetoblack 0
mp_falldamage 0
mp_flashlight 1
mp_forcecamera 3
mp_forcechasecam 2
mp_friendlyfire 1
mp_freezetime 3
mp_fraglimit 0
mp_hostagepenalty 0
mp_limitteams 6
mp_logfile 1
mp_logmessages 1
mp_logdetail 3
mp_maxrounds 0
mp_playerid 0
mp_roundtime 3
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
rcon_password PAROLA


la host name punem cum vrem sa se numeasca servarul. De ex. "Worm CS 1.6 Server". Ce scriem aici, le apare jucatorilor sus cand apasa TAB. Mai departe, la rcon_password trecem o parola cu care vom putea controla serverul de la distanta. In rest, nu schimbati nimic decat daca stiti exact despre ce e vorba.




Instalare si configurare AMX MODX:


Instalare AMX MODX


Dublu click pe .exe dupa care next -> bifati prima casuta dupa care next -> next -> install -> finish -> next -> bifati prima casuta dupa care next -> bifati select mod directory dupa care next -> la mod directory alegi directorul cstrike (ex:C:hlds\cstrike) si la custom game addons alegeti counter-strike dupa care dati OK -> finish.



Configurare AMX MODX




CODE:
// AMX Mod X Configuration File

echo Executing AMX Mod X Configuration File
// Default access for all non admin players (see users.ini for access details)
//
// Default value: "z"
amx_default_access "z"
// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
//
// Default value: 1
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 2
// Frequency in seconds and text of scrolling message
//
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
;amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname% -- This server is using AMX Mod X" "000255100"
// "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"
amx_imessage "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000255100"

// Frequency in seconds of colored messages
//
// Default value: 180
amx_freq_imessage 180
// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75
amx_flood_time 0.70
// Amount of slots to reserve.
//
// Default value: 0
amx_reservation 0
// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0
amx_hideslots 0
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
//
// Default value: 1
amx_time_voice 1
// Minimum delay in seconds between two voting sessions
//
// Default value: 10
amx_vote_delay 10
// How long voting session goes on
//
// Default value: 10
amx_vote_time 10
// Display who votes for what option, set to 0 to disable, 1 to enable.
//
// Default value: 1
amx_vote_answers 1
// Some ratios for voting success
// Default value: 0.40
amx_votekick_ratio 0.40
// Default value: 0.40
amx_voteban_ratio 0.40
// Default value: 0.40
amx_votemap_ratio 0.40
// Default value: 0.02
amx_vote_ratio 0.02
// Max. time to which map can be extended
//
// Default value: 90
amx_extendmap_max 90
// Step for each extending
//
// Default value: 15
amx_extendmap_step 15
// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1
amx_client_languages 1
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
//
// Default value: 1
amx_debug 1
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""
//
// Beginning of Counter-Strike package specific configurations.
//
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
//
// Default value: 1
csstats_rank 1
// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 3500
// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0
// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 12.0
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0


Modificati amx_password_field "_pw" cu amx_password_field "_parola servarului tau"

Modificati "amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600" cu "amx_scrollmsg "Welcome to numele_serverului_tau -- This server is using AMX Mod X" 600""
Modificati "amx_imessage "Welcome to %hostname%" "000255100"" cu "amx_imessage "Welcome to numele_serverului_tau" "000255100"




StatsMe



Extragem statsme-2.8.3-cstrike.zip in folderul C:\HLDS\cstrike . Ne ducem in folderul C:\HLDS\cstrike\addons\metamod si deschidem plugins.ini cu TextPad sau WordPad. Adaugam urmatoarea linie in fisier :win32 addons\statsme\dlls\statsme_mm.dll
Ne ducem in C:\HLDS\cstrike\addons\statsme si deschidem statsme.cfg cu TextPad sau WordPad. Modificam sm_menupassword r3wt cu o alta parola. Cand intram in joc trebuie sa scriem in consola statsme_menu password_from_statsme.cfg.cfg pentru a face ultimele modificari
.



/rank and /top10




Deschidem statsme.cfg si schimbam sm_storebyauth de la 1 la 0.


Secure server



Este foarte important a avea un server non secure din mai multe motive. Pentru a face asta, mergem in C:\HLDS\cstrike si deschidem liblist.gam cu TextPad sau WordPad.Modificam secure de la 1 la 0. Salvam si iesim.


Pornirea serverului - metoda #1

(Acesta este metoda simpla - consuma mai multe resurse)
Mergem la C:\HLDS. Dublu click pe hlds.exe si selectam urmatoarele optiuni:
- Game: CounterStrike
- Server Name: ex. Best CS 1.6 Server
- Map: anything
- Network: Internet
- Max. Players: cati vrei
- UDP Port: portul pe care serverul va rula (default: 27015)
- RCON Password: parola de administrare
- Secure (Valve Anti-Cheat): unchecked!


Pornirea serverului - metoda #2


(Metoda simpla, nu mananca resurse)
Mergem in C:\HLDS. Click dreapta pe hlds.exe si alegem "Create Shortcut" sau "Send to > Desktop". Click dreapta pe scurtatura creata si alegem proprietati. In Target vom vedea C:\HLDS\hlds.exe dupa dam punem spatiu, adaugam urmatoarea linie: -console -game cstrike +ip EXTERNAL_IP +sv_lan 1 +maxplayers PLAYERS_NUMBER +map de_dust2 -nomaster. Apasam Ok si dam dublu click pe scurtatura.


Ultima editare efectuata de catre in Mier Feb 13, 2008 8:39 pm, editata de 1 ori
Sus In jos
EseT
Moderator CS
Moderator CS



Numarul mesajelor : 3
Data de inscriere : 04/01/2008

Tutorial instalare server  CS 1.6 no Steam WINDOWS Empty
MesajSubiect: Re: Tutorial instalare server CS 1.6 no Steam WINDOWS   Tutorial instalare server  CS 1.6 no Steam WINDOWS I_icon_minitimeSam Ian 26, 2008 2:26 pm


- destul de multa rabdare


de acord.........
Sus In jos
 
Tutorial instalare server CS 1.6 no Steam WINDOWS
Sus 
Pagina 1 din 1
 Subiecte similare
-
» Tutorial instalare server CS 1.6 War III
» Tutorial instalare server CS 1.6 + Respawn
» Tutorial instalare boti pe server!!!
» Tutorial cumparare licenta CS Steam...
» Tutorial creare si instalare spraypaint in CS 1.6!!!

Permisiunile acestui forum:Nu puteti raspunde la subiectele acestui forum
CS-Fanatik :: Counter-Strike :: CS Stuff-
Mergi direct la: