home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games 95
/
Games95-disc1.iso
/
DDrome
/
data
/
RUNNERS
/
ANIMS
/
SI2ZAN.BAT
Wrap
DOS Batch File
|
1997-03-18
|
846b
|
35 lines
rem Create xxx.zan files from animation scripts
rem SI2ZANIM <script> <target frame rate> <loopstart> <loopstop> <frames_relative>
rem where:
rem text script : is the SI anim script
rem frame rate : is the number of frames the animation will be
rem loopstart : specifies which frame is the loop begin frame
rem loopend : specifies which frame is the loop end frame
rem frames_relative : Indicates if all frames are to be made
rem relative to first frame.
rem si2zanim jump.txt 60 0 60 1
rem Perform jump once without looping.
rem si2zanim jump.txt 60 -1 60 1
cd jump\source
si2zanim newjump.txt 60 -1 60 1
move *.zan ..
cd ..\..
rem si2zanim ambient.txt 30 0 30 1
rem si2zanim 8mjump.txt 45 0 45 1
rem si2zanim descent.txt 180 0 180 1
rem si2zanim descent.cam 180 0 180 1