View Single Post
  #9 (permalink)  
Old 27th September 2006
Tizio Tizio is offline
Moderator
BS.Player Master
 
Join Date: Nov 2003
Location: Italy
Posts: 3,037
Rep Power: 27
Tizio will become famous soon enough
Default

Ok, you can do the following tasks:
1. If your skin has .BSZ extension then rename it to have .ZIP extension (otherwise goto step 3)
2. Unzip the skin to a folder of your choice
3. Open the file "skin.ini" with notepad
4. Search for [Buttons] section
5. Now you should see a line like this:
Code:
Btn3=minimize,384,1,0,59;$lang.Actions.60
a. Btn3 is the number of the button of the skin (3rd button in this case, but in your skin may be diferent). Don't change it.
b. minimize is the name of the image of the minimize button (you should find three file with similar names minimizeN.bmp minimizeU.bmp and minimizeD.bmp). You only need to know the name of the image of the minimize button to know which button to modify in the skin.ini file.
c. 384,1,0 are coordinates X,Y,BUTTON_TYPE. Don't change it.
d. 59 finally here it's the value you have to modify. 59 means Minimize_to_Systray and you need to change it in 107 (Boss_Button)
e. ;$lang.Actions.60 is the comment of the button, change that 60 in 108
6. Now you have to save the skin.ini file, zip all those files (not the folder, but only the files) and then change the .zip extension back to .bsz

If you need more help ask again.

FOR NEXT SKINS MANIPULATIONS TASKS I SUGGEST YOU TO USE MY PROGRAM "BSP SkinMaker" (link in my sign)
__________________
BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer
BSP Definitions Manager (v1.02)
BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051)
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20