Originally posted by FOGOLD
Hi
I just got a Cougar. Do these dowloadable profiles overwrite the settings within AH? Seems to me you can set the stick up pretty well within AH?
I had hoped to set the two rotary buttons as trim, but can't figure out how.
Also How do you enable the microstick as mouse (I know. Go to
Frugals Cougar World:p )
Nothing is overwritten in AH. Simply unzip the files into your FOXY/FILES directory. The profile I have used relies on the AH stick settings to be flat (all sliders to the top). I use the CURVE command in the Cougar profile to make different stick sensitivities around the middle of the axis for different modes. Dogfight, Normal and Land/Takoff.
Setting rotary buttons as trim is not too difficult. Similar to the map zoom method I used in my profile. Have a look at how I have done trims. I use S4. When S4 is held moving the stick or rudder pedals locks the analogue axis positions and ajusts trims. Returns to normal on release of S4. Whilst S4 is held it also alows HAT1 to go itno F8 PAN mode.
The microstick is set to mouse with
USE MICROSTICK AS MOUSE (11,3,1)
However, if you want to change the X for the Y axis and reverse the direction (seems to seel a lot more natural) you would use
USE MIX AS MOUSEY (11, 3, 1) - REVERSE_DIR
USE MIY AS MOUSEX (11, 3, 1) - REVERSE_DIR
However there is a bug in the software and it doesn't work.
If asked if it would be fixed in the software update I would have to reply "No Comment" ;-)
The way to do it for now is as follows.
[color=0080C0]MIX [/color]2 11 [color=008000]MSY([/color]10[color=008000]) MSY([/color]7[color=008000]) MSY([/color]4[color=008000]) MSY([/color]2[color=008000]) MSY([/color]1[color=008000]) MSY([/color]0[color=008000]) MSY([/color]-1[color=008000]) MSY([/color]-2[color=008000]) MSY([/color]-4[color=008000]) MSY([/color]-7[color=008000]) MSY([/color]-10[color=008000]) [/color]
[color=0080C0]MIY [/color]2 11 [color=008000]MSX([/color]10[color=008000]) MSX([/color]7[color=008000]) MSX([/color]4[color=008000]) MSX([/color]2[color=008000]) MSX([/color]1[color=008000]) MSX([/color]0[color=008000]) MSX([/color]-1[color=008000]) MSX([/color]-2[color=008000]) MSX([/color]-4[color=008000]) MSX([/color]-7[color=008000]) MSX([/color]-10[color=008000]) [/color]