Could someone help me out on getting this configured correctly?
I have 2 Aimtraks, and I've tried numerous configurations of Mouse, Mouse1, Mouse2 etc
I can get both guns working, but apparently not independently....When 1 fires it's depleting both sets of bullets (player 1 and player 2) I'm fairly sure I've tried most combinations of Mouse definitions in the ini but cannot get it right...Some settings make player 2 have 2 crosshairs!!...I'm not sure what to try next!
Any help would be appreciated....thank you!!
Here is what I have:
; 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 = "MOUSE_XAXIS" ; analog, full X axis
InputGunY = "MOUSE_YAXIS" ; analog, full Y axis
InputTrigger = "MOUSE_LEFT_BUTTON"
InputOffscreen = "MOUSE_RIGHT_BUTTON" ; point off-screen
InputAutoTrigger = 1 ; automatic reload when off-screen
InputGunLeft2 = "NONE"
InputGunRight2 = "NONE"
InputGunUp2 = "NONE"
InputGunDown2 = "NONE"
;InputGunX2 = "JOY2_XAXIS"
;InputGunY2 = "JOY2_YAXIS"
InputGunX2 = "MOUSE2_XAXIS"
InputGunY2 = "MOUSE2_YAXIS"
InputTrigger2 = "MOUSE2_LEFT_BUTTON"
InputOffscreen2 = "MOUSE2_RIGHT_BUTTON"
InputAutoTrigger2 = 1