home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Demon Gate 666
/
DemonGate666.bin
/
pc
/
details
/
dmqst
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-23
|
898b
|
31 lines
@echo off
echo Installing The Quest for NECRONOMICON 1.2
echo
pause
echo - Making preparations...
@ren dehacked.ini deh.ini
echo
echo - Making the sprites and flats
@deusf -add nec_raw.wad nec_spr.wad
echo
echo - Inserting new flats
@dmgraph flat5 -s nec_5.gif -f nec_spr.wad
@dmgraph flat5_5 -s nec_5_5.gif -f nec_spr.wad
@dmgraph floor1_1 -s nec_1_1.gif -f nec_spr.wad
echo Completed
echo
echo - Making backup patch from doom.exe..
@dehacked -save oldexe.deh
echo - Loading DeHackEd patch...
@dehacked -load nec_hack.deh
@ren doom.exe doomexe.exe
cls
echo
echo
echo Installation is over. Enter DOOM to play The Quest for NECRONOMICON.
echo WARNING: To play the normal doom you must first uninstall this one.
echo Do this by writing UNINSTAL at the doom directory.
echo
echo For more info read NECRONOM.NFO. Enjoy the Middle Age!