home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / ray_util / play / play.txt < prev    next >
Text File  |  1991-08-29  |  4KB  |  129 lines

  1.  
  2.  
  3. Trilobyte SVGA FLICK & Groovie Player.
  4. Copyright 1991 Trilobyte, all rights reserved.
  5.  
  6.  
  7. This is version 0.7 of Trilobyte's SVGA FLICK player.  
  8.  
  9. Version 0.7 adds:
  10.     Added -mn command line for VESA mode
  11.         n = 0 320x200x256
  12.         n = 1 640x400x256
  13.         n = 2 640x480x256
  14.         n = 3 800x600x256
  15.         n = 4 1024x768x256
  16.         n = 5 1280x1024x256
  17.     Added auto-res for animations in VESA mode
  18.     Added -fn command line for fading in/out (n = 1 fade in, 
  19.         n = 2 fade out, n = 3 fade in and out)
  20.     Added mouse click to end animation
  21.     Fixed non-VESA command line bug
  22.     Made maximum animation size 53megs
  23.     Added ascii script format
  24.  
  25. Version 0.6 adds:
  26.     Starts animations off at the correct speed
  27.     Added -s command line option for speed (e.g. play myflie.fli -s9)
  28.     Added -l command line option for looping (e.g play myfile.fli -l9)
  29.     Added -g command line option for staying in graphic mode once done
  30.     Added ability to play back Groovie 0.1 files
  31.     Added Grey Scale toggle with Home key
  32.  
  33. Version 0.5 adds:
  34.     Detects processor type and uses processor specific instructions
  35.     Fixed bug on uncompressed .FLI files
  36.     Added luminence control with Pgup/Pgdown keys (not on Hercules)
  37.     Added Home key for returning back to original palette
  38.     Fixed bug with palette fades
  39.     Fixed VESA win.granulality bug
  40.     Added support for RAM/EMS/FILE caching
  41.     Made .FLI limit 16 megabytes
  42.  
  43. Version 0.4 fixes:
  44.     Problems with storing seek position on some .fli files
  45.     Problems with 320x200 first frame
  46.     Hercules Graphics Station version uses 386 instructions
  47.     Variable speed playback with 1-9 keys
  48.     Escape from the program with the ESC key
  49.  
  50. Version 0.3 adds support for:
  51.     Hercules Graphic Station Card
  52.     Fixed bugs
  53.     Made old 320x200x256 animations play in 320x200 mode
  54.     Center other animations into middle of screen
  55.  
  56. Version 0.2 adds support for:
  57.     Tseng 4000
  58.     Oak Technologies
  59.     VESA
  60.  
  61. How to use the Player
  62.  
  63. Using the program is simple.  All you have to do is type "PLAY filename.FLI"
  64. or "PLAY scriptname.GRV", the program will try and detect the SVGA card you 
  65. have, and then start to play the animation in 640x480x256 resolution. 
  66. Programs that generate .FLI's at this resolution include Autodesk 3D Studio 
  67. and Autodesk Animator Pro.
  68.  
  69. This program is not free.  Trilobyte will support the product and send you
  70. regular updates and the scripting program "Groovie".
  71.  
  72. If you would like to register, please send a check, made payable to Trilobyte,
  73. for $20 to:
  74.     Trilobyte
  75.     PO Box 1412
  76.     Jacksonville
  77.     Oregon, 97530
  78.  
  79.     (503) 899 1113
  80.  
  81. YOU HAVE TO REGISTER TO GET THE SCRIPT MAKER "GROOVIE" !!!
  82.  
  83. If you have any comments, please send them to:
  84.     Compuserve: 72330,3276
  85.     Genie     : G.DEVINE
  86.     Internet  : 72330,3276@compuserve.com
  87.  
  88. For best results when using the player, play the animation with lots of
  89. expanded memory free.  Play uses expanded memory to store the animation.  To
  90. use expanded memory you must first install a driver like EMM.SYS.
  91.  
  92. To stop the player from animating, press the Esc key, the player will change 
  93. back to text mode and return you to dos.
  94.  
  95. To vary the playback speed, press the keys 1-9 on the keyboard, pressing 0
  96. will restore the speed saved in the animation.
  97.  
  98. To change the luminence of the animation use the Pgup/Pgdown keys, Home
  99. returns the colors back to normal.
  100.  
  101. To toggle grey scale on/off press the Home key.  Useful for that old movie
  102. effect.
  103.  
  104. To change the number of loops, use the -ln or /ln option on the command line.
  105. For example:
  106.     Play myfli.fli -l10
  107. will play "myfli.fli" ten times.  The maximum number of loops is 65535.  A
  108. value of 0 will loop forever.
  109.  
  110. To change the speed from the command line, use the -sn or /sn option.
  111. For example:
  112.     Play myfli.fli -s10
  113. will play "myfli.fli" at speed ten.  Speeds can be between 0 and 255.
  114.  
  115. To stop Play changing the video mode back to text once finished, use the /g
  116. or -g option on the command line.
  117. For example:
  118.     Play myfli.fli -l10 -s10 -g
  119. will play "myfli.fli" ten times at speed ten and then stay in graphics mode
  120. when it exits.
  121.     
  122. Planned changes so far are:
  123.     Support for more graphic cards (including Targa)
  124.     A version for Windows
  125.     A Protected Mode version for faster playback
  126.  
  127. Thank you for using the Trilobyte SVGA FLICK & Groovie Player
  128.  
  129.