home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / descent / descent.b50 < prev    next >
Text File  |  1995-06-06  |  2KB  |  71 lines

  1. REM          ╔══════════════════════════════════╗
  2. REM          ║      FLCS & WCS II file (v1.0)   ║
  3. REM          ║                for               ║
  4. REM          ║ DESCENT by Interplay Productions ║
  5. REM          ║      and Parallax Software       ║
  6. REM          ╚══════════════════════════════════╝
  7. REM   Written & tested by Adam Pletcher, Parallax Software
  8.  
  9. REM ╔══════════════════════════════════╗
  10. REM ║ WCS Mark II Base Switch Settings ║
  11. REM ║ Black Switch = Digital           ║
  12. REM ║ Red Switch   = Analog            ║
  13. REM ╚══════════════════════════════════╝
  14.  
  15. MDEF DESCENT
  16.  
  17. REM ╔════════════╗
  18. REM ║ Enable WCS ║
  19. REM ╚════════════╝
  20.  
  21. USE WCS
  22.  
  23. REM ╔═══════════════════╗
  24. REM ║ Set Keypress Rate ║
  25. REM ╚═══════════════════╝
  26.  
  27. RATE 20
  28.  
  29. REM ╔═══════════════╗
  30. REM ║ FLCS Commands ║
  31. REM ╚═══════════════╝
  32.  
  33. BTN TG1 /H Fire_Primary
  34. BTN TG2 /H Fire_Primary
  35.  
  36. BTN S1 /H Fire_Primary
  37. BTN S2 /N Fire_Secondary
  38. BTN S3 /H Drop_Bomb
  39. BTN S4 /H Fire_Flare
  40.  
  41. BTN H1U /H Slide_Up
  42. BTN H1D /H Slide_Down
  43. BTN H1L /H Slide_Left
  44. BTN H1R /H Slide_Right
  45.  
  46. BTN H2U /N Taunt_Macro1
  47. BTN H2D /N Taunt_Macro4
  48. BTN H2L /N Taunt_Macro2
  49. BTN H2R /N Taunt_Macro3
  50.  
  51. BTN H3U /H Forward
  52. BTN H3D /H Reverse
  53. BTN H3L /H Roll_Left
  54. BTN H3R /H Roll_Right
  55.  
  56. BTN H4U /H Forward
  57. BTN H4D /H Reverse
  58. BTN H4L /H Slide_Left
  59. BTN H4R /H Slide_Right
  60.  
  61. REM ╔════════════════╗
  62. REM ║WCS II Commands ║
  63. REM ╚════════════════╝
  64.  
  65. BTN T1 /N Taunt_Macro1
  66. BTN T2 /N Taunt_Macro2
  67. BTN T3 /N Taunt_Macro3
  68. BTN T4 /H Roll_Left
  69. BTN T5 /H Roll_Right
  70. BTN T6 /N Rear_View
  71.