Monday, September 13, 2010

Installing cs 1.6 Server

In order to install cs 1.6 server on your pc you need these things...Processor: 1Ghz
Ram: 256mb
windows: xp
Hard Disk: 1 Gb
you can download our ready made server from the following link

Download:

Extraxt the maps.exe in HLDS\cstrike\maps

when all files are extracted you can run your server by clicking on "Run it.bat" file. or you can also run the server from HLDS.exe , but its recommended to run from "run it.bat" file, because that takes little resources on your pc.

you can make some adjustments in your server like change your server name. to do this go to
your HLDS main folder then go to cstrike folder and open "server.cfg" file with your notepad.
1. Change the command hostname to whatever your likings, see below example, you need to change the green part of the commands to your likings...


// server name
hostname "
PrO WoW Gam|nG $eRv3r"

// rcon passsword
rcon_password "
Arsalan"

// 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 1
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 1
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

setmaster add 69.28.151.162
setmaster add 72.165.61.189
setmaster add 207.173.177.11
setmaster add 68.142.72.250
setmaster add hlmaster.jolt.co.uk
setmaster add 65.73.232.251:27040
setmaster add 65.73.232.253:27040
setmaster add 207.173.177.12:27010
setmaster add 207.173.177.11:27010



but i recommend you to have the settings which i compiled just change the host name in server.cfg


To change the rates values is a very good idea, it will boost the performanceof your server but don't put any wrong value in it.click here to calculate values that suite your server and then put them into server.cfg.
the server.cfg is located in hlds/cstrike/server.cfg as i show above..
you might also want to know how to add admins? click here

Remember to forward ports on your modem / router to your pc, otherwise you'll not get your server on internet servers list, to see how to forward ports click here.


you are done with a basic and working cs 1.6 server with amxmodx and with working stats and other configurations :) run and enjoy,

if you have any questions regarding this topic then post them down here, i'll be happy to help :)


Contact: pro_arsalan@yahoo.com

How to optimized your DSL-cable By PrO WoW

First, u need to goto Start, then run. Type in regedit in the box. Next, goto the folder HKEY_LOCAL_MACHINE\System\CurrentControlSet\VxD\MSTCP
Now, find the string DefaultRcvWindow . Now, edit the number to 64240 then restart your computer. There you go. High speed cable modem now with out dloading a program. Original value is 373360

how to add cs 1.6 plugin to your server



First of all download the plugin from net

like i have downloaded anti-camping

You will see there are 2 files in it

one is anti-camping.amxx and other anti-camping .sma


now let me tell you the file with extension .amxx is placed in folder
Go to HLDS\cstrike\addons\amxmodx\plugins

and the file with extension .sma is in folder

HLDS\cstrike\addons\amxmodx\scripting


Now last thing is you have to write the name of the plugin in plugin.ini
for this go to HLDS\cstrike\addons\amxmodx\config\plugin.ini

open it and write the name of the plugin with extension .amxx

like this

anti-camping.amxx

here is a video for you

Adding admins(in simple words)

To make admin of your self, The person who is hosting the server.....

Go to hlds/cstrike/addons/amxmodx/config/user.ini......open it an you will se

; Users configuration file
; File location: $moddir/addons/amxmodx/configs/users.ini

; Line starting with ; is a comment

; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)
; k - name or tag is case sensitive.  eg: if you set it so the name "Ham"
;     is protected and case sensitive (flags "k" only), then anybody
;     can use the names "haM", "HAM", "ham", etc, but not "Ham"

; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field

; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>

; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"loopback" "" "abcdefghijklmnopqrstu" "de"


edit the loopback line and place your static ip here.....

1.Go to My computer/My network places/view network connection and then click on status of your connection and then click on support

here you will see ip Address: 192.168.1.2 like mine is tihs


find your's and add in the loopback line


then your user.ini must look like this

; Line starting with ; is a comment

; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)
; k - name or tag is case sensitive.  eg: if you set it so the name "Ham"
;     is protected and case sensitive (flags "k" only), then anybody
;     can use the names "haM", "HAM", "ham", etc, but not "Ham"

; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field

; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>

; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"192.168.12" "" "abcdefghijklmnopqrstu" "de"


you are done now

Now for other persons you have to write their name in loopback line

for example you want to make an admin of nick Arsalan then you edit the loopback line like this...the reaming user.ini will remain same just have to edit the loopback line


"loopback" "" "abcdefghijklmnopqrstu" "de"

"Arsalan" "585" "abcdefghijklmnopqrstu" "a"

585 is the passwor for nick arsalan and he should write in console ( press ~) setinfo _pw 585 to access it