... or my version of it!
Published on December 1, 2003 By _Martin_ In OS Customization

 

 

 

The Art of Making BootSkins

BootSkins are certainly the skinning fashion of the moment. These are replacements for the screen that is displayed when Windows is loading.

Previously, replacing these screens had been a somewhat risky affair involving hacking your Windows application to pieces, but now BootSkin (www.bootskin.com) allows you to replace the screen without risking damage to your Windows installation under Windows 2000 and Windows XP.

The software allows you to apply one of the default skins or one downloaded from WinCustomize (https://www.wincustomize.com/skins.asp?library=32), but how do you create one of your own?


Well, it’s actually really easy. All that are required are 2 images and one configuration file. The first thing to do is to design how you want your skin to look when it’s completed.

This is my image as I want it to look. It’s just a tweak of the standard look. What you need to bear in mind currently is that BootSkin only works with 16 color images. There are plans to change this in the future to allow more colors but we must work with what’s available at the moment so keep your image simple.

The two images are the background and the progress bar. The background incorporates everything you see above apart from the blue progress bar in the top right. The box surrounding the progress bar is an optional part of the background image.

A lot of image programs claim to produce 4-bit (16 color) bitmaps but often the format is not quite right without knowing your image editing software well. What is fortunate here is that another Stardock program can help.


SkinStudio (www.stardock.com/products/SkinStudio) is mainly a tool for creating WindowBlinds and other skins but it has a useful tool built in that can help. If you select Tools … Bootskin … Prepare Image from the menu you will launch a little utility specifically for this purpose.

If you “browse” for your image you can load it into the utility.

You should then check the “Dither” option and experiment with the different Resampling and Dithering types to find the closest 16 color representation of your original image. You can then press “Save” and save your background image.


You can then move on to prepare the progress bar. The best way to do this is to start with an existing image to tweak. Basically however, in the BootSkin, you will eventually specify how much space the progress bar will take up and then this progress bar you create will be animated as Windows loads to fill this space.

Here we are using a simple image, which also uses the same 16 color palette as the background.

OK, so on to creating the actual BootSkin.

Under the directory where you installed BootSkin there is a Skins directory. Within this directory there will be a series of folders for each BootSkin installed. To add your skin, create a subdirectory with the name of your skin. I’m creating a directory called StardockEdition. Within that folder I’m going to place my two image files and a copy of an existing bootskin.ini file from one of the other folders.

We’re almost there now. We’ve done the hard work in creating the images. Now, we just need to change the .ini file to tell BootSkin how to use these images. Lets take a look at that file now.


[BootSkin]

Type=0

Name = "XXXXXXXXXXXX"

Author = "XXXXXXXXXXXX"

Description = "XXXXXXXXXXXX"

ProgressBar=XXXXXXXXXXXXXXXXX.bmp

ProgressBarX = XXX

ProgressBarY = XXX

ProgressBarWidth = XXX

Screen=XXXXXXXXXXXXXXXXXX.bmp

Note that I’ve replaced context with a series of XXXXXs. These are the areas you need to change.

Name

Here, simply enter the name of the BootSkin you have created within quotation marks.

e.g. Name = "Windows Stardock Edition"

Author

Here, enter your own name so you can get the credit owed for your wonderful skin within quotation marks.

e.g. Author = "_Martin_"

Description

Enter some information about the skin you have created, again within quotation marks.

e.g. Description = "A simple twist on the standard login to give credit to Stardock’s wonderful software"

Progress Bar

Here, you need to enter the name of the bitmap file you are using for your progress bar.

e.g. ProgressBar=StardockEditionProgress.bmp

ProgressBarX

You need to work our where you are placing the progress bar on the screen. This represents the absolute left edge of the bar. You can use your source image to work out the location.

e.g. ProgressBarX = 508

ProgressBarY

This is the vertical coordinate of the top left of the progress bar on the screen.

e.g. ProgressBarY = 12

ProgressBarWidth

This is how wide you want the progress bar to be. As Windows loads, the Progress bar image that you specified will be moved across this area. Once it has moved across the width of the progress bar you have specified here the progress bar will start again from the left edge of the progress bar.

e.g. ProgressBarWidth = 118

Screen

Here, you need to enter the name of the bitmap file you are using for your background.

e.g. Screen=StardockEditionBack.bmp

OK, so here’s the final version of the bootskin.ini file:

[BootSkin]

Type=0

Name = "Windows Stardock Edition"

Author = "_Martin_"

Description = "A simple twist on the standard login to give credit to Stardock’s wonderful software"

ProgressBar=StardockEditionProgress.bmp

ProgressBarX = 508

ProgressBarY = 12

ProgressBarWidth = 118

Screen=StardockEditionBack.bmp

Now that you have edited the file, save it.

If you load BootSkin now, you can see you skin in the list.

Click the Apply button and your skin will be shown the next time that Windows restarts.

The final thing you can do is to share your BootSkin with others. To do this, select your skin, and select File … Export Selected Skin to File. Then, select a name for your file and a location to save it to. You will then have a .bootskin file that you can share with other BootSkin users. Why not upload it to WinCustomize for others to comment on?


Comments (Page 12)
37 PagesFirst 10 11 12 13 14  Last
on May 28, 2004
Well, if anyoen can help me here, my custom skin will not work. I followed all instructions and went 16 colors and it shows up for a split second and then the screen turns green until it loads to the Windows log-in screen. I have tried downgrading my BootSkin version but it still doesn't work, all the other skins that I have work except the one I made. Any help is greatly appreciated. Thanks
on May 31, 2004
koko
on Jun 01, 2004
I tried making my own custom bootskin using the "toon" thing as a template, but now when i turn my PC on I get the original toon picture with the eyes and then my PC restarts. The first time i turned it on i got an error with services.exe and one other app, but that's not happening anymore. I need my computer back b/c i have work due and the semester is done in 1.5 weeks! HELP!
on Jun 01, 2004
I think you may use xPadie for making 16 color images instead of SkinStudio. It's a great tool!
on Jun 05, 2004
An excellent document which clearly explains the process to createing a bootskin.
on Jun 06, 2004
comment faire
on Jun 07, 2004
how do i change the time out from 3-1?
on Jun 10, 2004
i want to make my own boot skin
on Jun 14, 2004
If you people still have problems with your bootskin colours, try saving the picture as a grayscale image. Don't use a progress bar. That fixed my weird colours.
on Jun 15, 2004
I made the skin by following the instruction(a screen 4-bit bmp, a progress bar 4-bit bmp, a .ini file), and it works correctly in bootskin "preview", but when I applied it and restart my computer, a problem occurs. The bootscreen displays my picture but in an incorrect color(the background color of my picture should be white, but it was changed into green). After I canceled the use of progress bar, bootscreen could display it correctly. That means it works incorrect with adding a progress bar in it. Could somebody tell me what the problem is? Thanks a lot!
on Jun 19, 2004
Just to let people kno...i keep reading it.....the reason why there is not a 32bit boot screen is cause no video drivers are loaded till after the boot screen, so there is no colour but 16bit at this time...so unless computers start with 32bit it wont be possible.....BUT HEll YEAH THIS SOFTWARE IS A GOD SEND.....WELL DONE...... KrIpTic l33t haxor
on Jun 25, 2004
jebem vam svima milu mamu,kakve to gluposti trkeljate pizda vam materina
on Jun 30, 2004
What file or Files in "C:\Windows\...." this programm CHANGED???
on Jul 04, 2004
damnit
my computer doesn't want to restart, what do i have to do!!!!!
on Jul 05, 2004
i have imported a boot screen i downloaded and i can't select it as my boot screen
37 PagesFirst 10 11 12 13 14  Last