PDA

View Full Version : Cant set mouse bottons and wheel


FenbeiduO
06-16-2012, 01:47 AM
I click the 'change' botton in the game ctrl interface and then press my mouse botton to set a mouse botton to take the previous key's place,BUT nothing happened,no response(press a keyboard key is ok):confused:

Kodoss
06-16-2012, 02:08 PM
After you pressed "change", go with your mouse pointer into the opened box, but not over the "set key"[where your set key will be written] or other boxes[cancel, delete,..], and then press the mouse button. This should work.

FenbeiduO
06-17-2012, 08:43 AM
still no response :(

Kodoss
06-17-2012, 11:37 AM
Strange.

The other solution is:

1. Set a key to the button you want.
2. If you use a profile, then save it. Otherwise press apply or all your changes are gone.
3. Go into your documents/1C../...CloD folder and open your safed [profile].ini or confUser.ini with the windows editor.
4. Search for the key entry and the fitting button description under the top description like:
[HotKey common]
.
.
r=reload
5. Exchange with MouseLeft/MouseMiddle/MouseRight like
MouseMiddle=reload
6. save your file and have fun.

Warning: that applys only for my 3-button 1-wheel mouse. If you have one of those gamer mouses with more than 3 button, then it might not work.

Btw do you deleted the set key before you pressed your mouse button?

FenbeiduO
06-18-2012, 03:37 PM
THX for your reply :) and I firmly believe that I do the same as everyone.CloD have a simple ctrl setting interface.
Its a really good idear to edit ini file via notebook,it works except the mouse wheel axis. This still a problem for me

FenbeiduO
06-19-2012, 11:37 AM
Kodoss,would you plz upload a conf.ini that already set the mouse wheel to throttle axis?

Kodoss
06-19-2012, 02:21 PM
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

FenbeiduO
06-20-2012, 03:12 PM
REALLY thanks,really.Now I know that you cant set mouse wheel to throttle too.I have try to edit ini like :mouse+axe_z=1throttle0 before but obviously it didnt work.
thanks Kodoss