home *** CD-ROM | disk | FTP | other *** search
/ The Complete Doom Accessory Pack 2 / TheCompleteDoomAccessoryPackVolumeII.iso / graphics / custard / uncust.bat < prev   
DOS Batch File  |  1994-06-28  |  1KB  |  38 lines

  1. @echo off
  2. if not exist doom.wad goto error
  3. if not exist dmgraph.exe goto error
  4. if not exist %1\misfa0.gif goto error
  5. echo.
  6. echo Restoring old missile launcher (Too much fun for you, eh?)
  7. @echo on
  8. dmgraph misfa0 -s %1\misfa0.gif -i -136,-105
  9. dmgraph misfb0 -s %1\misfb0.gif -i -126,-101
  10. dmgraph misfc0 -s %1\misfc0.gif -i -117,-94
  11. dmgraph misfd0 -s %1\misfd0.gif -i -112,-181
  12. dmgraph misga0 -s %1\misga0.gif -i -119,-121
  13. dmgraph misgb0 -s %1\misgb0.gif -i -112,-125
  14. dmgraph misla1 -s %1\misla1.gif -i 7,13
  15. dmgraph misla5 -s %1\misla5.gif -i 7,13
  16. dmgraph misla6a4 -s %1\misla6a4.gif -i 12,13
  17. dmgraph misla7a3 -s %1\misla7a3.gif -i 25,13
  18. dmgraph misla8a2 -s %1\misla8a2.gif -i 16,13
  19. dmgraph mislb0 -s %1\mislb0.gif -i 37,29
  20. dmgraph mislc0 -s %1\mislc0.gif -i 42,34
  21. dmgraph misld0 -s %1\misld0.gif -i 50,43
  22. dmgraph rocka0 -s %1\rocka0.gif
  23. dmgraph broka0 -s %1\broka0.gif
  24. @echo off
  25. echo .
  26. echo OK, your stupid old rocket launcher is back.
  27. echo Thank you for uninstalling my patch
  28. echo Mail me : kotzenb@itu.sun.ac.za
  29. goto end
  30. :error
  31. echo To use this batch file you need DOOM.WAD, DMAUD.EXE and UNCUST.BAT
  32. echo in your DOOM sudirectory, with a parameter pointing to the sub-directory
  33. echo containing the graphic files.
  34. echo EG: uncust.bat c:\doom\cust
  35. goto end
  36. :end
  37. @echo on
  38. @echo on