View Full Version : Toggle r_shownormals HELP!
Geryn Havilhand
12th July 2002, 07:41
Hi, using the cvar hack and i was wondering how do you toggle a bind?
i did this before the patch but i lost my key binds now i cant remember how!
doh
anyways heres an example of what i mean
when i press mouse3 i want it to set r_shownormals to 1 and when i press it again i want it to set it to 0.
i tried to bind mouse3 +r_shownormals
im stuck and i cant remember how i did it before!!! so frustrating!
:chinese:
neverc1ever
12th July 2002, 08:54
I believe this should work.
bind mouse3 "vstr hacktoggle"
set hackon "r_shownormals 1"
set hackoff "r_shownormals 0"
set hacktoggle "vstr hackon"
Geryn Havilhand
13th July 2002, 02:35
damn i swaer there was an easier way.. cuz i did it all by myself last patch >:P:devious:
btw thank you:eek:
RastaMan
13th July 2002, 17:07
What does this cvar hack actually do???
Tr33neur
14th July 2002, 12:13
Originally posted by Geryn Havilhand
Hi, using the cvar hack and i was wondering how do you toggle a bind?
i did this before the patch but i lost my key binds now i cant remember how!
doh
anyways heres an example of what i mean
when i press mouse3 i want it to set r_shownormals to 1 and when i press it again i want it to set it to 0.
i tried to bind mouse3 +r_shownormals
im stuck and i cant remember how i did it before!!! so frustrating!
:chinese:
I know the problem you've done this bind mouse3 +r_shownormalsaight well i see a mistake in it look thes are mine binds for example
- bind f10 r_shownormals 1
- bind f12 r_shownormals 0
look then this is the command r_shownormals 1-0
what you must do (if ya want it on mouse3) do it like this
- bind mouse3 r_shownormals 1
- then you'll need a bind to shut it off look my example Good Luck:cool: :rambo:
theman
15th July 2002, 01:07
to toggle off and on............
____________________________________
set hack "vstr hackon"
set hackon "r_shownormals 1; set hack vstr hackoff"
set hackoff "r_shownormals 0; set hack vstr hackon"
bind mouse4 "vstr hack"
_____________________________________
set (mouse4) to what ever key you want to bind it to
injoy!!
^Raped`Monkey
29th July 2002, 06:43
yawn..
/bind n toggle r_shownormals
gg.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.