diff --git a/content/CONTROLS.MAP b/content/CONTROLS.MAP index 1f8dd4e..31c847a 100644 --- a/content/CONTROLS.MAP +++ b/content/CONTROLS.MAP @@ -46,7 +46,8 @@ # ---- WASD CLASSIC (the shipped default) ---------------------------------- # Driving: W/S sweep the throttle lever (sticks, detent at zero); A/D are -# the turn pedals (spring back); Q/E twist the torso; X = all stop. +# the turn pedals (spring back); Q/E twist the torso; R/F aim the torso +# up/down (elevation); X = all stop (recenters twist AND pitch). key W axis Throttle rate 0.7 key S axis Throttle rate -0.7 key Up axis Throttle rate 0.7 @@ -57,6 +58,8 @@ key Left axis LeftPedal deflect 1 key Right axis RightPedal deflect 1 key Q axis JoystickX deflect -1 key E axis JoystickX deflect 1 +key R axis JoystickY deflect 1 +key F axis JoystickY deflect -1 key X action AllStop # Fire: the pod joystick's four buttons. @@ -83,6 +86,7 @@ key F9 action Reconnect # Left stick steers (the pedals), right stick twists the torso and pushes # the throttle lever; triggers fire. padaxis LeftStickX axis Pedals deadzone 0.24 +padaxis LeftStickY axis JoystickY deadzone 0.24 padaxis RightStickX axis JoystickX deadzone 0.24 padaxis RightStickY axis Throttle rate 0.75 deadzone 0.24 pad RightTrigger button 0x40 # Main diff --git a/content/CONTROLS_NUMPAD.MAP b/content/CONTROLS_NUMPAD.MAP index d57f513..852336a 100644 --- a/content/CONTROLS_NUMPAD.MAP +++ b/content/CONTROLS_NUMPAD.MAP @@ -21,6 +21,8 @@ key NumPad4 axis LeftPedal deflect 1 # turn left key NumPad6 axis RightPedal deflect 1 # turn right key NumPad7 axis JoystickX deflect -1 # torso twist left key NumPad9 axis JoystickX deflect 1 # torso twist right +key Home axis JoystickY deflect 1 # torso aim up +key End axis JoystickY deflect -1 # torso aim down key NumPad5 action AllStop key Shift axis Throttle rate 0.75 # throttle up (alt) key Ctrl axis Throttle rate -0.75 # throttle down (alt) @@ -82,6 +84,7 @@ key OemCloseBrackets button 0x30 # hotbox # ---- Xbox controller (same as the default profile) ---------------------- padaxis LeftStickX axis Pedals deadzone 0.24 +padaxis LeftStickY axis JoystickY deadzone 0.24 padaxis RightStickX axis JoystickX deadzone 0.24 padaxis RightStickY axis Throttle rate 0.75 deadzone 0.24 pad RightTrigger button 0x40 diff --git a/context/pod-hardware.md b/context/pod-hardware.md index a6ce28c..03c9dab 100644 --- a/context/pod-hardware.md +++ b/context/pod-hardware.md @@ -44,7 +44,10 @@ press = `buttonGroup[a].Update(a+1, modeMask)` (mask saved), release = `Update(- button |axis deflect|rate |keypad pilot|external <0-15>|pckey |action `; `pad