Build Your Own Arcade Controls Forum
Main => Main Forum => Topic started by: agabriel on November 29, 2008, 03:43:12 pm
-
Hello,
I'm having difficulty with Terminator 2 and my lightgun. The gun works well in windows and all right with other games (opwolf, area 51), but not with Terminator 2. The bullets always shoot to the upper left of the screen and and on-screen target only moves with the keyboard, but the bullets still only shoot to the upper right. Anyway, I'm starting to get a bit frusterated with it and I'm hoping someone can help me.
I'm running mameuifx32 0.128
with these options:
lightgun 1
mouse_device lightgun
offscreen_reload 1
Thanks,
Anthony
-
If Im not mistaken, Terminator 2 the arcade game used analog joysticks with a gun controller mounted to the top of them. In other words the game is not compatible with a light gun. I actually use my trackball with the game and it does a reasonably good job.
-
I'm using Smog's driver, so it works like a mouse in windows. Any chance I can get it to work like a mouse in the game?
Thanks,
Anthony
-
If i remember correctly you have to calibrate the crosshairs/lightgun in the T2 setup menu, or it could be something like you are moving the built in mame crosshair but not the in game crosshair.
-
The only other thing I can think of is that the game has to be calibrated for the guns. See if this will help
[url http://mamedev.org/devwiki/index.php/FAQ:Games#How_do_I_calibrate_the_guns_in_Terminator_2.3F_Can_I_use_a_light_gun.3F/url]
-
Codewhite is right, the official cabinet uses an analog controller not a light gun. However if someone said they used the trackball with the game then it will defiantly work with the lcd topgun.
-
Ok, cool. Does any one know how to specify the mouse in the config file for mameuifx32?
Thanks for the help, its appreciated -
Anthony
-
I use mame 32 but cant you just hit tab in game?
-
I can hit tab in game, but it doesn't seem intuitive to change the controller...
-
lol, well you only have to do it once, I mean is it that difficult to hit tab? Your wanting to modify an INI file for it, just hit tab its no more painful. the topgun is NOT a lightgun its a mouse so if you do want to do the ini file call it a mouse. You have to know which mouse # windows is calling your topgun.
-
Ya, I get that - I guess I can see where my response might seem flipant. What I mean is when I try to select a direction with gun I get a creative paragraph in the field and not the singular response I need...
-
What I mean is when I try to select a direction with gun I get a creative paragraph in the field and not the singular response I need...
Sounds like a lot of the threads around here. ;D
-
Ya, I get that - I guess I can see where my response might seem flipant. What I mean is when I try to select a direction with gun I get a creative paragraph in the field and not the singular response I need...
Well like I said, terminator 2 uses a controller shaped as a gun not a lightgun so if its functioning for all your other games then its probably just that it wants you to use joystick and not a mouse. I will try it for you on my arcade tommorow if I get time and see what my results are
-
Hello:
You must press F2. And then, calibrate your cursor.
After that you can play it with good accuracy with LCD TOP GUN
-Regards
-
I'm running mameuifx32 0.128
with these options:
lightgun 1
This should do it. However, other settings can make a difference.
Do you have -multimouse also enabled? It's needed if you want two lightguns or two trackballs or one lightgun + one trackball at the same time, but it's harder to set up when enabled even with only one lightgun.
Did you try remapping in mame? (start game, tab, input (this game)) Usually mame's defaults fine, unless -multiplemouse is enabled, or you remapped previously sometimes even if the remap was on other inputs for this game. If there was nothing special remapped, try deleting the file term2.cfg in the cfg mame folder.
Do you have -mouse enabled? Some guns/OS combos work better with mouse disabled, others with mouse enabled. Try and see if it makes a difference for your setup if nothing else works.
mouse_device lightgun
Doesn't do anything in mame, as this is a MESS specific option. (No arcade game used mice.) Think for xyz_device abc: arcade used xyz for inputs, so mame calls it xyz_device, and for this type of input device, I want to use my PC abc input. BTW, what you have doesn't hurt either, but thought you should know.
If you had lightgun 0, mouse 0, then you'd want adstick_device lightgun (but see second question above, about mouse enabled/disabled), since term2 uses an absolute analog mounted gun, much like an analog joystick. Mame calls this type of input device "AD Stick" in the input remap menu, thus the adstick_device name.