Jump to content
LaunchBox Community Forums

Sinden Guns x2 Lost World


latin625

Recommended Posts

; 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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...