home *** CD-ROM | disk | FTP | other *** search
/ Game Help / GameHelpVolume1_1994 / GAMEHELP.ISO / thrust / strikecm / sc.adv next >
Encoding:
Text File  |  1994-04-10  |  2.7 KB  |  52 lines

  1. REM               Strike Commander (All Versions), Origin Systems
  2. REM
  3. REM            Written and Tested by Dan "Stormrider" O'Connor - 4/94
  4. REM
  5. REM  Base Switch Settings
  6. REM  Black Hat switch = Analog (View Panning in Game)
  7. REM  Red Switch       = Digital
  8. REM
  9. REM  Game Settings: Select "ThrustMaster" for BOTH Joystick and Panning Control
  10. REM                 in the Option|Gameplay dialog. This allows the HAT to be 
  11. REM                 used in analog mode for panning around the cockpit.
  12. REM
  13. GAME 2 40                          REM  Digital Throttle (Type 2) / 40ms Delay
  14. BTN UB /U /N w                     REM  A-A: Weapon Select
  15.        /M /N d                     REM  NAV: Damage/Fuel MFD
  16.        /D /N w                     REM  A-G: Weapon Select
  17. BTN MB /U /N t                     REM  A-A: Target Select
  18.        /M /N n                     REM  NAV: Nav Map
  19.        /D /N t                     REM  A-G: Target Select
  20. BTN LB /N F1                       REM  View Forward/Zoom HUD
  21. BTN 1  /U ' ; ' ; ' ;              REM  A-A: Countermeasures
  22.        /M l f                      REM  NAV: Landing Gear/Flaps Toggle
  23.        /D ' ; ' ; ' ;              REM  A-G: Countermeasures
  24. BTN 2  /U y                        REM  A-A: Eyes on Target
  25.        /M <                        REM  NAV: Rudder Left
  26.        /D <                        REM  A-G: Rudder Left
  27. BTN 3  /U k                        REM  A-A: Single Target Tracking Mode
  28.        /M >                        REM  NAV: Rudder Right
  29.        /D >                        REM  A-G: Rudder Right
  30. BTN 4  F8                          REM  Gun Camera
  31. BTN 5  ]                           REM  Radar Range Select 
  32. BTN 6  r                           REM  Radar Toggle
  33. RKR UP /P g                        REM  A-A Mode - ACM Weapons Mode
  34.        /R g                        REM  NAV Mode - Cancel ACM Weapons Mode
  35. RKR DN /P i                        REM  A-G Mode - Dummy key
  36.        /R i                        REM  NAV Mode - Dummy key
  37. THR    5 5 1 2 3 4 5 6 7 8 9 0     REM  Throttle Sequence
  38. BTN MT /P /N b `                   REM  IDLE to OFF: Brakes on/Engine Off
  39.        /R b 1                      REM  OFF to IDLE: Brakes off/Engine On
  40. REM
  41. REM NOTE:
  42. REM
  43. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  44. REM
  45. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  46. REM (503) 639-3200 and find out how to get the upgrade!!!
  47. REM
  48. REM How can you tell if you have the new chip and microcode?  From the
  49. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  50. REM the message: "File not found", then you have the OLD microcode version
  51. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  52.