home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 2544 / clscrn / makecvs.txt < prev    next >
Encoding:
Text File  |  1994-05-10  |  3.3 KB  |  79 lines

  1.  
  2. This document will help guide you in modifying and 
  3. creating your own CVS files. 
  4.  
  5. What is a CVS File:
  6.  
  7.         A CVS file is a file that is used by the Cool Screen
  8.     Saver. It contains information that the program needs 
  9.     to run, such as the sound settings, sound source, play 
  10.     order, viewport for video size and location. In addition 
  11.     it provides the user the ability to create their own 
  12.     custom screen saver by specifying the AVI, WAV, and 
  13.     BITMAPs that the program should use. It is this ability 
  14.     to specify files that sets this screen saver apart from 
  15.     other Multi Media or Video screen savers.
  16.  
  17. How to edit a CVS:
  18.  
  19.         The Cool Screen Saver comes with the ability to edit your 
  20.     CVS files from within the configuration screen. Click on 
  21.     the button that says View/Edit Project. This will bring 
  22.     up your current CVS in an editor form. You may modify and 
  23.     save, print, save as another file, open a different file 
  24.     or just exit without saving. It is probably best to print 
  25.     out a copy of your CVS before attempting to make any 
  26.     changes. This will also allow you to make notes as to
  27.         what was modified. You may also wish to use one of the 
  28.     demos as a starting point to create other CVS projects. 
  29.     Remember to save them under a different name to avoid 
  30.     over writing the demo file.
  31.  
  32.         The other option is to change the various setting via the 
  33.         configuration screen. Remember to click on the Save 
  34.     Project Settings button.
  35.  
  36.  
  37. What is in a CVS file:
  38.  
  39.         The first part of the CVS file contains header informa-
  40.     tion, used to verify that this is a Cool Screen Saver 
  41.     file. These lines must be present or the program will 
  42.     not run and will write out an R- ERROR in the 
  43.     COOLSCRN.LOG file. The %% are NOT comment characters!
  44.  
  45.         The next section contains program runtime information,
  46.     pertaining to the sound, sound source, play order etc. 
  47.     Most of the  items in this section can be set via the 
  48.     configuration screen. Remember to save the changes 
  49.     before exiting the configuration screen.
  50.  
  51.         The Next sections contain the files that you wish to 
  52.     use. They are broken into 3 sections. Each section list 
  53.     files of a singular file type, ie AVI, WAV, BITMAP etc.  
  54.     DO NOT MIX OR MOVE SECTIONS. To add a file to a section 
  55.     just type the path to the new file. When the program runs 
  56.     it will include your new file. You can do this for AVI, 
  57.     WAV, & BITMAPs. It's that easy.
  58.  
  59.         There is one special switch the /T in the bitmap section. 
  60.     With this switch you can tell the program the size and 
  61.     location of the Video  view port.  If you have a regist-
  62.     ered copy of the software you can use the look up table 
  63.     or the templates to determine the correct switch setting.
  64.  
  65.     ** IMPORTANT: You MUST include the /T switch on ALL 
  66.               BITMAPS, even if you are using FULL SCREEN, 
  67.               CENTERED, or any of the other templates that 
  68.               may not actual use the switch.     
  69.     
  70. Neat Trick:
  71.  
  72.         If you want a specific Video file to play with a certain 
  73.     Bitmap background or Sound file, make sure that you have 
  74.     the same number of files listed in those sections. This 
  75.     way there will be a 1-1 relationship and the system will 
  76.     start at the top of the list a play them in their related 
  77.     sequence.
  78.  
  79.