home *** CD-ROM | disk | FTP | other *** search
/ Ultimate DOOM Companion / PowersourceMultimedia-UltimateDOOMCompanion.iso / doomhack / newauto.zip / AUTOIN.BAT < prev    next >
DOS Batch File  |  1994-08-15  |  789b  |  27 lines

  1. @echo off
  2. echo backing up original graphics
  3.  
  4. dmgraph shtga0 -e auto\shtga0.gif
  5. dmgraph shtgb0 -e auto\shtgb0.gif
  6. dmgraph shtgc0 -e auto\shtgc0.gif
  7. dmgraph shtgd0 -e auto\shtgd0.gif
  8. dmgraph shtfa0 -e auto\shtfa0.gif
  9. dmgraph shtfb0 -e auto\shtfb0.gif
  10.  
  11. echo adding auto-shotgun graphics..
  12. dmgraph shtga0 -i -90,-76 -s auto\as1.gif
  13. dmgraph shtgb0 -i -90,-76 -s auto\as2.gif 
  14. dmgraph shtgc0 -i -90,-76 -s auto\as3.gif 
  15. dmgraph shtgd0 -i -90,-76 -s auto\as4.gif 
  16. dmgraph shtfa0 -i -90,-76 -s auto\newfa.gif 
  17. dmgraph shtfb0 -i -90,-76 -s auto\newfb.gif 
  18.  
  19. echo backing up the current doom.exe to patch file original.deh
  20.  
  21. dehacked doom.exe -save original.deh
  22.  
  23. echo installing auto-shotgun patch 
  24.  
  25. dehacked doom.exe -load newauto.deh
  26.  
  27. echo autoshotgun version 1.2 installed