- Joined
- Jan 29, 2023
- RedCents
- 231¢
Hi all. I'm having an issue where my screen gets dark sometimes (perhaps when I camp other toons out? not sure). My "fix" is to go into options and nudge the gamma a little bit which brightens it right up.
I'm a bit of a noob on using /notify to manipulate controls, but through searching I found that I can affect the gamma slider using a command like this:
/notify OptionsDisplayPage ODP_GammaSlider newvalue 9
The above sets the gamma slider to 47%. A newvalue of 19 sets is to 100%.
What I'd like to do is to query the current gamma value from the slider so that I can make two hotbuttons, one to increment the gamma and one to decrement the gamma.
So my question is: How can I query the current value of ODP_GammaSlider. Thanks.
I'm a bit of a noob on using /notify to manipulate controls, but through searching I found that I can affect the gamma slider using a command like this:
/notify OptionsDisplayPage ODP_GammaSlider newvalue 9
The above sets the gamma slider to 47%. A newvalue of 19 sets is to 100%.
What I'd like to do is to query the current gamma value from the slider so that I can make two hotbuttons, one to increment the gamma and one to decrement the gamma.
So my question is: How can I query the current value of ODP_GammaSlider. Thanks.