Bart wrote:Lost World uses the mouse by default. Have you altered the configuration? Check Supermodel.ini and make sure that the lightgun axes are only mapped to the mouse, and not to any other inputs which may be fighting for control. They should be set as follows:
- Code: Select all
InputGunX = "MOUSE_XAXIS"
InputGunY = "MOUSE_YAXIS"
it's a weird one. i did have mouse and joystick for the gun lines but i just finished deleting everything except mouse and triggers and that cursor is still locked right in the middle and neither of the buttons fire. here are the lightgun lines from my ini if this helps at all:
; Light guns
InputGunLeft = "NONE" ; digital, move gun left
InputGunRight = "NONE" ; digital, move gun right
InputGunUp = "NONE" ; digital, move gun up
InputGunDown = "NONE" ; digital, move gun down
InputGunX = "MOUSE_XAXIS" ; analog, full X axis
InputGunY = "MOUSE_YAXIS" ; analog, full Y axis
InputTrigger = "KEY_N"
InputOffscreen = "KEY_B" ; point off-screen
InputAutoTrigger = 0 ; automatic reload when off-screen
InputGunLeft2 = "NONE"
InputGunRight2 = "NONE"
InputGunUp2 = "NONE"
InputGunDown2 = "NONE"
InputGunX2 = "NONE"
InputGunY2 = "NONE"
InputTrigger2 = "NONE"
InputOffscreen2 = "NONE"
InputAutoTrigger2 = 0