home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm2wads / obtic1 / obweap.bat < prev    next >
DOS Batch File  |  1995-04-20  |  1KB  |  40 lines

  1. echo ------ Batchfile to install Obituary with special ------
  2. echo ------               weapon patch                 ------
  3. echo    If you want to uninstall, do it with OBUNINST.BAT!
  4. echo.
  5. echo # Copying files. Overwrite, if necessary to type it in.
  6. echo # It doesn't matter, if DOOM2.OBT doesn't exist.
  7. echo # It doesn't matter, if OBTIC2.OBT doesn't ecist.
  8. echo.
  9. copy doom2.obt doom2.exe
  10. copy doom2.exe doom2.obt
  11. copy doom2.exe doomhack.exe
  12. copy obtic2.obt obtic2.wad
  13. copy obtic2.wad obtic2.obt
  14. pause
  15. echo # Running Dehaked. Should be successful.
  16. echo.
  17. dehacked -load obtic2.deh
  18. pause
  19. echo # Joining PWADs. Should be successful.
  20. echo.
  21. nwt -join obtic2.wad obtic3.wad
  22. pause
  23. echo # Restoring. Can break with 'dir not found' or something.
  24. echo # It doesn't matter.
  25. echo.
  26. nwt -restore
  27. pause
  28. echo # Merging with NWT. Should be successful.
  29. echo.
  30. nwt -merge obtic2.wad
  31. pause
  32. echo # Copying again. This must be successful.
  33. echo.
  34. copy doomhack.exe doom2.exe
  35. pause
  36. echo # All done. Now starting Obituary.
  37. echo # Abort now, if you don't want.
  38. pause
  39. doom2 -file obtic1.wad obtic2.wad
  40.