home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78b98.iso / Gry / Jointstr / JSF_demo.exe / data1.cab / Misc / Controls / TM_MKII.ADV < prev    next >
Text File  |  1998-03-10  |  5KB  |  109 lines

  1. REM ┌─────────────< Delete this section when you are done! >──────────────┐
  2. REM │                                                                     │
  3. REM │               WCS Mark II ADV Programming Template                  │
  4. REM │                                                                     │
  5. REM │      Please supply as much requested information as possible.       │
  6. REM │                                                                     │
  7. REM │ (Keep in mind though, that there is a 400 line limit to ADV files!) │
  8. REM │                                                                     │
  9. REM └────────────────────────────────> <──────────────────────────────────┘
  10. REM
  11. REM ╔═══════════════════════════════════════════════════════════════════════╗
  12. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  13. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  14. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  15. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  16. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  17. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  18. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  19. REM ║ versions if you do not have them, check with any of the listed places ║
  20. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  21. REM ║ versions of the Command and Control Center software.                  ║
  22. REM ╚═══════════════════════════════════════════════════════════════════════╝
  23. REM                          Joint Strike Fighter
  24. REM
  25. REM              Innerloop Technologies - Eidos Interactive
  26. REM
  27. REM ╔═══════════════════════════════════════════════════════════════════════╗
  28. REM ║Base Switch Settings                                                   ║
  29. REM ║Black Hat switch = Digital or Analog <= Choose one and erase the other ║
  30. REM ║Red Switch       = Digital or Analog <== Choose one and erase the other║
  31. REM ╚═══════════════════════════════════════════════════════════════════════╝
  32. REM ╔═════════════════════════════════════════════════════════════╗
  33. REM ║Game Settings: (Settings required for this game to use WCSII)║
  34. REM ╚═════════════════════════════════════════════════════════════╝
  35. REM
  36. REM ╔═════════════════════════════════════════════════════╗
  37. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  38. REM ╚═════════════════════════════════════════════════════╝
  39.  
  40. Mdef tm_mkii
  41.  
  42. REM ╔════════════════════════════════════════════════════════╗
  43. REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
  44. REM ║ want your ADV file to reference.  For example, if you  ║
  45. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  46. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  47. REM ╚════════════════════════════════════════════════════════╝
  48.  
  49. REM ╔════════════════════════════════════════════════════════════╗
  50. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  51. REM ╚════════════════════════════════════════════════════════════╝
  52.  
  53.  
  54. REM ╔════════════════════════╗
  55. REM ║(P)FCS Buttons Commands:║
  56. REM ╚════════════════════════╝
  57.  
  58. rem BTN UB
  59.  
  60. rem BTN MB
  61.  
  62. rem BTN LB
  63.  
  64. rem BTN HU
  65.  
  66. rem BTN HD
  67.  
  68. rem BTN HL
  69.  
  70. rem BTN HR
  71.  
  72. REM ╔════════════════════════╗
  73. REM ║WCS II Buttons Commands:║
  74. REM ╚════════════════════════╝
  75.  
  76. BTN 1 Chaff
  77.  
  78. BTN 2 Flares
  79.  
  80. BTN 3 HMDSLS
  81.  
  82. BTN 4 HMDNAV
  83.  
  84. BTN 5 RadarOnOff
  85.  
  86. BTN 6 Flaps
  87.  
  88. REM ╔════════════════════════╗
  89. REM ║WCS II Rocker Commands: ║
  90. REM ╚════════════════════════╝
  91.  
  92. rem RKR UP /P
  93. rem        /R
  94.  
  95. rem RKR DN /P
  96. rem        /R
  97.  
  98. REM ╔═══════════════════════════════════════════════════════════════════╗
  99. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  100. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  101. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  102. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  103. REM ║                                                                   ║
  104. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  105. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  106. REM ║ says "File not found then you have the old microcode version that ║
  107. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  108. REM ╚═══════════════════════════════════════════════════════════════════╝
  109.