home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 40 / SSERVCD_40.bin / demos / ddrome / data.z / SI2ZAN.BAT < prev    next >
DOS Batch File  |  1996-01-18  |  846b  |  35 lines

  1.  
  2. rem Create xxx.zan files from animation scripts
  3.  
  4. rem  SI2ZANIM <script> <target frame rate> <loopstart> <loopstop> <frames_relative>
  5.  
  6. rem     where:
  7.  
  8. rem text script : is the SI anim script
  9.  
  10. rem frame rate :  is the number of frames the animation will be
  11.  
  12. rem loopstart :   specifies which frame is the loop begin frame
  13.  
  14. rem loopend : specifies which frame is the loop end frame
  15.  
  16. rem frames_relative : Indicates if all frames are to be made
  17. rem                   relative to first frame.
  18.  
  19. rem si2zanim jump.txt 60 0 60 1
  20.  
  21. rem Perform jump once without looping.
  22. rem si2zanim jump.txt 60 -1 60 1
  23.  
  24. cd jump\source
  25. si2zanim newjump.txt 60 -1 60 1
  26. move *.zan ..
  27. cd ..\..
  28.  
  29. rem si2zanim ambient.txt 30 0 30 1
  30.  
  31. rem si2zanim 8mjump.txt 45 0 45 1
  32.  
  33. rem si2zanim descent.txt 180 0 180 1
  34. rem si2zanim descent.cam 180 0 180 1
  35.