home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / honosito / seged / clonecd.exe / SkinInfo.txt < prev   
Text File  |  2000-08-31  |  3KB  |  71 lines

  1. How to create your own CloneCD Skin?
  2.  
  3. If you wish to modify the look of CloneCD, you can do this by creating "CloneCD Skins".
  4. First of all, this information applies to CloneCD Version 2.7.5.1 or higher. You should not use Skins with earlier versions of CloneCD.
  5.  
  6. Every Skin needs to be in an own Directory in the Graphics directory of CloneCD's programm directory:
  7.  
  8. Elaborate Bytes
  9.    |
  10.    --- CloneCD
  11.           |
  12.           ----- Graphics  <- Place your directory here!!!!
  13.                    |
  14.                    ---- My Personal Skin
  15.  
  16. You should look at the files in "Graphics" and "Modern" to get started quickly.
  17.  
  18. With Windows ME and Windows 2000, you can "Drag & Drop" your skin directory in CloneCD's Skin selection Dialog.
  19. If CloneCD is uninstalled, added Skin directories will not be deleted.
  20.  
  21. Description of Skin.ini:
  22.  
  23. Your skin needs a Skin.ini file in its directory.
  24. If the file is not there, the Skin won't be loaded. If version is < 2, the skin won't be loaded.
  25. This Version information is important, if CloneCD changes the "Skin" loading in the future.
  26. The comment will be displayed, if the user selects the skin directory.
  27. Please keep it small (up to 55 characters).
  28. The character " is not allowed. Adding a comment is optional.
  29.  
  30. [DE], [ES], etc. are locale specific comments. If they are missing, the default will be used.
  31. The default comment - if present - shall be in English.
  32.  
  33. Here is an example:
  34.  
  35. ---- Skin.ini Start ---- cut here ----
  36. [CloneCD]
  37. Version=2
  38. Comment=Modern 256 colour Skin by Elaborate Bytes
  39.  
  40. [DE]
  41. Comment=Moderner 256 Farben Skin von Elaborate Bytes
  42.  
  43. [ES]
  44. Comment=Skin moderna con 256 colores hecha por Elaborate Bytes
  45. ---- Skin.ini End ---- cut here ----
  46.  
  47.  
  48. Description of Skin .bmp:
  49.  
  50. You can provide up to three images within a single bitmap. All images must be the same size and next to each other in a horizontal row.
  51. CloneCD displays one of these images depending on the state of the button.
  52.  
  53. Image position and button state Description:
  54.  
  55. First Up:
  56. This image appears when the button is unselected. If no other images exist in the bitmap, this image is used for all states.
  57.  
  58. Second Disabled:
  59. This image usually appears dimmed to indicate that the button can't be selected.
  60.  
  61. Third Clicked:
  62. This image appears when the button is clicked. The Up image reappears when the user releases the mouse button. If this image is missing, the first image will be displayed.
  63.  
  64. If only one image is present, CloneCD attempts to represent the disabled state by altering the image.
  65. You should always provide a "disabled state" image in your bitmap, as CloneCD's attempt to represent a disabled state is far from being perfect.
  66.  
  67. The lower left pixel of the bitmap is reserved for the "transparent" color. Any pixel in the bitmap that matches the colour of the lower left pixel will be transparent. 
  68.  
  69. Note, that using "Version 2" Skins with older versions CloneCD won't work, as the "Number of States" was hardcoded in the program.
  70. Using old skins with the new version (after adding a Skin.ini file) should work fine, as CloneCD will determine, how many images are in the bitmap.
  71.