My strongest suggestion is to use BlueMCE2 as the "standard" skin (with some modifications), because this is the most "complete" skin when it comes to using images.
Many plugins already have BlueMCE2 skins, so new skinning is not needed.
The resource directory is perfect as a "container" for any graphics a skinner would like tu use.
I have shown with the BaseSkin, that it is possible to emulate almost any skin design with the skin elements that the BaseSkin uses. Most graphics elements that BaseSkin uses can also be found in the resources directory.
The only thing any skin would need is a batch file that will copy the "identical" images to the resources directory, to get a coherent look for the end user.
This is the way I do it, to get the themes designs have the same look in the plugins.
Using a batch file would work for most skinners......also Contour an Blue designs. It would even work for Tipstir that uses an /images directory for his design.
REM BaseSkin to BlueMCE2 resources copy
Copy background.png "..\resources\background.png
copy Button_Normal.png "..\resources\button_green_nofocus_165x32.png"
copy Button_Selected.png "..\resources\button_green_focus_165x32.png"
copy Button_PopupNormal.png "..\resources\button_green_nofocus_150x32.png"
copy Button_PopupSelected.png "..\resources\button_green_focus_150x32.png"
copy Button_CenterNormal.png "..\resources\button_green_nofocus_120x32.png"
copy Button_CenterSelected.png "..\resources\button_green_focus_120x32.png"
copy ListBarNormal.png "..\resources\list_sub_nofocus.png"
copy ListBarSelected.png "..\resources\list_sub_focus.png"
copy ListBarActive.png "..\resources\list_sub_active.png"
All we have to do to get a "standard" skin is to define what images in BlueMCE2 shall be used and specify some recommended X and Y values for the XMLs.
I have started on a sample/suggestion of a plugin/skin pack that will use this method.
Many plugins already have BlueMCE2 skins, so new skinning is not needed.
The resource directory is perfect as a "container" for any graphics a skinner would like tu use.
I have shown with the BaseSkin, that it is possible to emulate almost any skin design with the skin elements that the BaseSkin uses. Most graphics elements that BaseSkin uses can also be found in the resources directory.
The only thing any skin would need is a batch file that will copy the "identical" images to the resources directory, to get a coherent look for the end user.
This is the way I do it, to get the themes designs have the same look in the plugins.
Using a batch file would work for most skinners......also Contour an Blue designs. It would even work for Tipstir that uses an /images directory for his design.
REM BaseSkin to BlueMCE2 resources copy
Copy background.png "..\resources\background.png
copy Button_Normal.png "..\resources\button_green_nofocus_165x32.png"
copy Button_Selected.png "..\resources\button_green_focus_165x32.png"
copy Button_PopupNormal.png "..\resources\button_green_nofocus_150x32.png"
copy Button_PopupSelected.png "..\resources\button_green_focus_150x32.png"
copy Button_CenterNormal.png "..\resources\button_green_nofocus_120x32.png"
copy Button_CenterSelected.png "..\resources\button_green_focus_120x32.png"
copy ListBarNormal.png "..\resources\list_sub_nofocus.png"
copy ListBarSelected.png "..\resources\list_sub_focus.png"
copy ListBarActive.png "..\resources\list_sub_active.png"
All we have to do to get a "standard" skin is to define what images in BlueMCE2 shall be used and specify some recommended X and Y values for the XMLs.
I have started on a sample/suggestion of a plugin/skin pack that will use this method.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]