home *** CD-ROM | disk | FTP | other *** search
/ Screen Artists / SCREEN_ARTISTS.iso / PROGRAMS / PLAY.TXT < prev    next >
Text File  |  1992-04-09  |  5KB  |  141 lines

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