home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
D!Zone (Collector's Edition)
/
D_ZONE_CD.ISO
/
programs
/
editors
/
ptw3dmkr
/
3din.bat
next >
Wrap
DOS Batch File
|
1994-12-06
|
6KB
|
225 lines
@echo off
echo THIS FILE IS FOR INSERTING 3DS SEQUENCIAL GIFS INTO THE DOOM WAD
echo ONLY USE IT AFTER CHANGING THE PALLET TO THE DOOM PALLET WITH PALLET.BAT
echo NOTES:
echo -THE DYING FRAMES ARE CALLED xxxX0001-9999 WITH xxxxA0 BEING THE FIRST
echo (A IS NEVER FIRST FOR DYING FRAMES BUT THATS HOW THE BAT TURNET OUT)
echo EX.... SPOSH0.GIF = SPOX0007.gif.GIF
.. SPOSJ0.GIF = SPOX0008.GIF
echo -FIRST VARIABLE IS THE WAD DIRECTORY NAME YOU'RE REPLACING
echo -SECOND VARIABLE IS THE 3DS FILE YOU ARE INSERTING
pause
dmgraph %1a1 -s %2a0000.gif
dmgraph %1a2 -s %2a0001.gif
dmgraph %1a3 -s %2a0002.gif
dmgraph %1a4 -s %2a0003.gif
dmgraph %1a5 -s %2a0004.gif
dmgraph %1a6 -s %2a0005.gif
dmgraph %1a7 -s %2a0006.gif
dmgraph %1a8 -s %2a0007.gif
dmgraph %1b1 -s %2b0000.gif
dmgraph %1b2 -s %2b0001.gif
dmgraph %1b3 -s %2b0002.gif
dmgraph %1b4 -s %2b0003.gif
dmgraph %1b5 -s %2b0004.gif
dmgraph %1b6 -s %2b0005.gif
dmgraph %1b7 -s %2b0006.gif
dmgraph %1b8 -s %2b0007.gif
dmgraph %1c1 -s %2c0000.gif
dmgraph %1c2 -s %2c0001.gif
dmgraph %1c3 -s %2c0002.gif
dmgraph %1c4 -s %2c0003.gif
dmgraph %1c5 -s %2c0004.gif
dmgraph %1c6 -s %2c0005.gif
dmgraph %1c7 -s %2c0006.gif
dmgraph %1c8 -s %2c0007.gif
dmgraph %1d1 -s %2d0000.gif
dmgraph %1d2 -s %2d0001.gif
dmgraph %1d3 -s %2d0002.gif
dmgraph %1d4 -s %2d0003.gif
dmgraph %1d5 -s %2d0004.gif
dmgraph %1d6 -s %2d0005.gif
dmgraph %1d7 -s %2d0006.gif
dmgraph %1d8 -s %2d0007.gif
dmgraph %1e1 -s %2e0000.gif
dmgraph %1e2 -s %2e0001.gif
dmgraph %1e3 -s %2e0002.gif
dmgraph %1e4 -s %2e0003.gif
dmgraph %1e5 -s %2e0004.gif
dmgraph %1e6 -s %2e0005.gif
dmgraph %1e7 -s %2e0006.gif
dmgraph %1e8 -s %2e0007.gif
dmgraph %1f1 -s %2f0000.gif
dmgraph %1f2 -s %2f0001.gif
dmgraph %1f3 -s %2f0002.gif
dmgraph %1f4 -s %2f0003.gif
dmgraph %1f5 -s %2f0004.gif
dmgraph %1f6 -s %2f0005.gif
dmgraph %1f7 -s %2f0006.gif
dmgraph %1f8 -s %2f0007.gif
dmgraph %1g1 -s %2g0000.gif
dmgraph %1g2 -s %2g0001.gif
dmgraph %1g3 -s %2g0002.gif
dmgraph %1g4 -s %2g0003.gif
dmgraph %1g5 -s %2g0004.gif
dmgraph %1g6 -s %2g0005.gif
dmgraph %1g7 -s %2g0006.gif
dmgraph %1g8 -s %2g0007.gif
dmgraph %1h1 -s %2h0000.gif
dmgraph %1h2 -s %2h0001.gif
dmgraph %1h3 -s %2h0002.gif
dmgraph %1h4 -s %2h0003.gif
dmgraph %1h5 -s %2h0004.gif
dmgraph %1h6 -s %2h0005.gif
dmgraph %1h7 -s %2h0006.gif
dmgraph %1h8 -s %2h0007.gif
dmgraph %1i1 -s %2i0000.gif
dmgraph %1i2 -s %2i0001.gif
dmgraph %1i3 -s %2i0002.gif
dmgraph %1i4 -s %2i0003.gif
dmgraph %1i5 -s %2i0004.gif
dmgraph %1i6 -s %2i0005.gif
dmgraph %1i7 -s %2i0006.gif
dmgraph %1i8 -s %2i0007.gif
dmgraph %1j1 -s %2j0000.gif
dmgraph %1j2 -s %2j0001.gif
dmgraph %1j3 -s %2j0002.gif
dmgraph %1j4 -s %2j0003.gif
dmgraph %1j5 -s %2j0004.gif
dmgraph %1j6 -s %2j0005.gif
dmgraph %1j7 -s %2j0006.gif
dmgraph %1j8 -s %2j0007.gif
dmgraph %1k1 -s %2k0000.gif
dmgraph %1k2 -s %2k0001.gif
dmgraph %1k3 -s %2k0002.gif
dmgraph %1k4 -s %2k0003.gif
dmgraph %1k5 -s %2k0004.gif
dmgraph %1k6 -s %2k0005.gif
dmgraph %1k7 -s %2k0006.gif
dmgraph %1k8 -s %2k0007.gif
dmgraph %1l1 -s %2l0000.gif
dmgraph %1l2 -s %2l0001.gif
dmgraph %1l3 -s %2l0002.gif
dmgraph %1l4 -s %2l0003.gif
dmgraph %1l5 -s %2l0004.gif
dmgraph %1l6 -s %2l0005.gif
dmgraph %1l7 -s %2l0006.gif
dmgraph %1l8 -s %2l0007.gif
dmgraph %1a0 -s %2x0001.gif
dmgraph %1b0 -s %2x0002.gif
dmgraph %1c0 -s %2x0003.gif
dmgraph %1d0 -s %2x0004.gif
dmgraph %1e0 -s %2x0005.gif
dmgraph %1f0 -s %2x0006.gif
dmgraph %1g0 -s %2x0007.gif
dmgraph %1h0 -s %2x0008.gif
dmgraph %1i0 -s %2x0009.gif
dmgraph %1j0 -s %2x0010.gif
dmgraph %1k0 -s %2x0011.gif
dmgraph %1l0 -s %2x0012.gif
dmgraph %1m0 -s %2x0013.gif
dmgraph %1n0 -s %2x0014.gif
dmgraph %1o0 -s %2x0015.gif
dmgraph %1p0 -s %2x0016.gif
dmgraph %1q0 -s %2x0017.gif
dmgraph %1r0 -s %2x0018.gif
dmgraph %1s0 -s %2x0019.gif
dmgraph %1t0 -s %2x0020.gif
dmgraph %1u0 -s %2x0021.gif
dmgraph %1v0 -s %2x0022.gif
dmgraph %1w0 -s %2x0023.gif
dmgraph %1x0 -s %2x0024.gif
echo off
@echo off
echo OOO DDD DDD SSSS ..
ECHO O O D D D D SS ..
ECHO O O D D D D SS
ECHO O O D D D D S ..
ECHO OOO DDD DDD SSSS ..
echo
dmgraph %1A2A8 -s %2a0001.gif
dmgraph %1A3A7 -s %2a0002.gif
dmgraph %1A4A6 -s %2a0003.gif
dmgraph %1b2b8 -s %2b0001.gif
dmgraph %1b3b7 -s %2b0002.gif
dmgraph %1b4b6 -s %2b0003.gif
dmgraph %1c2c8 -s %2c0001.gif
dmgraph %1c3c7 -s %2c0002.gif
dmgraph %1c4c6 -s %2c0003.gif
dmgraph %1d2d8 -s %2d0001.gif
dmgraph %1d3d7 -s %2d0002.gif
dmgraph %1d4d6 -s %2d0003.gif
dmgraph %1e2e8 -s %2e0001.gif
dmgraph %1e3e7 -s %2e0002.gif
dmgraph %1e4e6 -s %2e0003.gif
dmgraph %1f2f8 -s %2f0001.gif
dmgraph %1f3f7 -s %2f0002.gif
dmgraph %1f4f6 -s %2f0003.gif
dmgraph %1g2g8 -s %2g0001.gif
dmgraph %1g3g7 -s %2g0002.gif
dmgraph %1g4g6 -s %2g0003.gif
dmgraph %1h2h8 -s %2h0001.gif
dmgraph %1h3h7 -s %2h0002.gif
dmgraph %1h4h6 -s %2h0003.gif
dmgraph %1i2i8 -s %2i0001.gif
dmgraph %1i3i7 -s %2i0002.gif
dmgraph %1i4i6 -s %2i0003.gif
dmgraph %1j2j8 -s %2j0001.gif
dmgraph %1j3j7 -s %2j0002.gif
dmgraph %1j4j6 -s %2j0003.gif
dmgraph %1k2k8 -s %2k0001.gif
dmgraph %1k3k7 -s %2k0002.gif
dmgraph %1k4k6 -s %2k0003.gif
dmgraph %1l2l8 -s %2l0001.gif
dmgraph %1l3l7 -s %2l0002.gif
dmgraph %1l4l6 -s %2l0003.gif
dmgraph %1m2m8 -s %2m0001.gif
dmgraph %1m3m7 -s %2m0002.gif
dmgraph %1m4m6 -s %2m0003.gif
dmgraph %1n2n8 -s %2n0001.gif
dmgraph %1n3n7 -s %2n0002.gif
dmgraph %1n4n6 -s %2n0003.gif