home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Instant Doom Levels
/
Instant.Doom.Levels.-.Level.Master.II.iso
/
WADS
/
DOOM1
/
PATCHES
/
SKYCITY
/
SKYCITY.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-06-25
|
449b
|
18 lines
@echo off
echo Temporarily inserting new floor textures...
dmgraph floor0_1 -e floor0_1.gif
dmgraph floor3_3 -e floor3_3.gif
dmgraph floor0_1 -s blufloor.gif
dmgraph floor3_3 -s cldfloor.gif
echo.
echo Running SkyCity...
echo.
doom -file skycity.wad -devparm -playdemo skycity
echo.
echo Removing new textures and restoring old...
dmgraph floor0_1 -s floor0_1.gif
dmgraph floor3_3 -s floor3_3.gif
del floor0_1.gif
del floor3_3.gif