home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / hsprite.zip / ADDGFX.BAT next >
DOS Batch File  |  1995-10-07  |  705b  |  19 lines

  1. @echo Make sure you are in your HERETIC directory.
  2. @echo Use this batch file only if you want
  3. @echo to permanently change your HERETIC.WAD
  4. @echo Use tryme.bat if you want to see what
  5. @echo it looks like without changing your
  6. @echo HERETIC.WAD.
  7. @echo Hit Ctrl C if you don't want do change your HERETIC.WAD!!!
  8. pause
  9. @echo This will add bigger player sprites
  10. @echo and make certain weapon explosions
  11. @echo smaller in your HERETIC.WAD
  12. @echo WARNING!!! this will write
  13. @echo changes to your HERETIC.WAD!!!!!!
  14. @echo If you don't want to do this hit Ctrl C NOW! 
  15. pause
  16. @echo Be sure and answer yes to overwrite resources with same name.
  17. nwt -join heretic.wad hsprite.wad
  18. Echo Finished! Enjoy!
  19.