|
|
| |
Counter-Strike Source Scripts & Aliases
Home > Counter-Strike Source Scripts &
Aliases
Counter-Strike Source is a powerful game and let face it if you donn't have the
hardware you'll find it will run very jerky and hard to keep up with others
when playing. There are a few tweaks you can do whether they are to improve
your connection speaad or just to help you play.
Here are some settings I find work well:
cl_updaterate
"100"
(A good upload data rate will help speed up the game) Most articles say between
50 - 101 for a cable internet connection. We also found the best value to use
is that which matches the server tickrate, i.e. 66 tickrat servers use 66.
cl_cmdrate "100"
(A good cmd rate again helps speed things up a little) Most articles say
between 30 - 101 for a cable internet connection. We also found the best value
to use is that which matches the server tickrate, i.e. 66 tickrat servers use
66.
fps_max "300.0"
(HL2 allows up to 300fps so why not set your max to 300 even if you never reach
it)
con_enable "1"
(enables your in game console)
cl_crosshairscale "1200"
(scales your crosshairs to a chosen screen resolution. I'm running 1024x768 but
find 1600x1200) res crosshairs look smaller & sharper for improved aim)
cl_crosshaircolor "1"
(I find red crosshairs work best on most backdrops)
cl_radartype "0"
(radar type 0 I find to be the best to use)
cl_showfps "2"
(shows your fps top-right, useful to see how your PC is performing on maps)
mp_decals "200"
(I use 200 for the decal value as I like to see bullit holes etc but if you
want the best performance set this to "0")
cl_smooth "0"
(I find it runs better with the client smooth disabled but you may find it's
better enabled "1")
rate 20000
(Sets the max bytes/sec the host can receive data (Download) this should be
increased to 20000 low rate settings below 10000 are seen to be illegal rates
(rate hacking).
cl_interpolate
Interpolate entities on the client. Changing this setting will give you
somewhat of a jumpy screen, so you may want to test this on "1" which
should be the default, then "0". (Recommendation - Leave it at the
default value unless you are having extreme hitbox issues.)
|

ALIASES / SCRIPTS
// NET SETTINGS TOGGLE
alias rateUP "rate75"
alias rateDOWN "rate25"
alias rate200 "cl_interp .10; rate 3000; cl_cmdrate
30; cl_updaterate 20; dev1; echo Counter-Strike Ping Setup: [-------#] 08 -
High Ping; alias rateDOWN rate175"
alias rate175 "cl_interp .10; rate 5000; cl_cmdrate
40; cl_updaterate 20; dev1; echo Counter-Strike Ping Setup: [------#-] 07 -
High Ping; alias rateUP rate200; alias rateDOWN rate150"
alias rate150 "cl_interp .10; rate 7500; cl_cmdrate
50; cl_updaterate 30; dev1; echo Counter-Strike Ping Setup: [-----#--] 06 -
High Ping; alias rateUP rate175; alias rateDOWN rate125"
alias rate125 "cl_interp .10; rate 9000; cl_cmdrate
60; cl_updaterate 30; dev1; echo Counter-Strike Ping Setup: [----#---] 05 -
Normal Ping; alias rateUP rate150; alias rateDOWN rate100"
alias rate100 "cl_interp .10; rate 10000; cl_cmdrate
70; cl_updaterate 35; dev1; echo Counter-Strike Ping Setup: [---#----] 04 -
Normal Ping; alias rateUP rate125; alias rateDOWN rate75"
alias rate75 "cl_interp .075; rate 15000; cl_cmdrate
80; cl_updaterate 30; dev1; echo Counter-Strike Ping Setup: [--#-----] 03 - Low
Ping; alias rateUP rate100; alias rateDOWN rate50"
alias rate50 "cl_interp .050; rate 20000; cl_cmdrate
90; cl_updaterate 40; dev1; echo Counter-Strike Ping Setup: [-#------] 02 - Low
Ping; alias rateUP rate75; alias rateDOWN rate25"
alias rate25 "cl_interp .025; rate 25000; cl_cmdrate
100; cl_updaterate 40; dev1; echo Counter-Strike Ping Setup: [#-------] 01 -
Low Ping; alias rateUP rate50"
bind <key>
"rateDOWN"
bind <key>
"rateUP"
// RADIO MESSAGES
alias +go "radio2; wait; menuselect 1" // Alias
for GoGoGo
alias -go "slot10"
alias +cov "radio1; wait; menuselect 1" //Alias
for Cover Me
alias -cov "slot10"
alias +rog "radio3; wait; menuselect 1" //
Alias for Roger-Affirmative
alias -rog "slot10"
alias +neg "radio3; wait; menuselect 8" //
Alias for Negative
alias -neg "slot10"
alias +ene "radio3; wait; menuselect 2" //
Alias for Enemy Spotted
alias -ene "slot10"
alias +sec "radio3; wait; menuselect 4" //
Alias for Sector Clear
alias -sec "slot10"
alias +tak "radio1; wait; menuselect 6" //
Alias for Taking Fire
alias -tak "slot10"
alias +sto "radio2; wait; menuselect 5" //
Alias for Storm the Front
alias -sto "slot10"
alias +hol "radio1; wait; menuselect 3" //
Alias for Hold this Position
alias -hol "slot10"
alias +fal "radio2; wait; menuselect 2" //
Alias for Fall Back
alias -fal "slot10"
bind <key>
"go"
bind <key>
"cov"
bind <key>
"rog"
bind <key>
"neg"
bind <key>
"ene"
bind <key>
"sec"
bind <key>
"tak"
bind <key>
"sto"
bind <key>
"hol"
bind <key>
"fal"
// WEAPON CYCLE
alias weapnext
"invnext;+attack;wait;-attack"
alias weapprev
"invprev;+attack;wait;-attack"
bind <key>
"weapnext"
// QUICK PISTOL
alias quickpistol "use weapon_deagle; use
weapon_usp; use weapon_glock; use weapon_p228; use weapon_elite; use
weapon_fiveseven"
bind <key>
"quickpistol"
// NETCODE SETTINGS
alias net33 "cl_cmdrate 33; cl_updaterate 33; alias
netchange net66; say_team 33 Rates"
alias net66 "cl_cmdrate 66; cl_updaterate 66; alias netchange net100;
say_team 66 Rates"
alias net100 "cl_cmdrate 100; cl_updaterate 100; alias netchange net33;
say_team 100 Rates"
alias netchange "net33"
bind <key> netchange
// VOICE COMMS VOLUME QUIETER
alias +talk "volume 0.5"
alias -talk "volume 1"
bind <key>
+talk
|
How to add (TM) to your name in CS:S
To add to your name in CSS use the following in your .cfg file
â¢=
eg: -|MOD|-S@NDM@N- would be:
-|MOD|-S@NDM@Nâ¢-
|
Custom Sounds
This weapon sound pack is a must have item & I recommend it, what it does
is replaces your current default CSS weapon sounds with more realistic sounds.
Just download the file & unzip to your "counter-strike
source\cstrike\sound\..."
Server Plug-Ins
Below are files for online CSS servers to allow admins to maintain & manage
their servers better. Here you will find anti-cheat systems & league/match
cfg's.
 |
zBlock
Anti-Rate & CVAR hack protection For Counter-Strike Source Servers.
Zblock will stop most hackers who use illegal CVAR commands or rates. |
zBlock Official site - (click here
for latest version)

Server CFG match files

Related Links
Weapon binds for CSS
Admin commands & Match settings for CSS

Previous Page
|
|