home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 3 / cd.iso / wingames / fury3 / drivers / tmaster / fury3.adv < prev    next >
Text File  |  1995-08-23  |  3KB  |  76 lines

  1. REM                    WCSII/(P)FCS PROGRAMMING TEMPLATE
  2. REM
  3. REM B50 FILENAME: FURY3.ADV__  DESCRIPTION: Fury 3 Command programming____
  4. REM For the WCS II and (P)FCS Systems_____________________________________
  5. REM
  6. REM WRITTEN BY: Microsoft Corp.__________________________  DATE: 6/19/95____
  7. REM
  8. REM NAME OF GAME AND PUBLISHER: Fury 3, Microsoft Corp._____________________
  9. REM ________________________________________________________________________
  10. REM
  11. REM NOTE: Use the 2 button yoke with throttle selection for your joystick type
  12. REM
  13. REM ************************ PRELIMINARY SETTINGS**************************
  14. REM
  15. REM
  16. REM  Base Switch Settings
  17. REM  Black Hat switch = Digital
  18. REM  Red Switch       = Analog
  19. REM
  20. GAME 0 75               REM  Analog mode, 75 ms key rate
  21. REM
  22. REM
  23. REM **************************** (P)FCS SETTINGS******************************
  24. REM
  25. REM
  26. BTN UB f                REM  Afterburner
  27. BTN MB HOME             REM  Roll Left
  28. BTN LB PGUP             REM  Roll Right
  29. BTN HU KP+              REM  Look Up
  30. BTN HR DEL              REM  Look Right
  31. BTN HD KP-              REM  Look Down
  32. BTN HL DEL              REM  Look Left
  33. REM BTN HM              REM  Not used
  34. REM **************************** WCSII SETTINGS *****************************
  35. BTN 1 /U 7              REM  FFF smart bomb
  36.       /M 1              REM  ServoKinetic Laser
  37.       /D LCTL           REM  Unused key
  38. BTN 2 /U Ctl s          REM  Save Game
  39.       /M 2              REM  Dispersion Cannon 14
  40.       /D LCTL           REM  Unused key
  41.  
  42. BTN 3 /U v              REM  Change View
  43.       /M 3              REM  Rapid Fire Laser 20
  44.       /D LCTL           REM  Unused key
  45.  
  46. BTN 4 /U c              REM  Change Cockpit
  47.       /M 4              REM  Dead on Missile
  48.       /D LCTL           REM  Unused key
  49.  
  50. BTN 5 /U F3             REM  Pause Game
  51.       /M 5              REM  Viper Missile
  52.       /D LCTL           REM  Unused key
  53.  
  54. BTN 6 /U Ctl r          REM  Restore Game
  55.       /M 6              REM  Bion Fury Missile
  56.       /D LCTL           REM  Unused key
  57.  
  58. REM RKR UP              REM  Not used
  59. RKR DN TAB              REM  Map Toggle
  60. REM
  61. REM ********************* IMPORTANT INFORMATION ****************************
  62. REM
  63. REM
  64. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  65. REM
  66. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  67. REM (503) 639-3200 and find out how to get the upgrade!!!
  68. REM
  69. REM How can you tell if you have the new chip and microcode?  From the
  70. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  71. REM the message: "File not found", then you have the OLD microcode version
  72. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  73. REM
  74. REM ************************************************************************
  75.  
  76.