home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 427.img / RICK2FRM.BAT < prev    next >
DOS Batch File  |  1991-02-16  |  2KB  |  57 lines

  1. @echo off
  2. goto START
  3. g2a
  4. t
  5. g155
  6. t
  7. e cs:9804 1
  8. g
  9. q
  10. :START
  11. rem
  12. rem         Temporary Cheat for Rick Dangerous ][, by The Knack
  13. rem
  14. rem     This cheat simply enables a cheat that the programmers left in
  15. rem    the game.  The cheat gives you unlimited everything, but you're still
  16. rem vulnerable to everything.
  17. rem
  18. rem                THIS DEBUG SCRIPT IS A TEMPORARY CHEAT!!!
  19. rem
  20. rem        I have every intention on finishing my loader version, family
  21. rem    matters have me stalled for now.  When the loader is done you will
  22. rem be able to TOGGLE the following while playing...
  23. rem
  24. rem     Infinite Lives - F1 ─┐
  25. rem     Infinite Bolts - F2  ├ Toggle All - F4
  26. rem     Infinite Bombs - F3 ─┘
  27. rem
  28. rem     Enemy Fire Protection       - F5 ─┐
  29. rem     Enemy Contact Protection    - F6  │
  30. rem     Friendly Fire Protection    - F7  ├ -=FiRM=- Power! - F
  31. rem     Spike/Electric Protection   - F8  │
  32. rem     Miscellaneous Protection    - F9 ─┘
  33. rem
  34. echo\
  35. echo\
  36. echo                    ╓────────────────────────────────────────╖
  37. echo                    ║    Rick Dangerous ][ - The -=FiRM=-    ║
  38. echo                    ╙────────────────────────────────────────╜
  39. echo                       ╙──────────────────────────────────╜
  40. echo\
  41. echo\
  42. if (%1)==() goto PARAMS
  43. if (%2)==() goto PARAMS
  44. debug main.exe %1 %2 < %0.BAT >nul
  45. goto END
  46.  
  47. :PARAMS
  48. echo **ERROR** Bad Parameters Entered!
  49. echo\
  50. echo You must enter a GRAPHICS option AND a SOUND option.
  51. echo\
  52. echo    /c - CGA Graphics           /b - IBM Sound
  53. echo    /e - EVGA Graphics          /a - ADLIB Sound
  54. goto END
  55.  
  56. :END
  57. echo\