I don't think that it's a good idea to set your mouse wheel for throttle, because you also use it for scaling your map.
Also i can't set it up in the ctrl interface.
In your normal conf.ini under [rts_mouse] is "SensitivityZ=1.0" mentioned. that should be the sensivity for the wheel axis. If that is true then you could try this:
1. Go into your ini-file for your buttons.
2. Scroll down (till the end of the file) and search for:
[HotKey pilotMove]
it should be empty when you don't have any joysticks.
Mine looks like this:
[HotKey pilotMove]
Joystick2+AXE_RZ=1rudder
Joystick1+AXE_RZ=-1throttle0
Joystick5+AXE_Z=-1trimrudder
Joystick4+AXE_Z=1pitch1
Joystick3+AXE_Z=1radiator0
Joystick1+AXE_Z=-1throttle1
Joystick5+AXE_Y=1trimelevator
Joystick4+AXE_Y=1pitch0
Joystick3+AXE_Y=1oilradiator1
Joystick2+AXE_Y=1brakesrt
Joystick+AXE_Y=1elevator
Joystick5+AXE_X=1trimaileron
Joystick4+AXE_X=1radiator1
Joystick3+AXE_X=1oilradiator0
Joystick2+AXE_X=1brakeslt
Joystick+AXE_X=1aileron
Just for note:
Joystick=Warthog stick; Joystick1=Warthog throttle; Joystick2=Saitek rudder pedal; Joystick3=Saitek throttle quadrant #1; Joystick4=Saitek throttle quadrant #2;
Joystick5=self built trimmwheel quadrant (see sig. or avatar)
The fat marked one is Throttle1 (#1 engine)
You could try to write there Mouse+AXE_Z=1throttle0 but I garantee for nothing...
The 1 before throttle0 should mean if it is inverted[-1] or not[1].
On top of that you can set up dead zones, linear movement and so on under:
[Config pilotMove]
aileron=1 0.01 0.02
elevator=1 0.01 0.02
rudder=1 0.02 0
.
.
.
compressor=0 0
carbheater=0 0
throttle0=0 1 0.02 0 0.0212765957446809
throttle1=0 1 0.02 0 0.023049645390071
throttle2=0 0 0 0 0
This you can find on top of the file, but please don't ask me which was which
|