home *** CD-ROM | disk | FTP | other *** search
- @echo.
- @echo. Installation of Incubus Graphics
- @echo.
- @echo. This will take some seconds, be patient.
- @echo.
- @rem Check main WAD
- @if not exist heretic.wad goto miss
- @echo @echo. Restoration > restore.bat
- @rem
- @rem Install Sprites or Flats in WAD
- @if not exist sprites.wad goto miss
- @echo Completing sprites and flats, please wait...
- @deusf -main .\heretic.wad -as sprites.wad> deusf.log
- @if not ERRORLEVEL 0 goto fail
- @rem
- @rem
- @echo Installation succeeded.
- @echo Good so far...
- @goto end
- :fail
- @echo. Installation failed: A tool didn't work.
- @echo. See hack.log or deusf.log for details.
- @goto end
- :miss
- @echo. Installation impossible: some files are missing.
- @echo. Did you have deusf.exe and hhe.exe ?
- @echo. Please copy all your files in the main game directory.
- @echo. And try install again.
- @goto end
- :end
- CALL PROINST.BAT
-