latin625 Posted January 27, 2023 Share Posted January 27, 2023 ; 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 = "MOUSE3_XAXIS,JOY1_XAXIS" InputGunY = "MOUSE3_YAXIS,JOY1_YAXIS" InputTrigger = "KEY_A,JOY1_BUTTON1,MOUSE3_LEFT_BUTTON" InputOffscreen = "KEY_S,JOY1_BUTTON2,MOUSE3_RIGHT_BUTTON" InputAutoTrigger = 1 ; Set to 1 for automatic reload when off-screen InputGunLeft2 = "NONE" InputGunRight2 = "NONE" InputGunUp2 = "NONE" InputGunDown2 = "NONE" InputGunX2 = "MOUSE4_XAXIS,JOY2_XAXIS" InputGunY2 = "MOUSE4_YAXIS,JOY2_YAXIS" InputTrigger2 = "KEY_Z,JOY2_BUTTON1,MOUSE4_LEFT_BUTTON" InputOffscreen2 = "KEY_X,JOY2_BUTTON2,MOUSE4_RIGHT_BUTTON" InputAutoTrigger2 = 1 ; Set to 1 for automatic reload when off-screen Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.