home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / startup / xrxlgo2b.zip / XRXLOGO.TXT < prev   
Text File  |  1996-09-14  |  11KB  |  235 lines

  1. This is the Second Beta Release of my Animated Logo Utility.
  2.  
  3. The only file required to run this version on a Windows 95 Machine
  4. is XRXLOGO.EXE  
  5.  
  6. If you have any problems with it, let me know (Email : xrx@nucleus.com)
  7.  
  8. The purpose of this utility is to set the correct bits in a 320 x 400 x 256
  9. Color Bitmap to an Animated Windows 95 Startup Logo, and display the resulting
  10. animation.
  11.  
  12. The version included has an expiry date, please check for updated versions at
  13. http://www.nucleus.com/~kmcmurdo/samplogo.htm
  14.  
  15. The following is slightly modified instructions from my World Wide Web page on
  16. how to create Animated Logo Screens.  Including a quick overview of how to use
  17. XrXLogo.  The page can be found at:
  18. html://www.nucleus.com/~kmcmurdo/win95logo.html
  19.  
  20. Karl McMurdo
  21.  
  22. ------------------------------------------------------------------------
  23.  
  24. Animated Logo Screens
  25.  
  26. As many people are no doubt aware, anyone can replace the startup logo screen
  27. shown by Windows 95« with one of their own, the only problem has been that it
  28. isn't widely known how to create an animated startup screen (Those pretty
  29. moving blue bars at the bottom of the standard screen.) While some people may
  30. not feel this is important, and many simply disable the logo screen completely,
  31. with my extremely unstable system (Strange Hardware), it is important to me to
  32. know the that the system is still doing something rather than just sitting
  33. there during startup. Until now this has left me STUCK with the default startup
  34. logo which has bothered me because I KNOW I'm running Windows 95«, and don't
  35. need to be reminded every time I boot (Happens quite often). As it turns out,
  36. creating an animated startup screen is a rather simple though time consuming
  37. task. 
  38.  
  39. ------------------------------------------------------------------------
  40.  
  41. What's required:
  42.  
  43. 1.The desire to get rid of that annoying Windows Logo. 
  44.  
  45. 2.A picture to animate, this should be a 256 Color 320 x 400 Windows BMP, this
  46. seems a strange size because the startup screen uses a mode that puts that
  47. resolution on the screen. I tend to do my designing on a 640 x 400 image then
  48. scale it using a graphics utility, this makes it easier to get the proportions
  49. correct. 
  50.  
  51. 3.A graphics Utility that can directly edit the Palette of an image. (I have
  52. yet to decide what is the best for this, I've been trying out a few different
  53. ones, and think the final choice will be either Paint Shop Pro or LView Pro.
  54. PSP has the advantage because you can edit the image with it while LView Pro
  55. has the better image manipulation tools.) 
  56.  
  57. 4.A hex editor. This is crucial, (Hopefully it wont be needed in the future as
  58. I am working on a program that will allow manipulation of the bits changed to
  59. allow this animation, and display the animation without rebooting.) 
  60. DONE! AniLogo.exe is the one.
  61.  
  62. 5.Patience, getting all the right colors in all the right places can be time
  63. consuming. 
  64.  
  65. ------------------------------------------------------------------------
  66.  
  67. Steps to create Animated Logo:
  68.  
  69. First a word about the 'animation' this is not true animation, this is palette
  70. animation, this means that only the colors of areas on the screen change, not
  71. the shape of the areas. This is accomplished by the manipulation of the
  72. pictures palette, so far I have got 2 scenarios figured out, the first simply
  73. rotates the palette from a selected starting point through to the end
  74. continuously, this is the method used by the default startup logo. The second
  75. seems to step through the palette to the end and back again. Designing an
  76. animation using this technique can be a bit of a challenge. 
  77.  
  78. 1.Create, borrow or whatever, just get yourself a picture to animate.  One of
  79. my first attempts was a bitmap of flowers, simple but appealing. I
  80. found a JPG that's 640 x 480 TrueColor. 
  81.  
  82. 2.Correct the size of your picture. Resize the image to 320 x 400 using your
  83. choice of tools. 
  84.  
  85. 3.You will need a few unused colors in the palette to use for your animation.
  86. So at this point you want to reduce the color depth of your image to something
  87. under 256. I'm going to use the same kind of animation that the default logo
  88. uses at the bottom of my image so I'm going to need 20 colors. (If you count
  89. you'll find that there are 20 boxes across the screen) So I need to reduce the
  90. number of colors in my image to 236. I find that doing this step after resizing
  91. generally results in a better image. 
  92.  
  93. 4.At this point I generally go in and set the unused colors I'm going to be
  94. animating (Must be at the END of the palette) to unique colors that are not
  95. used anywhere else in the picture. This makes it easier to do the editing
  96. because some editors will use the first matching color in the palette rather
  97. than the one selected. This can get quite frustrating, you think you've set
  98. that last box to a specific color to be animated, and it never changes because
  99. it actually got set to a non animated color earlier in the palette. 
  100.  
  101. 5.Now add the elements to be animated to your picture, in this case I am
  102. putting 20 boxes across the bottom of the picture, and setting them to each
  103. successive color I set in the previous step. 
  104.  
  105. 6.Now go back and set those colors to what you actually want them to be. In my
  106. case I started with black, faded to green and back to black in those last 20
  107. palette entries. 
  108.  
  109. 7.Save your picture as a 256 color Windows Bitmap (.BMP), it will have to be
  110. renamed later. 
  111.  
  112. 8.Save your original LOGO.SYS if any. 
  113.  
  114. 9.Load the file into 'XrX Animated Logo Utility', then set the number of colors
  115. to animate, in the example above starting at 236, the number of colors animated 
  116. is 20.  You can then select 'Test Animation' to view the animation.  This works
  117. best with the number of screen colors set higher than 256.  At 256 colors you
  118. can get the general idea of the animation, but most dont display quite right.
  119. If you wish to see you logo full screen, Double CLick on the logo, click again
  120. to return to the small view.  New in this version is the ability to store a 
  121. description and author name in a logo file, this is available in the INFO tab
  122. The file can now be saved over top of the original or saved with a different name.  
  123. If your C: drive isn't compressed, the logo can be installed from here as well.  
  124. I am working on compressed drive install. The reverse option in the Startup Options 
  125. window allows you to reverse the direction of the animation.  
  126.  
  127. More new feature include the addition of a border that shows the border that will
  128. appear on some systems when they boot (this appears to be working, but I am not
  129. 100% sure about it)  In this version you can drag a logo file from the explorer
  130. onto the logo utility.  Another minor addition is hot links to the Internet, if
  131. your system is Internet capable, clicking the blue underlined labels on the
  132. info page will start either your mail program or your web browser.
  133.  
  134.  
  135. ------------------------------------------------------------------------
  136. This is a beta release, please report any bugs to XrX Computer Applications
  137. via E-Mail at xrx@nucleus.com or via the Animated Logo Feedback Page on 
  138. the Sample Logos Web Page : http://www.nucleus.com/~kmcmurdo/samplogo.htm
  139. ------------------------------------------------------------------------
  140.  
  141. Good luck creating your own logo's, I wouldn't mind seeing other peoples work,
  142. or if you have any comments you can send me E-Mail. 
  143.  
  144. Karl McMurdo (XrX) - kmcmurdo@nucleus.com
  145.  
  146. ================================================================
  147.  Win 95 animated start-up logo installation instructions
  148. ================================================================
  149.  
  150. !   *.sys file type is usually hidden in most people's computers 
  151.     under Win95.  Hence, you might have trouble in finding *.sys 
  152.     files for copying files.  To see these hidden files, you can 
  153.     use either suggestion below. 
  154.  
  155.     suggestion a.   go to Explorer
  156.                        choose View menu, then select Options...
  157.                           in the dialog, enable "Show all files"
  158.  
  159.     suggestion b.   use a DOS window, in which most *.sys files 
  160.                     can be viewed normally
  161.  
  162. ----------------------------------------------------------------
  163. 0.  Extract the new .SYS file to a temporary directory.
  164.  
  165. ----------------------------------------------------------------
  166. 1.  Move (backup) original "start-up" logo, "LOGO.SYS" from the
  167.     root directory of your boot drive, usually C:\ to another
  168.     temporary directory.
  169.  
  170.      (If you are using a compression utility or cannot locate
  171.       the logo.sys file, please see the notes below.)
  172.  
  173. ----------------------------------------------------------------
  174. 2.  Use DOS window or Explorer to copy new logo file to the 
  175.     root directory, renaming the new copy to "LOGO.SYS"
  176.  
  177.      (If you are using a compression utility, please see the 
  178.       notes below.)
  179.  
  180.       Example of DOS command:    
  181.            
  182.             copy c:\temp_dir\xrxlogo.sys c:\logo.sys 
  183.  
  184. ----------------------------------------------------------------
  185. 3.  Restart your computer and you're done!
  186. ----------------------------------------------------------------
  187.  
  188.  
  189. =======
  190.  Note:
  191. =======
  192. * If you are using a compression utility on your boot drive, 
  193.   you must put logo.sys in the host for that drive.
  194.   (For example, if drive C: is compressed and its host is the G: 
  195.    drive, then logo.sys should be placed in the root directory 
  196.    of the G: drive.)
  197.  
  198. * The default logo.sys is embedded in io.sys file.
  199.   If you cannot find logo.sys in your drives, including the host 
  200.   drive (see above), chances are Win95 is using the logo that is 
  201.   embedded in io.sys as your start up logo.  In this case, you 
  202.   don't have logo.sys to backup.    Simply place the new logo.sys 
  203.   in the root directory of your boot (host) drive. 
  204.   Logo.sys in the root directory will take precedence of the one 
  205.   embedded in io.sys file.  To get back to the original win95 
  206.   logo, simply rename the logo.sys to other name.
  207.  
  208. * To restore the original win95 logo, you must save (backup) the 
  209.   file in step 1.  Then just copy the original logo to the 
  210.   designated directory.
  211.  
  212. * You can create your own Win95 logo files.  They must be in 
  213.   320 x 400 (256 colors) bitmap format.  Although the real size 
  214.   displayed is 640 x 400, Win95 will stretch these logo files 
  215.   when displaying them.  If you want to create an animated logo, 
  216.   see my instruction page on the internet at 
  217.        http://www.nucleus.com/~kmcmurdo/win95logo.html
  218.  
  219.   More animated Logo's can be found on the sample page linked to
  220.   the instruction page above.
  221.  
  222. ----------------------------------------------------------------
  223.  
  224. Thanks to Rob Chen whose instructions for installing Windows 95
  225. logo files I have blatantly plagiarised.
  226.  
  227. ----------------------------------------------------------------
  228.  
  229. * If you have any questions or comments, please e-mail me.
  230.  
  231.                  Karl McMurdo    kmcmurdo@nucleus.com
  232.                                  73230,2600  (compuserve)
  233.     XrX Computer Applications    xrx@nucleus.com
  234.  
  235.