Page 1 of 1

Struggling with Lost World and 2 Aimtraks

PostPosted: Fri Apr 17, 2020 8:37 pm
by scampa123
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

Re: Struggling with Lost World and 2 Aimtraks

PostPosted: Sat May 09, 2020 8:44 am
by Dante82
Yes I ran into this issue too. Make sure rawinput is enabled and you need to get your id's perfect if not you'll get this behavior. Also try not to unplug your Aimtraks or add any other Mice because the id's will shuffle and you'll have to start guessing your id's all over again.

An app that could help you is arcadeguns.com utility they make for aimtraks, it's free and it tells you the id number order of your Aimtraks in a little gui. If you go to their SuperModel 3 section under setting up Lost World Jurassic Park it explains it in detail. It's a lot quicker than guessing your id's, especially if they change again.

Re: Struggling with Lost World and 2 Aimtraks

PostPosted: Sat May 09, 2020 10:00 am
by scampa123
Thanks for the response. I do have the utility, actually it is the Ultimarc version but they only help with the raw input and setting the gun id, which is not what is put in the ini. I’m still trying to understand how to figure out those names. I think I have it working okay now, but it’s just luck and will likely get messed up again!

Re: Struggling with Lost World and 2 Aimtraks

PostPosted: Mon May 11, 2020 12:48 am
by Spindizzi
hi,
I don't own 2 aimtrack but I checked with 2 mouses by myself, it works normally with -input-system=rawinput
note : if multi mouses, don't use MOUSE_XAXIS (_YAXIS,_LEFT_BUTTON,_RIGHT_BUTTON) without number, other there are mixing controler inputs. MOUSE without number controls all the 2 players

my ini for 2 mouses

InputAnalogGunX = MOUSE1_XAXIS,JOY1_XAXIS
InputAnalogGunY = MOUSE1_YAXIS,JOY1_YAXIS
InputAnalogTriggerLeft = KEY_A,JOY1_BUTTON1,MOUSE1_LEFT_BUTTON
InputAnalogTriggerRight = KEY_S,JOY1_BUTTON2,MOUSE1_RIGHT_BUTTON

InputAnalogGunX2 = MOUSE2_XAXIS
InputAnalogGunY2 = MOUSE2_YAXIS
InputAnalogTriggerLeft2 = MOUSE2_LEFT_BUTTON
InputAnalogTriggerRight2 = MOUSE2_RIGHT_BUTTON

Re: Struggling with Lost World and 2 Aimtraks

PostPosted: Mon May 11, 2020 4:49 am
by scampa123
Thank you!!

Re: Struggling with Lost World and 2 Aimtraks

PostPosted: Thu Jul 29, 2021 6:18 pm
by dmania16116111
I am forever thankful for this! It was such a pain to get this to work haha. Glad we got some experts on here.