home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / doom_ii / sound / barney2.exe / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-07-16  |  1.4 KB  |  46 lines

  1. echo off
  2. clear
  3. echo.   *******************************
  4. echo.   *       BARNEY II             *
  5. echo.   *******************************
  6. echo.  
  7. echo.   Barney the purple nuisance 
  8. echo.   Energiser Bunny 
  9. echo.         by David Lobser (lobser@csn.org)
  10. echo.   Pac Doom 
  11. echo.         by Bill Neisius (bill@solaria.hac.com)
  12. echo.
  13. echo. Clean installation for DOOM and DOOM2 by 
  14. echo.  Olivier Montanuy (montanuy@dmi.ens.fr)
  15. echo.     
  16. echo. Pac DOOM has been remapped to a DEMON, which is more
  17. echo. suitable for a chewing beast and preserves compatibility
  18. echo. with CHOOK by Dave Biggs and Herve Benvel.
  19. echo.
  20. echo. DOOM.WAD and DOOM.EXE are completely unaffected.
  21. echo. 
  22. if exist DOOM.WAD  goto doit
  23. if exist DOOM2.WAD goto doit
  24. echo Can't find DOOM.WAD or DOOM2.WAD !
  25. echo This patch must be installed in the DOOM or DOOM2 directory.
  26. pause
  27. exit
  28. :doit
  29. echo. Now appending DOOM sprites to BARNEY2.WAD
  30. echo. Make SURE you still have some 3 Meg available on your disk.
  31. echo. (If you're out of disk space, use DeuTex -merge barney2.wad.)
  32. pause
  33. DeuSF -sprites -app barney2.wad > barney2.log
  34. if errorlevel 0 goto good
  35. echo. Error! 
  36. echo.  Was there enough space on disk?
  37. echo.  Did you use a registered DOOM version?
  38. pause
  39. exit
  40. :good
  41. echo. Sprite installed! 
  42. echo. Don't distribute BARNEY2 when installed.
  43. echo. restore if with: DeuSF -restore Barney2.wad
  44. echo. Now time to play DOOM!
  45. echo. type: BARNEY
  46.