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

  1. REM          ╔══════════════════════════════════╗
  2. REM          ║      WCS II file (v5.0) for      ║
  3. REM          ║ Descent by Interplay Productions ║
  4. REM          ║      and Parallax Software       ║
  5. REM          ╚══════════════════════════════════╝
  6. REM   Written & tested by Adam Pletcher, Parallax Software
  7.  
  8. REM ╔════════════════════════╗ NOTE> Make sure Descent is configured for
  9. REM ║ Black Switch = Digital ║     JOYSTICK, and the THROTTLE entry is setup 
  10. REM ║ Red Switch   = Analog  ║   for Y2 AXIS.  See README.TXT for details.
  11. REM ╚════════════════════════╝       -- ----
  12.  
  13. REM ╔═════════════════╗
  14. REM ║ WCS II Commands ║
  15. REM ╚═════════════════╝
  16. GAME 0 20    REM analog throttle          
  17. BTN 4 KP7    REM roll left
  18. BTN 5 KP9    REM roll right
  19. BTN 6 /N R   REM reverse view
  20. BTN 1 /N F9  REM send taunt macro #1 (netplay)
  21. BTN 2 /N F10 REM send taunt macro #2 (netplay)
  22. BTN 3 /N F11 REM send taunt macro #3 (netplay)
  23.  
  24. REM ╔══════════════╗
  25. REM ║ FCS Commands ║
  26. REM ╚══════════════╝
  27. REM FCS stuff 
  28. BTN TG ENT       REM fire primary
  29. BTN UB SPC       REM fire secondary
  30. REM BTN MB /N F7 REM kill list (netplay)
  31. BTN MB F         REM fire flare
  32. BTN LB B         REM drop proximity bomb
  33. BTN HL KP1       REM slide left
  34. BTN HR KP3       REM slide right
  35. BTN HU KP-       REM slide up
  36. BTN HD KP+       REM slide down
  37.