CSS need to know commands.

BravO)))

Supreme [H]ardness
Joined
Jun 16, 2008
Messages
6,636
Please post CSS commands that you feel are a need to know.

ignorerad
It is one of the best I have found. It takes all radio voices out of the game such as: fire in the hole, go go go, it's going to explode.
cl_showfps 1,2, or 3
shows a different configuration of you frame rates.
 
//Rates
rate 30000
cl_cmdrate 100
cl_interp 0
cl_lagcomp_errorcheck 1
cl_lagcompensation 1
cl_smooth 0
cl_smoothtime 0.1
cl_updaterate 100
cl_interp_ratio 0
setinfo cl_interpolate 0
 
net_graphpos 1,2,3 to move the position of netgraph to one you like best.
cl_crosshairscale

lambert -1.0001 ;)
 
Seeing as how CSS servers are only 66 tic now cl_cmdrate 67 and cl_updaterate 67. Most servers force these rates now
 
Please post CSS commands that you feel are a need to know.

ignorerad
It is one of the best I have found. It takes all radio voices out of the game such as: fire in the hole

Yes, and, unfortunately, it also takes out every other radio command as well, including sector clear, need backup, etc.

I wish we could just deactivate "fire in the hole" and nothing else.

edit: also:

cl_downloadfilter (none, all, nosounds)
i hate downloading different sounds and different skins. If you choose none, make sure you realize it wont download maps.
 
Seeing as how CSS servers are only 66 tic now cl_cmdrate 67 and cl_updaterate 67. Most servers force these rates now
There are 100 tick servers now. There are 2 mods that allow it. The one most people use sucks. There is a rare one out there that i used that actually worked and worked well.
Yes, and, unfortunately, it also takes out every other radio command as well, including sector clear, need backup, etc.

I wish we could just deactivate "fire in the hole" and nothing else.

edit: also:

cl_downloadfilter (none, all, nosounds)
i hate downloading different sounds and different skins. If you choose none, make sure you realize it wont download maps.
good to know it disables all radio commands. On a pub this would be fine. You can disable fire in the hole by recording a 4-5 second clip of nothing and overwriting it where the sound is. cl_download filter is in the options under multiplayer.

Keep them coming guys.
 
cl_crosshairscale 2300 (i use 2300 at 1920x1080)
cl_interp ".03"
cl_interpolate "0"
cl_lagcomp_errorcheck "0" // Disables lagcompensation error
cl_lagcompensation "1"
r_lod "3" (3 is best imo)
cl_crosshairusealpha "1"
cl_crosshairalpha "put # here"
violence_ablood "1"
violence_agibs "1"
violence_hblood "1"
violence_hgibs "1"
(these show bullets hitting people better)

I play every now and then in pubs and sometimes scrimming, will be doing so more once I head out to college. If anyone has any good pubs or wants to add me to play, I'm down just send me a PM.
 
Last edited:
Bring up your console and type:

bind mouse 1 "say BANG! BANG!"

code for a cool muzzle effect when you shoot.
 
If you want netgraph but don't want it to hog up screen space when you are playing, bind it to the scoreboard key (TAB) or whatever else you want.

The following is a script I found that I use in TF2 but it works just as well in CSS:
bind "tab" "+info"

alias "+info" "+showscores;neton"
alias "-info" "netoff;-showscores"
alias "neton" "net_graph 3;net_graphwidth 150;net_scale 5;net_graphpos 1;"
alias "netoff" "net_graph 0;net_graphwidth 0;net_scale 0;net_graphpos 0;"
 
//Rates
rate 30000
cl_cmdrate 100
cl_interp 0
cl_lagcomp_errorcheck 1
cl_lagcompensation 1
cl_smooth 0
cl_smoothtime 0.1
cl_updaterate 100
cl_interp_ratio 0
setinfo cl_interpolate 0

Please explain why the hell you would use rate 30000 rather than rate 25000
 
Thanks for the added input. Need to setup a script after running through all these.
 
Please explain why the hell you would use rate 30000 rather than rate 25000

why would you only use 25000?

as far as i know 30000 is the max you can set rate at. if the server isnt 30000 it will set itself to the servers max allowed rate.
 
Back
Top