Cannot seem to get dual Gun4IR lightguns working

I've got the latest version of supermodel and I have inputmode set to rawinput. I've also rebound my lightgun bindings to use mouse3 and mouse4. I've confirmed my gun4ir guns are mouse 3 and 4 via the -input-config mode:
When I boot up lost world, both guns still control player 1's gun.
Secondly, the gun sensitivity is way off (accuracy of crosshair is good after calibration).
Third, my arrow keys are only moving the red crosshair and not the green, even though I bound them to move both players (see above)
Has anyone gotten 2x gun4ir guns working or does anyone know if I'm missing something else?
- Code: Select all
; Light guns (Lost World)
InputGunLeft = "KEY_LEFT" ; digital, move gun left
InputGunRight = "KEY_RIGHT" ; digital, move gun right
InputGunUp = "KEY_UP" ; digital, move gun up
InputGunDown = "KEY_DOWN" ; digital, move gun down
InputGunX = "MOUSE4_XAXIS,JOY1_XAXIS"
InputGunY = "MOUSE4_YAXIS,JOY1_YAXIS"
InputTrigger = "KEY_A,JOY1_BUTTON1,MOUSE3_LEFT_BUTTON"
InputOffscreen = "KEY_S,JOY1_BUTTON2,MOUSE3_RIGHT_BUTTON"
InputAutoTrigger = 1 ; automatic reload when off-screen
InputGunLeft2 = "KEY_LEFT" ; digital, move gun left
InputGunRight2 = "KEY_RIGHT" ; digital, move gun right
InputGunUp2 = "KEY_UP" ; digital, move gun up
InputGunDown2 = "KEY_DOWN"
InputGunX2 = "MOUSE3_XAXIS,JOY2_XAXIS"
InputGunY2 = "MOUSE3_YAXIS,JOY2_YAXIS"
InputTrigger2 = "KEY_A,JOY1_BUTTON1,MOUSE4_LEFT_BUTTON"
InputOffscreen2 = "KEY_S,JOY1_BUTTON2,MOUSE4_RIGHT_BUTTON"
InputAutoTrigger2 = 1
When I boot up lost world, both guns still control player 1's gun.
Secondly, the gun sensitivity is way off (accuracy of crosshair is good after calibration).
Third, my arrow keys are only moving the red crosshair and not the green, even though I bound them to move both players (see above)
Has anyone gotten 2x gun4ir guns working or does anyone know if I'm missing something else?