home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 April / dpcb0497.iso / Games / APACHE / DEMO.ZIP / CONTROLS / THMASTER / APACHE.ADV next >
Text File  |  1995-03-03  |  2KB  |  72 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.     @AnalogueThrottle
  19. REM
  20. REM ╔══════════════╗
  21. REM ║ FCS SETTINGS ║
  22. REM ╚══════════════╝
  23. REM
  24.     BTN TG FireWeapon
  25. REM
  26.     BTN UB /U PNVSOnOff
  27.            /M ArmAndSelectWeapon
  28.            /D UnarmWeapon
  29.     BTN MB /U ECMOnOff
  30.            /M SelectTimeCompression
  31.            /D CancelTimeCompression
  32.     BTN LB /U TransmitReconData
  33.            /M RotateExternalView
  34.            /D JoystickRecalibrate
  35. REM
  36.     BTN HU /U ApacheExternalView
  37.            /M GunnerFrontView
  38.            /D NextWaypoint
  39.     BTN HD /U RemoteView
  40.            /M PilotFrontView
  41.            /D PrevWaypoint
  42.     BTN HL /U WeaponView
  43.            /M LookLeft
  44.            /D TailRotorLeft
  45.     BTN HR /U WeaponTargetView
  46.            /M LookRight
  47.            /D TailRotorRight
  48. REM
  49. REM ╔══════════════╗
  50. REM ║ WCS SETTINGS ║
  51. REM ╚══════════════╝
  52. REM
  53.     BTN 1 /U TADSRadarSelect
  54.           /M ReleaseChaffAndFlare
  55.           /D TacticalDisplayRange
  56.     BTN 2 /U HelmetView
  57.           /M HydraPodsDown
  58.           /D NextLeftMFD
  59.     BTN 3 /U TADSView
  60.           /M HydraPodsUp
  61.           /D NextRightMFD
  62.     BTN 4 /U RaiseMagnification
  63.           /M NextTarget
  64.           /D RadarMode
  65.     BTN 5 /U LowerMagnification
  66.           /M PrevTarget
  67.           /D RadarRange
  68.     BTN 6 /U Brakes
  69.           /M LockUnlockTarget
  70.           /D HoldResumeRadarUpdate
  71.  
  72.