In the options menu, the gamma slider displays the actual gamma value and updates it when dragging the slider. I think it'd be useful to have this numerical value for the mouse sensitivity as well. For example, players who fine-tuned their mouse sensitivity to a very specific value may want to write it down and easily restore it, which is difficult to do if it doesn't show what value it is.
Turns out it's really easy to enable this, it just requires some jumps to re-routed.
Some notes:
Update numerical value as the gamma slider is being dragged:
004B18F2
text elements created here:
004AA469
where values are updated:
004B14F0
opt_smalltext_2 is for gamma
opt_smalltext_5 is for mouse sens
004B1403 where opt_smalltext_2 is shown
In the options menu, the gamma slider displays the actual gamma value and updates it when dragging the slider. I think it'd be useful to have this numerical value for the mouse sensitivity as well. For example, players who fine-tuned their mouse sensitivity to a very specific value may want to write it down and easily restore it, which is difficult to do if it doesn't show what value it is.
Turns out it's really easy to enable this, it just requires some jumps to re-routed.
Some notes: