is it possible to create 2 binds like this ?
i want keypad 1 and 2 to do this
kp1 increases mat_monitor gamma value by 0.1
kp2 decreases the value 0.1
i want to use this on jump maps where some jumps are darker than others and i don´t like using mat_fullbright
can someone help ? thanks
is this possible ?
posted in
Q/A Help
is it possible to create 2 binds like this ?
i want keypad 1 and 2 to do this
kp1 increases mat_monitor gamma value by 0.1
kp2 decreases the value 0.1
i want to use this on jump maps where some jumps are darker than others and i don´t like using mat_fullbright
can someone help ? thanks
i want keypad 1 and 2 to do this
kp1 increases mat_monitor gamma value by 0.1
kp2 decreases the value 0.1
i want to use this on jump maps where some jumps are darker than others and i don´t like using mat_fullbright
can someone help ? thanks
you can do it using incrementvar iirc
alias "inc_vol" "incrementvar volume 0 1 .05"
alias "dec_vol" "incrementvar volume 0 1 -.05"
That's a snippet of script I used to make a volume script. I'm not sure how to make it go up by .1 at a time or if you can change gamma without it doing the weird freeze thing. It would be nice to have though since some jump/surf maps are obnoxiously dark.
EDIT
bind kp_end "incrementvar mat_monitorgamma 1.6 2.2 .1"
bind kp_downarrow "incrementvar mat_monitorgamma 1.6 2.2 -.1"
you can do it using incrementvar iirc
[code]alias "inc_vol" "incrementvar volume 0 1 .05"
alias "dec_vol" "incrementvar volume 0 1 -.05"[/code]
That's a snippet of script I used to make a volume script. I'm not sure how to make it go up by .1 at a time or if you can change gamma without it doing the weird freeze thing. It would be nice to have though since some jump/surf maps are obnoxiously dark.
EDIT
bind kp_end "incrementvar mat_monitorgamma 1.6 2.2 .1"
bind kp_downarrow "incrementvar mat_monitorgamma 1.6 2.2 -.1"
[code]alias "inc_vol" "incrementvar volume 0 1 .05"
alias "dec_vol" "incrementvar volume 0 1 -.05"[/code]
That's a snippet of script I used to make a volume script. I'm not sure how to make it go up by .1 at a time or if you can change gamma without it doing the weird freeze thing. It would be nice to have though since some jump/surf maps are obnoxiously dark.
EDIT
bind kp_end "incrementvar mat_monitorgamma 1.6 2.2 .1"
bind kp_downarrow "incrementvar mat_monitorgamma 1.6 2.2 -.1"
Dr_HeinzAlways play on what works best for you.
fixd
[quote=Dr_Heinz]Always play on what works best for you.[/quote]
fixd
fixd
Benroadsyou can do it using incrementvar iirc
alias "inc_vol" "incrementvar volume 0 1 .05" alias "dec_vol" "incrementvar volume 0 1 -.05"
That's a snippet of script I used to make a volume script. I'm not sure how to make it go up by .1 at a time or if you can change gamma without it doing the weird freeze thing. It would be nice to have though since some jump/surf maps are obnoxiously dark.
EDIT
bind kp_end "incrementvar mat_monitorgamma 1.6 2.2 .1"
bind kp_downarrow "incrementvar mat_monitorgamma 1.6 2.2 -.1"
thanks dude !
Dr_HeinzAlways play on highest brightness.
that makes absolutely no fucking sense
[quote=Benroads]you can do it using incrementvar iirc
[code]alias "inc_vol" "incrementvar volume 0 1 .05"
alias "dec_vol" "incrementvar volume 0 1 -.05"[/code]
That's a snippet of script I used to make a volume script. I'm not sure how to make it go up by .1 at a time or if you can change gamma without it doing the weird freeze thing. It would be nice to have though since some jump/surf maps are obnoxiously dark.
EDIT
bind kp_end "incrementvar mat_monitorgamma 1.6 2.2 .1"
bind kp_downarrow "incrementvar mat_monitorgamma 1.6 2.2 -.1"[/quote]
thanks dude !
[quote=Dr_Heinz]Always play on highest brightness.[/quote]
that makes absolutely no fucking sense
[code]alias "inc_vol" "incrementvar volume 0 1 .05"
alias "dec_vol" "incrementvar volume 0 1 -.05"[/code]
That's a snippet of script I used to make a volume script. I'm not sure how to make it go up by .1 at a time or if you can change gamma without it doing the weird freeze thing. It would be nice to have though since some jump/surf maps are obnoxiously dark.
EDIT
bind kp_end "incrementvar mat_monitorgamma 1.6 2.2 .1"
bind kp_downarrow "incrementvar mat_monitorgamma 1.6 2.2 -.1"[/quote]
thanks dude !
[quote=Dr_Heinz]Always play on highest brightness.[/quote]
that makes absolutely no fucking sense
Please
sign in through STEAM
to post a comment.