Thursday, 17 July 2014

How to create a counter strike server (Windows)

Here you find that how you can create a counter strike (cs 1.6) server which is free and very easy and lag free. so follow the below steps to make a good counter strike server:

In order to install a Counter Strike 1. 6 dedicated server, you need :
a.Windows XP, processor 1000 ghz, memory 256 ram
b. Connexion to internet
c. 300 - 400 MB free space on disk



1) First of all download server creator from this "link" .

2) After installation open it and follow instruction written in it which download all useful server creating files approx folder size is 320mb



3) Now make a folder in C drive and named it "hlds" and paste all server files which you download in step "2" .

Now open the cstrike folder , that should look like this :
4) Now download swds.dll patcher from this "link"
5) Paste the swds.dll in your "hlds" folder which you made in C drive if you already had this file in hlds folder than replace it from that one :)
6) Next step is to configure te server.cfg in order to make your server work on the internet . Go to HLDS\cstrike folder and open server.cfg with Wordpad or Notepad. Deleeverithing and paste this:
// server name
hostname "Server Name"

// rcon passsword
rcon_password "password"

// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 10
sv_timeout 65

// bots
bot_quota 0
bot_quota_mode fill
bot_difficulty 2
bot_chatter off
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 1
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 2000
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 1
bot_allow_machine_guns

// round specific cvars
mp_freezetime 6
mp_roundtime 5
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5

// bandwidth rates/settings
sv_minrate 0
sv_maxrate 0
decalfrequency 10
sv_maxupdaterate 60
sv_minupdaterate 10

// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

// operation
sv_lan 0
sv_region 0

// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
7) save it and enjoy your personal counter strike server :)
8) If you want to make your server visible in internet list paste the following lines in your server.cfg file :
setmaster add 69.28.151.162
setmaster add 72.165.61.189
setmaster add 207.173.177.11
setmaster add 65.73.232.251:27040
setmaster add 65.73.232.253:27040
setmaster add 207.173.177.12:27010


No comments:

Post a Comment