home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 May / PCA0596.ISO / up_pa / su27 / _su27.exe / rar / SU27WCS2.ADV < prev    next >
Text File  |  1996-02-08  |  3KB  |  61 lines

  1. REM
  2. REM       Flanker 1.0 from MindScape - using ANALOG throttle control.
  3. REM
  4. REM ╔═══════════════════════════════════════════════════════════════════════╗
  5. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  6. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  7. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  8. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  9. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  10. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  11. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  12. REM ║ versions if you do not have them, check with any of the listed places ║
  13. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  14. REM ║ versions of the Command and Control Center software.                  ║
  15. REM ╚═══════════════════════════════════════════════════════════════════════╝
  16.  
  17. REM Set BLACK hat mode switch to DIGITAL, RED mode switch to ANALOG.
  18.  
  19. REM Select JOYSTICK as control from CONFIGS - SYSTEM SETUP.
  20.  
  21. REM ╔═════════════════════════════════════════════════════════════╗
  22. REM ║Game Settings: (Settings required for this game to use WCSII)║
  23. REM ╚═════════════════════════════════════════════════════════════╝
  24. REM ╔═════════════════════════════════════════════════════╗
  25. REM ║ Place Mdef files below this line (i.e. MDEF Newname)║
  26. REM ╚═════════════════════════════════════════════════════╝
  27.  
  28. MDEF SU27WCS2
  29. GAME 0 20
  30.  
  31. BTN UB  /P /N RSFT WeaponSel    /R /N WeaponSel
  32.  
  33. BTN MB  /N CannonToggle
  34.  
  35. BTN LB  /P /N RSFT WheelBrake   /R /N WheelBrake
  36. BTN HU  /P /N RSFT RadarUP      /R /N RadarUP
  37. BTN HL  /P /N RSFT RadarLT      /R /N RadarLT
  38. BTN HR  /P /N RSFT RadarRT      /R /N RadarRT
  39. BTN HD  /P /N RSFT RadarDN      /R /N RadarDN
  40.  
  41. REM BTN HM     Arretir
  42.  
  43. BTN 1   /P /N AirBrkOUT         /R /N AirBrkIN
  44. BTN 2   /P /N RSFT TargetSelect /R /N TargetSelect
  45. BTN 3   /P /N RSFT ToggleLock   /R /N ToggleLock
  46. BTN 4   /N MFDZoomOUT
  47. BTN 5   /N MFDZoomIN
  48. BTN 6   /N JettECM
  49.  
  50. RKR UP  /P HELMET
  51.         /R ZEMLYA
  52. RKR DN  /P NAV
  53.         /R ZEMLYA
  54.  
  55. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  56. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  57. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  58. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  59. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  60. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  61.