IT WORKS!!!!!!
Ok gotta setup and test.. awesome!
x52 and x52 pro saitek joysticks do not work in r5.
-
- Posts: 2013
- Joined: Fri Jun 27, 2003 7:00 am
- Location: Contact me regarding: CC, Slayer and AllegWiki.
-
- Posts: 2013
- Joined: Fri Jun 27, 2003 7:00 am
- Location: Contact me regarding: CC, Slayer and AllegWiki.
Hmm, that's odd - I was only testing this in control panel, but it's completely the opposite for me.Spunkmeyer wrote:QUOTE (Spunkmeyer @ Feb 5 2011, 08:17 PM) Had to modify line 44 as follows, otherwise the throttle was reversed:
PPJ_SetAxis(joyID, 2, (1.25*z-20)) ;
If things are swapped, you probabably need to replace the entire throttle section with this
Code: Select all
if (Z > 95)
{
PPJ_SetButton(joyID, 25,1)
PPJ_SetButton(joyID, 24,0)
PPJ_SetAxis(joyID, 2,100)
}
if (Z > 90) and (Z <= 95)
{
PPJ_SetButton(joyID, 25,0)
PPJ_SetButton(joyID, 24,0)
PPJ_SetAxis(joyID, 2, 100)
}
if (Z >= 10) and (Z <= 90)
{
;~ listvars
;~ pause
PPJ_SetButton(joyID, 24,0)
PPJ_SetButton(joyID, 25,0)
PPJ_SetAxis(joyID, 2, ((1.25)*(Z-10)));this maps Z:10> throt:100, Z:50 => throt:50, Z:90 => throt:0
}
if (Z >=5) and (Z < 10)
{
PPJ_SetButton(joyID, 24,0)
PPJ_SetButton(joyID, 25,0)
PPJ_SetAxis(joyID, 2, 0)
}
if (Z < 5)
{
PPJ_SetButton(joyID, 24,1)
PPJ_SetButton(joyID, 25,0)
PPJ_SetAxis(joyID, 2, 0)
}
-
- Posts: 2013
- Joined: Fri Jun 27, 2003 7:00 am
- Location: Contact me regarding: CC, Slayer and AllegWiki.
Control panel is fine, the reversal is only in Alleg. I didn't need to change anything else, just mapped the max/min keys to afterburner and back thrust. Works very nicely.. thanks!
Want bigger games? Log on to play at the official game time: 9pmET/8pmCT/7pmMT/6pmPT every day of the week. Also Saturdays 8pm UTC.
Thank you Wanderer and Spunkmeyer,
Finally have my X52 Pro up and running. A few issues, I think buttons 27-29 are allocated to the mode switches on the pro, 29 appears constantly read in the controlpanel and messes with your keymapping until you turn it off. Is there anyway to may the joystick settings more sensitive as it doesn't respond very fast? If not oh well maybe the next release will allow us to go back to the saitek software.
Thanks Again
Achtung
Finally have my X52 Pro up and running. A few issues, I think buttons 27-29 are allocated to the mode switches on the pro, 29 appears constantly read in the controlpanel and messes with your keymapping until you turn it off. Is there anyway to may the joystick settings more sensitive as it doesn't respond very fast? If not oh well maybe the next release will allow us to go back to the saitek software.
Thanks Again
Achtung
I wish I spoke German!