I have spent all day trying to get the plunger in my newly built cab to work with Pinball FX3. It works in VPX and I also managed to make it work using x360ce but that caused a problem where I were unable to launch the ball many times. It was like the window lost focus. I guess weird things might be happening when the other buttons of the 360 controller is not emulated in any way...?
Anyway, this is what I am using:
Pinscape (KL25Z board)
Doflinx 6.84
Direct Output Framework 3
Pinball FX3 through Steam
Things I have gotten to work: NUDGE! Is working pretty good.
In debug mode and Joystick Test I can see the values changing, but changing the ini file does nothing...
This is my doflinx.ini
#########################
DEBUG=1
DIRECTOUTPUTCONFIG=c:\DirectOutput\config\directoutputconfig.ini
PROCESSES=Pinball FX3
# Set the joystick settings for nudge with Pinscape and FX3
JOY_PORT=1
JOY_X_OFFSET=32767
JOY_Y_OFFSET=32767
FX_LEFT_NUDGE_POINT=-2500
FX_RIGHT_NUDGE_POINT=2500
FX_FORWARD_NUDGE_POINT=2500
FX_LEFT_NUDGE_KEY=4C
FX_RIGHT_NUDGE_KEY=52
FX_FORWARD_NUDGE_KEY=20
FX_LEFT_NUDGE_INPUT=A2
FX_RIGHT_NUDGE_INPUT=A3
# Configure the analogue plunger, such a Pinscape Z axis, to work with FX3
PLUNGER_AXIS=Z
PLUNGER_JOYSTICK_NUMBER=1
PLUNGER_KEY=0D
PLUNGER_PULL_POINT=60000
PLUNGER_RELEASE_POINT=35000
####################
What strikes me as a but weird is that when pulling the plunger inside a table in FX3 will Doflinx prints "Key sent for PLUNGER" in the debug window. And nothing else. As opposed to pressing the launch button (and holding it) generates a "No trigger response for LAUNCHBALL were found"... I am not entirely sure these are related of course...
The joystick shows up in windows device manager and I can see it working there as well through the Z-axis test bar.
What am I missing?

Edited by anarkizt, 24 August 2019 - 09:00 PM.