home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Games / eog_disc2.iso / encyclop / demos / apache / controls / thmaster / apache.b50 < prev    next >
Text File  |  1995-03-03  |  3KB  |  123 lines

  1. REM ╔═══════════════════════════════════════╗
  2. REM ║                                       ║
  3. REM ║ APACHE LONGBOW by Digital Integration ║
  4. REM ║                                       ║
  5. REM ╚═══════════════════════════════════════╝
  6. REM
  7. REM ╔═══════════════════════════════════════╗
  8. REM ║                                       ║
  9. REM ║ WCS Mark II base switch settings:-    ║
  10. REM ║                                       ║
  11. REM ║ Black hat switch = DIGITAL            ║
  12. REM ║ Red switch       = ANALOG             ║
  13. REM ║                                       ║
  14. REM ╚═══════════════════════════════════════╝
  15. REM
  16.     MDEF APACHE
  17. REM
  18.     RATE 100
  19. REM
  20.     USE WCS
  21. REM
  22. REM ╔═══════════════╗
  23. REM ║ FLCS SETTINGS ║
  24. REM ╚═══════════════╝
  25. REM
  26. REM FIRST TRIGGER CLICK
  27. REM
  28. REM BTN TG1
  29. REM
  30. REM SECOND TRIGGER CLICK
  31. REM
  32.     BTN TG2 FireWeapon
  33. REM
  34. REM S1 (INDEX FINGER)
  35. REM
  36.     BTN S1 LockUnlockTarget
  37. REM
  38. REM S2 (THUMB)
  39. REM
  40.     BTN S2 /U UnarmWeapon
  41.            /M ArmAndSelectWeapon
  42.            /D ArmAndSelectWeapon
  43. REM
  44. REM S3 (PINKY)
  45. REM
  46.     BTN S3 /H RotateExternalView
  47. REM
  48. REM S4 (PADDLE SWITCH)
  49. REM
  50.     BTN S4 ReleaseChaffAndFlare
  51. REM
  52. REM H1 (LARGE HAT AT TOP OF FLCS)
  53. REM
  54.     BTN H1U GunnerFrontView
  55.     BTN H1D PilotFrontView
  56.     BTN H1L LookLeft
  57.     BTN H1R LookRight
  58.     BTN H1M
  59. REM
  60. REM H2 (SMALL HAT BELOW BUTTON S2)
  61. REM
  62.     BTN H2U /U PauseResume
  63.             /M ApacheExternalView
  64.             /D ApacheExternalView
  65.     BTN H2D /U JoystickRecalibrate
  66.             /M TargetLockView
  67.             /D TargetLockView
  68.     BTN H2L WeaponView
  69.     BTN H2R WeaponTargetView
  70.     BTN H2M
  71. REM
  72. REM H3 (SECOND LARGER HAT BELOW H1)
  73. REM
  74.     BTN H3U /U SelectTimeCompression
  75.             /M NextWaypoint
  76.             /D NextWaypoint
  77.     BTN H3D /U CancelTimeCompression
  78.             /M PrevWaypoint
  79.             /D PrevWaypoint
  80.     BTN H3L /U ECMOnOff
  81.             /M TailRotorLeft
  82.             /D TailRotorLeft
  83.     BTN H3R /U AutoChaffFlareOnOff
  84.             /M TailRotorRight
  85.             /D TailRotorRight
  86.     BTN H3M
  87. REM
  88. REM H4 (HAT ON LEFT SIDE OF FLCS)
  89. REM
  90.     BTN H4U /U IHADSSContrastAdjust
  91.             /M RemoteView
  92.             /D RemoteView
  93.     BTN H4D SpectatorView
  94.     BTN H4L PNVSOnOff
  95.     BTN H4R TransmitReconData
  96.     BTN H4M
  97. REM
  98. REM ╔══════════════╗
  99. REM ║ WCS SETTINGS ║
  100. REM ╚══════════════╝
  101. REM
  102.     BTN T1 /U TADSRadarSelect
  103.            /M ReleaseChaffAndFlare
  104.            /D TacticalDisplayRange
  105.     BTN T2 /U HelmetView
  106.            /M HydraPodsDown
  107.            /D NextLeftMFD
  108.     BTN T3 /U TADSView
  109.            /M HydraPodsUp
  110.            /D NextRightMFD
  111.     BTN T4 /U RaiseMagnification
  112.            /M NextTarget
  113.            /D RadarMode
  114.     BTN T5 /U LowerMagnification
  115.            /M PrevTarget
  116.            /D RadarRange
  117.     BTN T6 /U Brakes
  118.            /M LockUnlockTarget
  119.            /D HoldResumeRadarUpdate
  120.     BTN T7 REM *** MODAL ***
  121.     BTN T8 REM *** MODAL ***
  122.  
  123.