Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. // Command File
  2. // Game: DCS Warthog
  3. // Date: 10/08/10
  4. // Written By: Ken King
  5. //
  6. //
  7. // HOTAS
  8. //
  9.  
  10. // Flight Rotation
  11. Yaw-Left a
  12. Yaw-Right d
  13.  
  14. // Flight Thrust
  15. Thrust-Left q
  16. Thrust-Right e
  17. Thrust-Up r
  18. Thrust-Down g
  19.  
  20. // Flight Throttle
  21. Increase-Throttle w
  22. Decrease-Throttle s
  23. Speed-0 x
  24.  
  25.  
  26. // Flight Misc
  27. Disable-Flight-Assist z
  28. Engine-Boost TAB
  29. Enable-Frame-Shift-Drive j
  30.  
  31. // Targeting
  32. Select-Target-Ahead t
  33. Cycle-Next-Ship g
  34. Cycle-Previous-Ship RALT g
  35. Select-Highest-Threat h
  36. Cycle-Next-Hostile-Ship LALT t
  37. Cycle-Previous-Hostile-Ship LALT g
  38. Cycle-Next-Subsystem y
  39.  
  40. // Weapons
  41. Fire-Primary 9
  42. Fire-Secondary 0
  43.  
  44. Cycle-Next-Fire-Group n
  45. Cycle-Previous-Fire-Group LALT n
  46. Deploy-Hard-Points u
  47.  
  48. // Cooling
  49. Silent-Running KBDEL
  50. Deploy-Heat-Sink v
  51.  
  52. // Misc
  53. Ship-Light l
  54. Increase-Sensor-Range KBPGUP
  55. Decrease-Sensor-Range KBPGDN
  56. Divert-Power-To-Engines KBUP
  57. Divert-Power-To-Weapons KBRIGHT
  58. Divert-Power-To-Systems KBLEFT
  59. Balance-Power-Distribution KBDOWN
  60. Cargo-Scoop KBHOME
  61. Jettison-All KBEND
  62. Landing-Gear KBINS
  63.  
  64. // Mode Switches
  65. Pause p
  66. Target-Panel 1
  67. Systems-Panel 4
  68. Sensors-Panel 3
  69. Quick-Comms 7
  70. Comms-Panel 2
  71.  
  72. // Interface Mode
  73. UI-Panel-Up w
  74. UI-Panel-Down s
  75. UI-Panel-Left a
  76. UI-Panel-Right d
  77. UI-Panel-Select SPC
  78. Next-Panel-Tab e
  79. Prev-Panel-Tab q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement