Page 1 of 1

LA Machineguns Controls

PostPosted: Tue May 03, 2016 8:15 pm
by artman999999
I saw a post about this earlier, but it didn't generate a response. Anyone playing LA Machineguns with a mouse? My .ini appears to be correct, but I can't get any response from the mouse (or any other control, for that matter). What am I missing?

What is the controller tag that handles the guns for this game? When I run a -print-inputs command line, the analog guns show up with "none" making me think that's the problem, but "InputAnalogGunX" doesn't seem to have any effect.

Re: LA Machineguns Controls

PostPosted: Tue May 03, 2016 8:19 pm
by Bart
Code: Select all
InputAnalogGunLeft = "KEY_LEFT"
InputAnalogGunRight = "KEY_RIGHT"
InputAnalogGunUp = "KEY_UP"
InputAnalogGunDown = "KEY_DOWN"
InputAnalogGunX = "MOUSE_XAXIS,JOY1_XAXIS"
InputAnalogGunY = "MOUSE_YAXIS,JOY1_YAXIS"
InputAnalogTriggerLeft = "KEY_A,JOY1_BUTTON1,MOUSE_LEFT_BUTTON"
InputAnalogTriggerRight = "KEY_S,JOY1_BUTTON2,MOUSE_RIGHT_BUTTON"


Make sure to calibrate the gun in the game's test menu. In 'AIM SET', press the trigger and then move slowly across the screen from left to right and then top to bottom, in any order. It's not a true calibration per se. The game is simply trying to discover the minimum and maximum values along each axis. Presumably this is because in real life, the analog sensor mechanism doesn't respond consistently with clean values ranging from 0-255, as Supermodel always does. Once you get the min/max values along both axes to be 0 and 255, you can exit the calibration. The settings will be saved in NVRAM.

Re: LA Machineguns Controls

PostPosted: Wed May 04, 2016 11:59 am
by artman999999
Yes - these controls are not shown in the vanilla Supermodel.ini. Adding these lines AND setting up the aim in the test menu did the trick. THANKS!!

Re: LA Machineguns Controls

PostPosted: Wed May 04, 2016 1:44 pm
by terminento
Since we're already here, I might as well ask:
Is there a set of commands to add controls in the ini file for Sega Bass Fishing? Or maybe they haven't been implemented yet, as I guess it must be pretty hard to figure them out?

Re: LA Machineguns Controls

PostPosted: Wed May 04, 2016 8:10 pm
by Bart
Controls are not yet hooked up for Sega Bass Fishing.

Re: LA Machineguns Controls

PostPosted: Thu May 05, 2016 12:12 am
by terminento
I see. Thanks for the quick reply!

Re: LA Machineguns Controls

PostPosted: Sun Feb 20, 2022 11:45 am
by malaki1974
I know - very late. But helped me. Copied in the xml (replacing what was there for those few lines) and saved, then ran the Gun Aim. Boom. Playing the sequel to one of my other favorite games. Thank you!