Carpe Diem
Published on January 13, 2006 By Cyberworld In Tutorials
How to make a Bootskin

In this tutorial you will learn how to create a bootskin step-by-step. In this example I’m using actual screenshots of the process of making a Bootskin of my own called Genesis Aftermath I.

A. Introduction:

Basic tools:

- MS Windows: Preferably Win XP is the right system to work on for Bootskin.
Microsoft Website: Link

- Bootskin: The actual program to create and apply Bootskins with ease and safety.
Bootskin Website: Link

- Photoshop CS (either full or free trial version): This is where the main work is done.
Adobe Website: Link

- WinZip: The utility to zip your Bootskins.
WinZip Website: Link

- Notepad or Object Edit or any other text editor: Used to make the little script that comes with every Bootskin. (Notepad is intergraded to Windows so you don’t need to download anything else).

The big picture:

To create a Bootskin you need to make-create three basic things:

a. The screen image: The actual image to show.
b. The progress bar: The tiny little bar that floats.
c. The script: A small text file that tells everything what to do.

B. The screen image:

- We will now attempt to make the screen image we want to use for our Bootskin. The whole process will take place in Adobe Photoshop CS. All terms referred are from the actual Photoshop layout.

- Screen image’s Properties: 640x480, 4-bit, 16 colors palette.

1. You need to make your image in 640x480, the resolution that any Bootskin screen image is. So if you have a bigger sized picture-wall you need to drop its resolution to 640x480. Appropriate wall sizes are: 800x600, 1024x768, 1280x960 and 1600x1200. If you have any other resolution you may need to do some clipping or stretch the image.

2. The way to do proper image resize is from the menu "Image>Size…" Upon click on it a Dialog Box will appear.

3. Tick all the check-boxes that appear on the lower part of the Dialog Box. Those are:
- Scale Styles (if you have a multilayered image and you used styles or blending options
on them to scale them as vector forms, gives them a cleaner look)
- Constrain Proportions (so that your image doesn’t get hindered too much)
- Resample Image (the mode to resample your image). In the drop down menu next to
Resample Image select Bicubic; this is the best method to bring down an image.

4. Now at the text box labeled as Width insert the number 640. With Constrain Proportions activated the Height should adjust automatically to 480. Press Ok to resize.

5. If your image is not of the resolutions mentioned above, then don’t click on Constrain Proportions and in the text boxed labeled as Width and Height insert the numbers 640 and 480 correspondingly. Press ok to resize. Note: This might alter image quality, but that is your choice.

Screenshot 1: In this first screenshot you can see steps 1-5:




6. Now you have the right size of image. The next you need to do is reduce the colors to the 4-bit palette or 16 colors.

7. The way to properly reduce the image color depth is to go from "Image>Mode>Indexed Color…" Indexing an image means that you’ll reduce its colors to a specified number and all pixels will be accordingly adjusted. The largest possible palette when you Index an image is consisted of 256 colors. Note: Imagine the image palette as a big matrix of boxes each one representing a color of the image. Each box has a unique value. The first color in the palette is called the Master Color. (Note this for future reference, since it’ll help you understand the relation between Screen Image and Progress Bar)

8. A property window will open. At this stage you’ll need to play a bit with all the fields. Check the check-box called Preview in order to preview the changes to your image and in that way you may experiment freely. The following fields are the ones that appear in the window with short explanatory tips:
- Palette: The way the color will be applied to the image. You may select from three kinds which are: Local (Selective), Local (Perspective), Local (Adaptive). You choose the one that is best for your image. I recommend using mostly Local (Selective) or Local (Perspective) since they map colors better.
- Colors: The number of colors you want the image to be indexed in. Here you just type the number 16, since this is the value for 4-bit images.
- Forced: The number of colors forced to be as default first colors in the palette. Here I recommend choosing Black & White, since these are the primary colors needed for the picture. (If you are an advanced user you may choose None or Custom).
- There is a check-box called Transparency. Do not check it, as it’ll ruin your work. The Windows system doesn’t recognize Transparency for system images, basically there is no transparency for 4-bit images at all. It is a feature for 256 colors images and beyond.
- The Matte drop-down list may be active or inactive, I don’t know what it is supposed to do, but you’d better not touch it and leave it as is.
- Dither: It has four different methods to dither the image. You may play with them freely and adjust it to your image needs. I recommend dithering with Diffusion.
- Amount: The amount of the applied dithering method. Usually is only active for Diffusion. I recommend setting it to about 85-95% for Diffusion.
- Also there is a check-box at the lower part of the Dialog Box labeled "Preserve Exact Colors". Do not check this as it’ll also ruin your work. Preserving colors is only possible for 256 colors or above images.
- After you bring the image to your liking Press Ok to apply changes. Note: Not all images look good in 16 colors. See the tips area below for more info as to the selection of images.

