home *** CD-ROM | disk | FTP | other *** search
/ Game Help / GameHelpVolume1_1994 / GAMEHELP.ISO / thrust / xwing / xwing3.adv
Encoding:
Text File  |  1994-05-29  |  2.8 KB  |  78 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM Xwing Fighter by LucasArts
  14.  
  15. REM Set BLACK and RED switches to DIGITAL.
  16.  
  17. REM ═══════════════════════════════════════════════════════
  18.  
  19. MDef XWING
  20.  
  21. REM ═══════════════════════════════════════════════════════
  22.  
  23.  @DigitalThrottle
  24.  
  25. REM ═══════════════════════════════════════════════════════
  26.  
  27. BTN UB /U /T /P NextTarget
  28.              /R StoreFirst
  29.           /T /P NextTarget
  30.              /R StoreSecond
  31.        /M /T /P NextTarget
  32.              /R StoreThird
  33.           /T /P NextTarget
  34.              /R StoreFourth
  35.        /D WingmanEngage
  36. BTN MB RollLeft
  37. BTN LB RollRight
  38. REM ═══════════════════════════════════════════════════════
  39. BTN HU LookUp
  40. BTN HR Right
  41. BTN HD RearView
  42. BTN HL Left
  43. BTN HM Forward
  44. REM ════════════════════════════════════════════════════════
  45. BTN 1 /U WeaponsToggle
  46.       /M Preset1
  47.       /D WingmanEvasive
  48. BTN 2 /U WeaponsConfig
  49.       /M Preset2
  50.       /D WingmanCoverMe
  51. BTN 3 /U CMDTargetMode
  52.       /M Preset3
  53.       /D WingmanAttack
  54. BTN 4 /U /T LasertoShields
  55.          /T ShieldstoLasers
  56.       /M Preset4
  57.       /D WingmanIgnore
  58. BTN 5 /U ShieldToggle
  59.       /M /T LaserRecharge
  60.          /T ShieldsRecharge
  61.       /D WingmanWait
  62. BTN 6 /U SelectStarfighter
  63.       /M Map
  64.       /D WingmanHome
  65. REM ═══════════════════════════════════════════════════════
  66. RKR UP /P SelectStarfighter
  67.        /R SelectStarfighter
  68. RKR DN /P NearestShip
  69.        /R SelectStarfighter
  70. REM ═══════════════════════════════════════════════════════
  71.  
  72. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  73. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  74. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  75. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  76. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  77. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  78.