Upvote Upvoted 2 Downvote Downvoted
is this possible ?
posted in Q/A Help
1
#1
1 Frags +

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 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
2
#2
2 Frags +

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"
3
#3
-7 Frags +

Always play on highest brightness.

Always play on highest brightness.
4
#4
8 Frags +
Dr_HeinzAlways play on what works best for you.

fixd

[quote=Dr_Heinz]Always play on what works best for you.[/quote]
fixd
5
#5
3 Frags +
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
6
#6
6 Frags +
Dr_HeinzAlways play on highest brightness.

I'm doing this, and my screen is completely white. That's intended, right?

[quote=Dr_Heinz]Always play on highest brightness.[/quote]

I'm doing this, and my screen is completely white. That's intended, right?
Please sign in through STEAM to post a comment.