Skip to content

Instantly share code, notes, and snippets.

@Fire-
Created March 12, 2016 06:26
Show Gist options
  • Save Fire-/75dbb3359b014e0d0e0d to your computer and use it in GitHub Desktop.
Save Fire-/75dbb3359b014e0d0e0d to your computer and use it in GitHub Desktop.
wasteland kings multiplayer gamepad controls for https://twitter.com/YellowAfterlife/status/708397801110171650
[0]
name=Keyboard+mouse
left=A|Left
right=D|Right
up=W|Up
down=S|Down
shoot=mb1
ability=mb2
take=E
switch=Q|Space
restart=(Ctrl*R)
confirm=Enter
back=Escape
aimx=mouse_aim_x
aimy=mouse_aim_y
chat=T
[1]
name=Xbox 1
left=-gamepad1x
right=+gamepad1x
up=-gamepad1y
down=+gamepad1y
shoot=gamepad1b6|gamepad1b1
ability=gamepad1b8|gamepad1b2
take=gamepad1b3
switch=gamepad1b4|gamepad1b7|gamepad1b5
restart=gamepad1select
confirm=gamepad1b1|gamepad1start
back=gamepad1b2
aimx=gamepad1_axis_rx
aimy=gamepad1_axis_ry
chat=T
[2]
name=Xbox 2
left=-gamepad2x
right=+gamepad2x
up=-gamepad2y
down=+gamepad2y
shoot=gamepad2b6|gamepad2b1
ability=gamepad2b8|gamepad2b2
take=gamepad2b3
switch=gamepad2b4|gamepad2b7|gamepad2b5
restart=gamepad2select
confirm=gamepad2b1|gamepad2start
back=gamepad2b2
aimx=gamepad2_axis_rx
aimy=gamepad2_axis_ry
chat=T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment