Quote:
Originally Posted by Maxcer
i have my mousewheel set to throttle too but i wonder if we can set smaller increments instead of 1/4, a bit more fine tuning would be welcome. im sure there is a way, maybe someone knows.
|
hover over the throttle command in Options->Keybinds, the number in the command is the increment amount - just use
/bind Control+WheelPlus "throttleadjust .10" and
/bind Control+WheelMinus "throttleadjust -.10"
the number is a float (decimal) and 1=100%, divide the desired number of increments by 1, plug in number where .10 is or .25 by default. It won't show in Options though so you may want to /bind_save_file <filename.txt> to store a copy (you can edit it and use /bind_load_file).