Screenshot 2: In this screenshot you can see steps 6-8:



9. Now you’ll need to save the images palette as you’ll need it to make a matching progress bar.

10. To save your image’s palette file go to "Image>Mode>Color Table…"

11. A property windows will open. In front of you is the palette of your image. Press Save and save the palette somewhere in your drive. Note: You may notice that the palettes are saved as .atn or .act (depends on your Photoshop’s Edition), those are action files, a collection of macros to perform various actions in Photoshop.

Screenshot 3: In this screenshot you can see steps 9-11:



12. Now you need to save the screen image. To do that go to File>Save As… and from the format drop-down list select .bmp. Give your image a name and hit the Save button. A properties window will come up. From that select 4-bit (don’t leave the default 8-bit value) and don’t select any of the boxes below.

Screenshot 4: In this screenshot you can see step 12:



C. The progress bar:

- We will now attempt to make the progress bar image we want to use for our Bootskin. The whole process will take place in Adobe Photoshop CS. All terms referred are from the actual Photoshop layout.

- Screen image’s Properties: 22x9, 4-bit, 16 colors palette.

1. You need to make your image in 22x9, the resolution that any Bootskin proper progress bar image is.

2. Paint the progress bar black with the bucket tool and reduce the colors to the 4-bit palette or 16 colors.

3. The way to properly reduce the image color depth is to go from "Image>Mode>Indexed Color…" Indexing an image means that you’ll reduce its colors to a specified number and all pixels will be accordingly adjusted. The largest possible palette when you Index an image is consisted of 256 colors. Note: Imagine the image palette as a big matrix of boxes each one representing a color of the image. Each box has a unique value. The first color in the palette is called the Master Color. (Note this for future reference, since it’ll help you understand the relation between Screen Image and Progress Bar)

4. A property window will open. At this stage you won’t need to play with any fields. Just leave them as they are and hit the ok button.

Screenshot 5: In this screenshot you can see steps 1-4:



5. Now you need to have the progress bar with the same kind of palette you used with your screen image. That is why you saved your original images palette.

6. To load your screen’s image palette go to "Image>Mode>Color Table…"

