home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 April / cd2.iso / demos / descent2 / d2_3.sow / DESCENT2.ADV < prev    next >
Text File  |  1995-11-07  |  1KB  |  38 lines

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