home *** CD-ROM | disk | FTP | other *** search
/ The Complete Doom Accessory Pack 2 / TheCompleteDoomAccessoryPackVolumeII.iso / graphics / custard / custard.bat < prev    next >
DOS Batch File  |  1994-06-28  |  1KB  |  41 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\fs1.gif goto error
  5. echo .
  6. echo Inserting Custard Pie Launcher.....
  7. @echo on
  8. dmgraph misfa0 -s %1\fs1.gif -i -90,-87 -b
  9. dmgraph misfb0 -s %1\fs2.gif -i -90,-87 -b
  10. dmgraph misfc0 -s %1\fs3.gif -i -90,-87 -b
  11. dmgraph misfd0 -s %1\fs4.gif -i -90,-87 -b
  12. dmgraph misga0 -s %1\mam1.gif -i -90,-100 -b
  13. dmgraph misgb0 -s %1\mam2.gif -i -90,-105 -b
  14. dmgraph misla1 -s %1\pietop.gif -i 60,95 -b
  15. dmgraph misla5 -s %1\pieback.gif -i 30,20 -b
  16. dmgraph misla6a4 -s %1\pielt45.gif -i 46,95 -b
  17. dmgraph misla7a3 -s %1\pieside.gif -i 21,95 -b
  18. dmgraph misla8a2 -s %1\piert45.gif -i 49,95 -b
  19. dmgraph mislb0 -s %1\cust1.gif -i 25,30 -b
  20. dmgraph mislc0 -s %1\cust2.gif -i 25,30 -b
  21. dmgraph misld0 -s %1\cust3.gif -i 25,30 -b
  22. dmgraph rocka0 -s %1\pie.gif -b
  23. dmgraph broka0 -s %1\piestack.gif -b
  24. dmgraph launa0 -s %1\pielaunc.gif -b
  25. @echo off
  26. echo .
  27. echo .
  28. echo Any comments, ideas or (heaven forbid) complaints to Bernhard
  29. echo kotzenb@itu.sun.ac.za. Hell, even if you just used this and 
  30. echo liked it, E-mail me.    Happy Splatting
  31. echo .
  32. echo Restore the original files with uncust.bat.
  33. goto end
  34. :error
  35. @echo off
  36. echo This batch file needds to be in your DOOM directory
  37. echo along with dmgraph.exe. Also, use parameter pointing
  38. echo to sub-directory containing graphics patch files.
  39. echo EG: cust c:\doom\custard
  40. :end
  41. @echo on