The user standardized on the "newer" layout (numpad aim cluster, arrows = throttle/pedals, Alt = reverse thrust). That layout lived only in bindings.txt (PadRIO, GLASS-profile boots); CONTROLS.MAP (btinput, DEV/pod boots) lacked the numpad cluster entirely and had NO reverse binding -- so the felt keymap flip-flopped with the boot flavor. Added to CONTROLS.MAP + the byte-identical compiled-in default profile (btinput.cpp sDefaultProfile): Alt -> button 0x3F (throttle-head REVERSE THRUST) NumPad8/2 -> JoystickY aim up/down NumPad4/6 -> JoystickX torso twist NumPad7/9 -> pedals (turn) NumPad5 -> AllStop Shift -> throttle up (alt) Parse-verified: [input] loaded 61 binding(s) from CONTROLS.MAP, no warnings. Both engines now carry the same layout, so DEV/pod boots (MP join bats) and GLASS boots (play_solo) feel identical. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
123 lines
6.0 KiB
Plaintext
123 lines
6.0 KiB
Plaintext
# ==========================================================================
|
|
# BT411 CONTROLS.MAP -- desktop input bindings (keyboard + XInput gamepad)
|
|
# ==========================================================================
|
|
# One binding per line, '#' starts a comment, keywords are case-insensitive.
|
|
# Loaded at game start; DELETE THIS FILE to restore these exact defaults
|
|
# (the same profile is compiled in). Alternate profile: CONTROLS_NUMPAD.MAP
|
|
# (copy it over this file to use it).
|
|
#
|
|
# key <name> button <addr> [toggle]
|
|
# key <name> axis <axis> deflect <n>
|
|
# key <name> axis <axis> rate <n-per-second>
|
|
# key <name> keypad pilot|external <0-15>
|
|
# key <name> pckey <char>
|
|
# key <name> action <name>
|
|
# pad <button> button <addr> | action <name> | pckey <char> | keypad ...
|
|
# padaxis <src> axis <axis> [invert] [deadzone <d>] [rate <n-per-second>]
|
|
#
|
|
# <addr> RIO button address 0x00-0x47 (hex or decimal):
|
|
# 0x00-0x0F aux lower right/left banks 0x10-0x1B secondary panel
|
|
# 0x20-0x37 aux upper center/left/right (presets + target hotbox)
|
|
# 0x3D Panic 0x3F throttle-head (REVERSE THRUST)
|
|
# 0x40 Main trigger 0x41-0x44 hat 0x45 Pinky 0x46 Middle 0x47 Upper
|
|
# <axis> Throttle | LeftPedal | RightPedal | Pedals (signed, + = right)
|
|
# | JoystickX (torso twist) | JoystickY
|
|
# <name> A-Z, D0-D9 (digit row), F1-F12, NumPad0-NumPad9, Up, Down, Left,
|
|
# Right, Space, Enter, Shift, Ctrl, Alt, PageUp, PageDown, Home,
|
|
# End, Insert, Delete, OemMinus, Oemplus, Oemcomma, OemPeriod,
|
|
# OemOpenBrackets, OemCloseBrackets, ...
|
|
# <button> A B X Y DPadUp DPadDown DPadLeft DPadRight Start Back
|
|
# LeftShoulder RightShoulder LeftThumb RightThumb
|
|
# LeftTrigger RightTrigger (as digital, >= 50% pressed)
|
|
# <src> LeftStickX LeftStickY RightStickX RightStickY
|
|
# LeftTrigger RightTrigger
|
|
# action ViewToggle LookBehind AllStop ModeCycle DisplayCycle Valve Flush
|
|
# ConfigHold Generator1-4 Reconnect Mfd1Cycle Mfd2Cycle Mfd3Cycle
|
|
# pckey sends an authentic 1995 PC-keyboard hotkey (the in-cockpit
|
|
# dispatcher): '+'/'-' = target zoom, 'w'..'o' = pilot select,
|
|
# 'a','b','c','d','f','g','s','v','x','z' = display presets, ...
|
|
#
|
|
# 'deflect' holds the axis there while the key is down and springs back on
|
|
# release; 'rate' walks the axis by <n> per second and the position sticks
|
|
# (the throttle lever). A key bound here is REMOVED from the legacy typed-
|
|
# hotkey channel (no double dispatch); unbound keys keep their authentic
|
|
# 1995 meaning (see pckey above).
|
|
#
|
|
# ---- 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; 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
|
|
key Down axis Throttle rate -0.7
|
|
key A axis LeftPedal deflect 1
|
|
key D axis RightPedal deflect 1
|
|
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.
|
|
key D1 button 0x40 # Main trigger (lasers group)
|
|
key Space button 0x40
|
|
key D2 button 0x46 # Middle thumb (PPCs group)
|
|
key D3 button 0x47 # Upper thumb (missiles group)
|
|
key Ctrl button 0x47
|
|
key D4 button 0x45 # Pinky (4th group)
|
|
key Alt button 0x3F # throttle-head = REVERSE THRUST
|
|
|
|
# --- numpad aim cluster (torso twist/aim -- mirrors bindings.txt so the
|
|
# --- glass (PadRIO) and desktop (btinput) boots feel identical) ---
|
|
key NumPad8 axis JoystickY deflect 1 # torso aim up
|
|
key NumPad2 axis JoystickY deflect -1 # torso aim down
|
|
key NumPad4 axis JoystickX deflect -1 # torso twist left
|
|
key NumPad6 axis JoystickX deflect 1 # torso twist right
|
|
key NumPad7 axis LeftPedal deflect 1 # turn left (alt)
|
|
key NumPad9 axis RightPedal deflect 1 # turn right (alt)
|
|
key NumPad5 action AllStop
|
|
key Shift axis Throttle rate 0.7 # throttle up (alt)
|
|
|
|
# Systems.
|
|
key G action ConfigHold # hold + fire keys = regroup the weapon
|
|
key C action Valve # coolant valve cycle
|
|
key H action Flush # coolant flush (HOLD -- dumps reservoir coolant)
|
|
key M action ModeCycle # Basic -> Standard -> Veteran controls
|
|
key N action DisplayCycle # secondary schematic: Damage -> Critical -> Heat
|
|
key J action Mfd1Cycle # lower-left MFD page: Quad -> Eng detail pages
|
|
key K action Mfd2Cycle # upper-center MFD page (engineering)
|
|
key L action Mfd3Cycle # lower-right MFD page
|
|
key V action ViewToggle # cockpit <-> chase camera (dev)
|
|
key B action LookBehind # HOLD = the pod's rear-view button
|
|
key F5 action Generator1
|
|
key F6 action Generator2
|
|
key F7 action Generator3
|
|
key F8 action Generator4
|
|
key F9 action Reconnect
|
|
|
|
# ---- Xbox controller -----------------------------------------------------
|
|
# 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
|
|
pad LeftTrigger button 0x47 # Upper (missiles)
|
|
pad RightShoulder button 0x46 # Middle (PPCs)
|
|
pad LeftShoulder button 0x45 # Pinky
|
|
pad DPadUp button 0x42 # hat up
|
|
pad DPadDown button 0x41 # hat back
|
|
pad DPadLeft button 0x44 # hat left
|
|
pad DPadRight button 0x43 # hat right
|
|
pad B action AllStop
|
|
pad Y action ViewToggle
|
|
pad X action LookBehind
|
|
pad Start action ModeCycle
|
|
pad RightThumb action DisplayCycle
|
|
pad Back action Valve
|