Wanted: Old Hard Drive

Started by suicidal_monkey, March 05, 2003, 12:40:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DarkAngel

lol  :twisted:  :evil:  :twisted:  :evil:  :twisted:  :evil:


Swiss

Hi all can some body help me out........
Does any body understand the cstrike bits you can change like....

cl_updaterate
cl_cmdrate
rate

I have broadband
And any other tip's that might be helpfull plz.

Swiss
:biggrin:

suicidal_monkey

POW
that one came out of left field :)
I forget exactly whats what, but I wrote myself a little script for rates a while back so I can change them by pressing just one key :) I read a little post on the bygames forums that recommended something like the following for cable connections:
cl_cmdrate 60
cl_updaterate 40
rate 25000

The script below works great most places except on WWCL servers where the "developer" command isnt allowed and you have to check the console for the echo message.

alias vlorates "cl_cmdrate 30; cl_updaterate 30; rate 7000; developer 1; echo VERY LOW rates set (30-30-7000); developer 0"

alias lorates "cl_cmdrate 40; cl_updaterate 30; rate 10000; developer 1; echo LOW rates set (40-30-10000); developer 0"

alias midrates "cl_cmdrate 60; cl_updaterate 40; rate 25000; developer 1; echo CABLE rates set (60-40-25000); developer 0"

alias hirates "cl_cmdrate 100; cl_updaterate 40; rate 25000; developer 1; echo LAN rates set (100-40-25000); developer 0"

alias toggle_rates trates1

alias trates1 "alias toggle_rates trates2; vlorates"

alias trates2 "alias toggle_rates trates3; lorates"

alias trates3 "alias toggle_rates trates4; midrates"

alias trates4 "alias toggle_rates trates1; hirates"

unbind KP_ENTER

bind KP_ENTER toggle_rates
[SIGPIC].[/SIGPIC]

Swiss

many thanks for help will give it a shot ta.

Swiss
:biggrin:

DonkeyCheeseGrater

"You know, somebody actually complimented me on my driving today. They left a little note on the windscreen, it said \'Parking Fine.\'"