home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 1 / ClassicFond01.iso / simulato / tie-figh.zip / TIE2.ADV < prev    next >
Text File  |  1994-06-16  |  3KB  |  50 lines

  1. REM TIE Fighter by LucasArts
  2. REM Set BLACK and RED switches to DIGITAL.
  3. GAME 1 75              REM: Type 1 Digital Throttle - 75 ms pacing
  4. BTN UB /P CTL F1 /R CTL F2 REM IDENTIFY TARGETED OBJECT
  5. BTN MB /U /N r         REM: TARGETS NEAREST EMEMY FIGHTER
  6.        /M /N r         REM: (Same as above)
  7.        /D SPC       REM: Shifts MAP between 2-D & 3-D perspectives
  8. BTN LB /U /N .            REM: Cycles COCKPIT VIEW - FULL VIEW
  9.        /M /N .         REM: (Same as above)
  10.        /D ESC       REM: General ESCAPE (from Options Sxreens)
  11. BTN HL /U x         REM: CYCLES - SINGLE, DUAL, or QUAD WEAPONS (Tact-1)
  12.        /M x         REM: (Same as above)                        (Tact-2)
  13.        /D SHF LAROW    REM: Scroll Left thru Option Screens
  14. BTN HR /U /N s         REM: Shield Configuration (Tact-1)
  15.        /M /N s         REM: Shield Configuration (Tact-2)
  16.        /D SHF RAROW    REM: Scroll Right thru Option Screens
  17. BTN HU /U w            REM: CHANGE WEAPONS (Laser - Ion - Warhead) (Tact-1)
  18.        /M w            REM: Same as above                          (Tact-2)
  19.        /D KP8          REM: Scroll Up in Option Screens
  20. BTN HD /U '            REM: Recharge Shields                       (Tact-1)
  21.        /M '            REM: (Same as above)                        (Tact-2)
  22.        /D KP2          REM: Scroll Down in Option Screens
  23. BTN 1 /U z             REM: Toggles THREAT DISPLAY - Rkr Up        (Tact-1)
  24.       /M b             REM: Toggles THREAT DISPLAY - Rkr Mid       (Tact-2)
  25.       /D c             REM: Toggles CAMERA On/Off - Rkr Dn
  26. BTN 2 /U y             REM: CYCLES ALL TARGETS (backward)
  27.       /M y             REM: TRACTOR BEAM Toggle - (TIE Defender only)
  28.       /D /T SHF F5     REM: Store (cycle) 2 targets to F5, F6 respectively
  29.          /T SHF F6     REM (Same as above)
  30. BTN 3 /U t             REM: CYCLES ALL TARGETS (forward)
  31.       /M F8            REM: TRACTOR BEAM RECHARGE (TIE Defender only)
  32.       /D /T /P F5 /R F5 REM: RECALL cycle-STORED TARGETS F5, F6 respectively
  33.          /T /P F6 /R F6
  34. BTN 4 /U ALT 1         REM: Identify Targeted Object
  35.       /M F9            REM: ENERGY TO LASERS  - Rkr Md
  36.       /D m             REM: SELECT MAP
  37. BTN 5 /U BSP           REM: RESET SPEED 100% (Use after Match Speed)
  38.       /M F10           REM: ENERGY TO SHIELDS - Rkr Md
  39.       /D g             REM: GOALS SCREEN      - Rkr Dn             (Tact-3)
  40. BTN 6 /U SHF a         REM: ASSIGN TARGET to wingmam
  41.       /M SHF i         REM: Order to Wingman to IGNORE TARGET
  42.       /D l             REM: REVIEW RADIO MESSAGE LOG
  43. THR 33 2 = - = - ENT -
  44. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  45. rem MARK II WCS ONLY. IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  46. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  47. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  48. rem Dos prompt type DIR MK2LOAD.EXE and hit enter. If it says "File not found
  49. rem then you have the old chip.
  50.