7. A property windows will open. In front of you is the palette of your image with only 2 or 3 colors. Press Load and find your screen image’s palette you previously saved somewhere in your drive and hit ok. Now you’ll see that you have the identical palette as your screen image. Note: You may notice that the palettes are saved as .atn or .act (depends on your Photoshop’s Edition, those are action files, a collection of macros to perform various actions in Photoshop.

Screenshot 6: In this screenshot you can see steps 5-7:



8. Time to move on to the actual progress image processing. First you open your screen image to use as a color chooser. It is the best, safest and fastest way since you don’t know the exact values of colors from your Color Table.

9. Pick color chooser and start picking the colors you’ll need for the progress bar image. Using the pencil tool draw your progress bar at any kind of design you like. For your convenience you may want to zoom to 1600% to be more precise as the progress bar is a very small image.

Screenshot 7: In this screenshot you can see steps 8-9:



10. Now you need to save the progress bar image. To do that go to File>Save As… and from the format drop-down list select .bmp. Give your image a name and hit the Save button. A properties window will come up. From that select 4-bit (don’t leave the default 8-bit value) and don’t select any of the boxes below. It is suggested to save the progress bar image in the same directory with the screen image.

Screenshot 8: In this screenshot you can see step 10:



D. The script:

- We will now attempt to make the script we want to use for our Bootskin. The whole process will take place in Notepad or Object Edit and MS Paint.

- Script’s Properties: File type of .ini.

1. The actual script is very simple. It consists of ten lines of properties code.

2. You open Notepad or Object Edit and write down the following code or copy/paste it exactly as given:

[BootSkin]
Type=
Name= ""
Author= ""
Description= ""
Screen=
ProgressBar=
ProgressBarX=
ProgressBarY=
ProgressBarWidth=

3. Explanatory guide for each field:

- [Bootskin] : This indicates for which program is the code for.
- Type= : I’m not sure what is the use for this. But the value is always 0.
- Name= "" : Within the quotation marks you put the name of your skin.
- Author= "" : Within the quotation marks you put the name of the creator/your name.
- Description= "" : Within the quotation marks you write down a brief description for your skin.
- Screen= : This is where you write down your screen image’s filename.
- ProgressBar= : This is where you write down your progress bar image’s filename.
- ProgressBarX= : The x-value where the right top angle of your progress bar image’s will be placed. This is a value that tells at which x-pixel of the screen image will the progress bar be placed. Note: x-y are used as in a graphical histogram.
- ProgressBarY = : The y-value where the right top angle of your progress bar image’s will be placed. This is a value that tells at which y-pixel of the screen image will the progress bar be placed. Note: x-y are used as in a graphical histogram.
- ProgressBarWidth = : The width that you wish your progress bar to be. Note: This is not the progress bar image’s width (22 pixels) but the distance you want your progress bar image to travel within the picture.

4. Example of complete script for better understanding:

[BootSkin]
Type= 0
Name= "Genesis Aftermath"
Author= "Cyberworld"
Description= "At the dawn of the new light..."
Screen= Genesis Aftermath Screen.bmp
ProgressBar= Genesis Aftermath Progress Bar.bmp
ProgressBarX= 115
ProgressBarY= 436
ProgressBarWidth= 475

5. You might have some trouble figuring out the x/y values as well as the progress bar width. So the easiest way to resolve this is via MS Paint. Open both your screen and progress bar images. On your progress bar image hit Ctrl+A to select the whole image and then Ctrl+C to Copy the image to the clipboard. Now on your screen image hit Ctrl+V to paste the progress bar image within it. You’ll notice that the progress image floats within the screen image and you can move it all around the image. I recommend that you already zoom into the area where you’d like your progress bar to start from prior to pasting the progress bar image. Place your cursor just one pixel above the area selected and see at the lower right part of MS Paint a place where some numbers appear. Those are the mouse coordinates the exact x-y values you need for your script. After that use the selection tool to draw a rectangle starting from the x-value of your progress bar image and pull it to a satisfying progress bar width. Again at the lower right part of MS Paint another set of numbers will appear stating the width and height of your rectangle. The first one is the width and the actual progress bar width value you need for your script.

Screenshot 9: In this screenshot you can see step 5:



6. When the script is ready save it as "bootskin.ini" from Notepad or Object Edit in the same directory with your screen and progress bar images.

E. Compiling the Bootskin:

1. This is the less recommended way to compile a .bootskin, yet it is the fastest and up to now the most efficient for me. Go to the directory where your screen and progress images are, as well as your bootskin.ini and select them all. Using WinZip or any other zipper program zip the three files into one .zip file. After this just rename the .zip to .bootskin and double-click it. The .bootskin file will auto-install to your bootskin directory.

2. That’s all. Your bootskin is ready.

F. Special Notes:

1. The Progress Bar image must always roll on the first color of the Screen image’s color palette. Usually that color is black, so in full color images you might need to create a small tray for your progress bar to roll on. Suggested tray sizes are the following: 112x11, 134x11, 156x11, 112x13, 134x13 and 156x13. The general rule goes: (Progress Bar Width + 2) x (Progress Bar Height + 2 or 4).

2. A very useful DX Widget for Bootskin is Bootskin Buddy by RabitRobot found at: Link

3. Thank you all. For any more info or inquiries post comments or send e-mail to: Link

Comments (Page 6)
6 PagesFirst 4 5 6 
on Jul 10, 2010

Hello, yea, i did everything as mentioned, but it didn't work, probably because i have a vista, any idea on how i can do this for bootskin vista?? Each time i try to put it on my bootskin, the bootskin says that its not compatible with my version of bootskin, and i have the vista version, and that happends to all the other xp skins i try

you've kinda....answered your own question......

link....

says free version....applies vista bootskins...

full version....allows for new skin creation....

 

XP bootskin program for XP boots

Vista bootskin program for Vista boots...

on Sep 03, 2010

OHHHHH,, this my first time working with photoshop but i think ive done everything ok

1.does this even work for vista??

2.ive done everything but when i open the zip file its just normal, three files in a zip archive.

i think if i have done something wrong it should be where u open a new file in photoshop to make the progress bar,, i ve go photoshop cs5 extended and when u open a new file u only get 1bit, 8bit, 16bit and 38 or 32 bit so i cant choose 4 bit in there,,, but i think the problem isnt that cus when u save the file its asks u if u want it 4bit or 8bit nd i choose 4bit soooo... 

this is getting me crazzyyy,, im gonna try doing it all over again but please help meee PLEASEEEE email me

on Sep 03, 2010

Hello, yea, i did everything as mentioned, but it didn't work, probably because i have a vista, any idea on how i can do this for bootskin vista?? Each time i try to put it on my bootskin, the bootskin says that its not compatible with my version of bootskin, and i have the vista version, and that happends to all the other xp skins i try you've kinda....answered your own question...... link.... says free version....applies vista bootskins... full version....allows for new skin creation....   XP bootskin program for XP boots Vista bootskin program for Vista boots...
lol k thanks but do u lot know anyway that u can make a bootscreen for vista???

on Sep 03, 2010

do u lot know anyway that u can make a bootscreen for vista???

 

see here.... link...

and here...

note:

Features
Free version applies any BootSkin
Full version allows for new skin creation (coming soon for individual purchase, now available to Object Desktop customers)
_________________________
creation of Vista bootskin is not like XP... you don't have to make it in a program like PS...just pop the wall in... easy....but uninteresting.... & there is no moving progress bar...
on Sep 05, 2010

Yay, thank you! It worked wonderfully!

on Sep 05, 2010

   have fun..

on Jun 25, 2011

Hallo.

Ich habe diese Schritte befolgt und ein BootSkin erstellen können. Leider ist dieses Bootskin nicht kompatibel mit dem Programm von Stardock Name BootSkin Vista. Das BootSkin das ich gemacht habe ist auch sehr klein. Kann es sein das ich da ein Fehler gemacht habe.

Hintergrundbild: 480 mal 640 Pixel 4 bit 16 Farben

Laufbalken: 9 mal 22 Pixel 4 bit 16 Farben

Laufbalken in MS Paint auf Hintergrundbild mit Strg Taste und A dann Strg Taste C und dann zum Hintergrundbild wechseln und mit Strg Taste und V den Laufbalken auf das Hintergrundbild auftragen. Den Laufbalken beliebig nach rechts ziehen bis zum ende des Hintergrundbildes und dann los lassen.

Dieses Bild als BootSkin.ini im selben Verzeichnis speichern und es erscheint eine Text Datei. Diese Datei, das Hintergrundbild und den Laufbalken im selben Verzeichnis markieren und mit WinZip bearbeiten. Das ganze dann in dem selben Verzeichnis speichern und das aber nochmal als DateiName.BootSkin Datei speichern. Dann bekommt man erst die BootSkin Datei. Oder nicht ?

on Jun 25, 2011

Translation:

Hello.

I've followed these steps and create a BootSkin can. Unfortunately this is not compatible with the program Bootskin from Stardock BootSkin Vista name. The BootSkin I've done is also very small. Can it be that I've since made ​​a mistake.

Background image: 480 by 640 pixel 4-bit 16 colors

Bar graphs: 9 by 22 pixel 4-bit 16 colors

Bar graphs in MS Paint and wallpaper by pressing Ctrl key and press A then Ctrl C and then change the background image and using Ctrl key and V apply the bar graphs on the background image. The bar graphs to the right move freely until the end of the background image and then release.

BootSkin.ini save this image as it appears in the same directory and a text file. This file, the background image and the bar graphs in the same folder and select Edit with WinZip. The whole store then in the same directory and also save the file again as DateiName.BootSkin. Then you get only the BootSkin file. Or not?

on Jun 25, 2011

If they have vista this is for XP so will not work on Vista just need a Picture for vista.

 

If they have XP Stardock Bootskin Vista will not work on XP. 

on Dec 05, 2011

I have a strange problem.

I made a bootskin with this awesome tutorial and everything seems to be fine: I can install the skin, the preview does show up in BootSkin but when I apply it and reboot to see it I get a blue error screen on my computer. Has anyone experienced the same? Please help me, because I really want to know where I messed up when creating the bootskin.

Here's a link for the bootskin file I created:

http://www.mediafire.com/?jkywe7eadooj3d1

 

BE CAREFUL! After I got this blue screen I had to use my backup of the computer to make it work again.

on Dec 05, 2011

SchRita, What OS are you using?

 Do NOT use Bootskin(any version)on Windows7.  It will not work and will make your system unbootable.

on Dec 05, 2011

SchRita
After I got this blue screen I had to use my backup of the computer to make it work again.

if you are indeed in XP and this happened... all you need to do is go into safe mode and set the default bootskin and it'll put you back to rights again....

 

so... assuming you are in XP... do other downloaded boots work ok?

can sometimes be something quite small in a homemade boot that will send if off.... have to have the correct size and palette etc...

try bootskin buddy and see if this helps you...  link     this is assuming you are using Bootskin XP...in XP 

on Mar 12, 2012
Alas, I too am getting a blue screen when I test my first boot skin. I'm using Windows xp Service Pack 3, for those who are wondering. I've used Safe Mode to get back into Windows as sydneysiders also suggests above and used BootSkin to reset to the default boot screen as well as testing other themes, but every time I test my skin, I get a blue screen. If someone out there could please take a look at my skin and tell me where I've gone wrong, I'd appreciate it. I also read in the comments that a bootskin won't work unless black is in the palette, so I made a modified version of my skin which includes black, but the results are the same. Thanks in advance, Nate Lawrence
6 PagesFirst 4 5 6