Shoutbox

NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP (/showthread.php?tid=94735)

NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by preben on 06-06-2010 at 10:57 PM

[size=2][color=white]today i decided to make a skinn on my msn, but i dont get it right please help me.

<SkinInfo>
    <Information>
        <Name>test skin</Name>
    </Information>

    <MessengerSkin>
        <ResGroup>
            <Restrictions>
                <MsgVersions>
                    <Version Major="8" Minor="5"/>
                </MsgVersions>
            </Restrictions>

            <Resources>
                <Replace>
                    <Strings>
                        <String Id="61288">Hello World!</String>
                    </Strings>

                    <Graphics><Pictures>
                        <Picture Id="20061">
                            <File>clouds.jpg</File>
                        </Picture>
                    </Pictures></Graphics>
                </Replace>
            </Resources>

        </ResGroup>
    </MessengerSkin>
</SkinInfo>

i have maked a file called test skin in messenger plus / skin folder, and i have pasted that code below and called the file SkinInfo.xml,  file, and i have found the skin on Customize!\Skins and restarted MSN, but nothing happends it wont change i think i have done something worng, sorry for bad spelling i'm from NORWAY:D

PLEASE REPLY!;)


RE: NEED HELP MESSENGER SKINN PLEASE ! by blessedguy on 06-06-2010 at 11:07 PM

Yes, you have.
Here, change 

XML code:
<MsgVersions>
                    <Version Major="8" Minor="5"/>
                </MsgVersions>

to
XML code:
<MsgVersions>
                    <Version Major="14" Minor="0"/>
                </MsgVersions>

[Current messenger version is 14.0.*.*, hence Major 14 Minor 0]

Also, some pictures and strings have changed their IDs since Messenger 8.5, check out the Extracted resources folder for updated IDs :)
RE: RE: NEED HELP MESSENGER SKINN PLEASE ! by preben on 06-06-2010 at 11:11 PM

quote:
Originally posted by blessedguy
Yes, you have.
Here, change 
XML code:
<MsgVersions>
                    <Version Major="8" Minor="5"/>
                </MsgVersions>

to
XML code:
<MsgVersions>
                    <Version Major="14" Minor="0"/>
                </MsgVersions>

[Current messenger version is 14.0.*.*, hence Major 14 Minor 0]

Also, some pictures and strings have changed their IDs since Messenger 8.5, check out the Extracted resources folder for updated IDs :)
i changed it but it didnt work:(
or it did work a little, where it supose to say remember me it says hello world!
RE: NEED HELP MESSENGER SKINN PLEASE ! by Nagamasa on 06-06-2010 at 11:36 PM

quote:
Originally posted by preben
or it did work a little, where it supose to say remember me it says hello world!
What did you change it to?

RE: RE: NEED HELP MESSENGER SKINN PLEASE ! by preben on 06-06-2010 at 11:38 PM

quote:
Originally posted by Nagamasa
quote:
Originally posted by preben
or it did work a little, where it supose to say remember me it says hello world!
What did you change it to?

I didnt change it, it says that it could not find clouds.jpg

RE: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by blessedguy on 06-07-2010 at 12:02 AM

Have you placed the file clouds.jpg inside /Messenger Plus! Live/Skins/Test Skin ?


RE: RE: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by preben on 06-07-2010 at 12:09 AM

quote:
Originally posted by blessedguy
Have you placed the file clouds.jpg inside /Messenger Plus! Live/Skins/Test Skin ?
yes.
10/06/07 02:09:49| **** The trace has started ****
10/06/07 02:09:49| Skin: test skin
10/06/07 02:09:49| Messenger version: 14.0.416.8117 (nb-no)
10/06/07 02:09:49| Messenger Plus! version: 4.84.382
10/06/07 02:09:49| SkinLoader: Couldn't find file "clouds.jpeg"
RE: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by blessedguy on 06-07-2010 at 12:13 AM

Please check your skin info to see if the file extensions match: both filenames must be EXACTLY the same.


RE: RE: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by preben on 06-07-2010 at 12:19 AM

quote:
Originally posted by blessedguy
Please check your skin info to see if the file extensions match: both filenames must be EXACTLY the same.
can you look at this?
<SkinInfo>
    <Information>
        <Name>test skin</Name>
    </Information>

    <MessengerSkin>
        <ResGroup>
            <Restrictions>
                <MsgVersions>
                    <Version Major="14" Minor="0"/>
                </MsgVersions>
            </Restrictions>

            <Resources>
                <Replace>
                    <Strings>
                        <String Id="61288">whatever =P</String>
                    </Strings>

                    <Graphics><Pictures>
                        <Picture Id="20061">
                            <File>clouds.jpg</File>
                        </Picture>
                    </Pictures></Graphics>
                </Replace>
            </Resources>

        </ResGroup>
    </MessengerSkin>
</SkinInfo>

the pic name is clouds.jpg
RE: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by Chrissy on 06-07-2010 at 12:23 AM

Sure it's not .jpeg and not .jpg, or clouds instead of cloud etc etc ?


RE: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by Spunky on 06-07-2010 at 12:45 AM

quote:
Originally posted by preben
<File>clouds.jpg</File>


quote:
Originally posted by preben
10/06/07 02:09:49| SkinLoader: Couldn't find file "clouds.jpeg"

As suggested, double check the file extension
RE: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by blessedguy on 06-07-2010 at 02:31 AM

Here, try using this instead:

XML code:
<SkinInfo>
    <Information>
        <Name>test skin</Name>
    </Information>
 
    <MessengerSkin>
        <ResGroup>
            <Restrictions>
                <MsgVersions>
                    <Version Major="14" Minor="0"/>
                </MsgVersions>
            </Restrictions>
 
            <Resources>
                <Replace>
                    <Strings>
                        <String Id="61288">I should be polite to people helping me.</String>
                    </Strings>
 
                    <Graphics><Pictures>
                        <Picture Id="4300">
                            <File>clouds.jpg</File>
                        </Picture>
                    </Pictures></Graphics>
                </Replace>
            </Resources>
 
        </ResGroup>
    </MessengerSkin>
</SkinInfo>


Also, refer to this for further help.

Basic SkinInfo.xml information
XML code:
<SkinInfo xmlns="urn:msgplus:skins"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:msgplus:skins PlusSkins.xsd"> <!-- This will tell Messenger Plus! to start reading the file, and useful information for editing software-->
<Information> <!-- This will tell Messenger Plus! that the next lines contain information about your skin -->
<Name>Test Skin</Name> <!-- This will tell Messenger Plus! what name to show on the skin selection page, import screen and folder name on new installations -->
<Description>The classic Hello World example.</Description> <!-- This will tell Messenger Plus! what to show on the skin import screen, please keep it short. -->
<AboutUrl>http://blessedguy.com</AboutUrl> <!-- This will tell Messenger Plus! what is your skin's [or related anything] page. -->
<Version>1.0</Version> <!-- This will tell Messenger Plus! what your skin version is, for organization purposes. -->
<Screenshot><File>screenshot.jpg</File></Screenshot> <!-- This will tell Messenger Plus! to use this as a "badge" for your skin, will be shown on skin import and skin selection page. Please use an 86x86 image file. -->
<Compatibility><MsgVersion Major="14" Minor="0"/></Compatibility> <!-- This will tell Messenger Plus! what Messenger versions will work with your skin. See this in "Help > About", Major is the first number, and minor is the first number after the major.-->
<UpdateId>example</UpdateId> <!-- This will tell the Skins Database if Messenger Plus! should or should not notify the existence of updates for your skin. It has to be unique for each skin and have between 6 and 8 characters. -->
<BuildNumber>01</BuildNumber> <!-- This, with UpdateId, will tell Messenger Plus! if your skin is updated. DO NOT use any special caracter like "." or ",", only natural numbers in an ascending order: the newer the skin, the bigger this number. -->
<TraceFile>true</TraceFile> <!-- This will tell Messenger Plus! if it should or should not create a SkinTrace.txt file in case of errors. PLEASE DO NOT DISABLE. -->
</Information> <!-- This will tell Messenger Plus! there's no more information on the skin here -->
<MessengerSkin> <!-- This will tell Messenger Plus! what to change in Messenger -->
<ResGroup> <!-- This will tell Messenger Plus! a "Resource Group" starts here. -->
<Restrictions> <!-- This will tell Messenger Plus! what Messenger versions are compatible with this specific Resource Group. Useful when your skin is compatible with multiple versions of Messenger, or something requires different files for different builds of the same Major/Minor version. -->
<MsgVersions>
<Version Major="14" Minor="0"/> <!-- Same as <MsgVersion> in <Compatibility> -->
</MsgVersions>
<MsgLanguages>  <!-- This will tell Messenger Plus! what languages are able to load this specific Resource Group. PLEASE DO NOT use if you're not replacing any strings, PLEASE DO use if you are replacing strings, all other languages won't be able to load this <ResGroup> -->
<Language><IsoCode="en-us"/></Language>
<Language><IsoCode="en-gb"/></Language> <!-- Please refer to http://msdn.microsoft.com/en-us/library/ms533052(VS.85).aspx for IsoCode. -->
</MsgLanguages>
</Restrictions> <!-- This will tell Messenger Plus! the version restriction information for this Resource group ends here. -->
<Resources> <!-- This will tell Messenger Plus! about the files you'll use: how and where. -->
<Replace> <!-- This will tell Messenger Plus! the next lines contain information on what files should go in the place of existing Resource IDs. -->
<Strings><!-- This will tell Messenger Plus! what strings [text] files should be changed. -->
<String Id="22176">Live Messenger</String> <!-- You can look for an ID inside ~\Strings & Colors\msglang_strings.txt file in your extracted resources folder. We'll deal with the problem of languages on <MsgLnaguages> -->
</Strings> <!-- This will tell Messenger Plus! no more strings will be edited in this <ResGroup> -->
<Windows> <!-- This will tell Messenger Plus! about each changed window structure. Not needed on most basic skins. Jump to </Windows> if this is the case. -->
<Styles> <!-- This will tell Messenger Plus! what style files to replace. -->
<Style Id="900"><File>Windows/Styles/msgres_style_900.txt</File></Style> <!-- This will tell Messenger Plus! where to find the file for a given Style ID. -->
</Styles> <!-- You can find the ID for each window in http://shoutbox.menthix.net/showthread.php?tid=88344&pid=945812#pid945812 or by checking the \Consolidated Windows~folder inside your extracted resources folder. -->
<Definitions> <!-- This will tell Messenger Plus! wht definition files to replace. -->
<Definition Id="900"><File>Windows/bDefinitions/msgres_def_900.txt</File></Definition> <!-- This will tell Messenger Plus! where to find the file for a given Definition Id. -->
</Definitions>
</Windows> <!-- This will tell Messenger Plus! no more Style or Definition files will be changed. -->
<Graphics> <!-- This will tell Messenger Plus! about replaced pictures, icons and animations [.gif files] included. -->
<Pictures> <!-- This will tell Messenger Plus! about replaced pictures, icons not included. -->
<Picture Id="4300"><File>Graphics/Pictures/4300.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture> <!-- This will tell Messenger Plus! where to find the picture to replace a given Picture Id. For instance, Picture Id="4300" refers to the background of logon window.
Use the format folder/file.extension.
Messenger Plus! undertands path/filename.extension as [Messenger Plus! instalation directory]/Skins/[Skin Folder]/path/filename.extension.
We'll call [Messenger Plus! instalation directory]/Skins/[Skin Folder] "root directory" from now on.
Metadata information includes the <colorize> [true or false] tag and <UMTop> <UMBottom> <UMLeft> <UMRight> [number of pixels to a given direction] tags. -->
</Pictures> <!-- This will tell Messenger Plus! no more Pictures will be replaced. -->
</Graphics> <!-- This will tell Messenger Plus! no more graphics will be replaced. -->
</Replace> <!-- This will tell Messenger Plus! no more files will be replaced. -->
</Resources> <!-- This will tell Messenger Plus! no more resources will be changed. -->
</ResGroup> <!-- This will tell Messenger Plus! a <ResGroup> ends here. -->
</MessengerSkin> <!-- This will tell Messenger Plus! your skin ends here. -->
</SkinInfo> <!-- This will tell Messenger Plus! your SkinInfo.xml file ends here. -->


RE: RE: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by preben on 06-11-2010 at 03:29 PM

quote:
Originally posted by blessedguy
Here, try using this instead:
XML code:
<SkinInfo>
    <Information>
        <Name>test skin</Name>
    </Information>
 
    <MessengerSkin>
        <ResGroup>
            <Restrictions>
                <MsgVersions>
                    <Version Major="14" Minor="0"/>
                </MsgVersions>
            </Restrictions>
 
            <Resources>
                <Replace>
                    <Strings>
                        <String Id="61288">I should be polite to people helping me.</String>
                    </Strings>
 
                    <Graphics><Pictures>
                        <Picture Id="4300">
                            <File>clouds.jpg</File>
                        </Picture>
                    </Pictures></Graphics>
                </Replace>
            </Resources>
 
        </ResGroup>
    </MessengerSkin>
</SkinInfo>


Also, refer to this for further help.

Basic SkinInfo.xml information
XML code:
<SkinInfo xmlns="urn:msgplus:skins"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:msgplus:skins PlusSkins.xsd"> <!-- This will tell Messenger Plus! to start reading the file, and useful information for editing software-->
<Information> <!-- This will tell Messenger Plus! that the next lines contain information about your skin -->
<Name>Test Skin</Name> <!-- This will tell Messenger Plus! what name to show on the skin selection page, import screen and folder name on new installations -->
<Description>The classic Hello World example.</Description> <!-- This will tell Messenger Plus! what to show on the skin import screen, please keep it short. -->
<AboutUrl>http://blessedguy.com</AboutUrl> <!-- This will tell Messenger Plus! what is your skin's [or related anything] page. -->
<Version>1.0</Version> <!-- This will tell Messenger Plus! what your skin version is, for organization purposes. -->
<Screenshot><File>screenshot.jpg</File></Screenshot> <!-- This will tell Messenger Plus! to use this as a "badge" for your skin, will be shown on skin import and skin selection page. Please use an 86x86 image file. -->
<Compatibility><MsgVersion Major="14" Minor="0"/></Compatibility> <!-- This will tell Messenger Plus! what Messenger versions will work with your skin. See this in "Help > About", Major is the first number, and minor is the first number after the major.-->
<UpdateId>example</UpdateId> <!-- This will tell the Skins Database if Messenger Plus! should or should not notify the existence of updates for your skin. It has to be unique for each skin and have between 6 and 8 characters. -->
<BuildNumber>01</BuildNumber> <!-- This, with UpdateId, will tell Messenger Plus! if your skin is updated. DO NOT use any special caracter like "." or ",", only natural numbers in an ascending order: the newer the skin, the bigger this number. -->
<TraceFile>true</TraceFile> <!-- This will tell Messenger Plus! if it should or should not create a SkinTrace.txt file in case of errors. PLEASE DO NOT DISABLE. -->
</Information> <!-- This will tell Messenger Plus! there's no more information on the skin here -->
<MessengerSkin> <!-- This will tell Messenger Plus! what to change in Messenger -->
<ResGroup> <!-- This will tell Messenger Plus! a "Resource Group" starts here. -->
<Restrictions> <!-- This will tell Messenger Plus! what Messenger versions are compatible with this specific Resource Group. Useful when your skin is compatible with multiple versions of Messenger, or something requires different files for different builds of the same Major/Minor version. -->
<MsgVersions>
<Version Major="14" Minor="0"/> <!-- Same as <MsgVersion> in <Compatibility> -->
</MsgVersions>
<MsgLanguages>  <!-- This will tell Messenger Plus! what languages are able to load this specific Resource Group. PLEASE DO NOT use if you're not replacing any strings, PLEASE DO use if you are replacing strings, all other languages won't be able to load this <ResGroup> -->
<Language><IsoCode="en-us"/></Language>
<Language><IsoCode="en-gb"/></Language> <!-- Please refer to http://msdn.microsoft.com/en-us/library/ms533052(VS.85).aspx for IsoCode. -->
</MsgLanguages>
</Restrictions> <!-- This will tell Messenger Plus! the version restriction information for this Resource group ends here. -->
<Resources> <!-- This will tell Messenger Plus! about the files you'll use: how and where. -->
<Replace> <!-- This will tell Messenger Plus! the next lines contain information on what files should go in the place of existing Resource IDs. -->
<Strings><!-- This will tell Messenger Plus! what strings [text] files should be changed. -->
<String Id="22176">Live Messenger</String> <!-- You can look for an ID inside ~\Strings & Colors\msglang_strings.txt file in your extracted resources folder. We'll deal with the problem of languages on <MsgLnaguages> -->
</Strings> <!-- This will tell Messenger Plus! no more strings will be edited in this <ResGroup> -->
<Windows> <!-- This will tell Messenger Plus! about each changed window structure. Not needed on most basic skins. Jump to </Windows> if this is the case. -->
<Styles> <!-- This will tell Messenger Plus! what style files to replace. -->
<Style Id="900"><File>Windows/Styles/msgres_style_900.txt</File></Style> <!-- This will tell Messenger Plus! where to find the file for a given Style ID. -->
</Styles> <!-- You can find the ID for each window in http://shoutbox.menthix.net/showthread.php?tid=88344&pid=945812#pid945812 or by checking the \Consolidated Windows~folder inside your extracted resources folder. -->
<Definitions> <!-- This will tell Messenger Plus! wht definition files to replace. -->
<Definition Id="900"><File>Windows/bDefinitions/msgres_def_900.txt</File></Definition> <!-- This will tell Messenger Plus! where to find the file for a given Definition Id. -->
</Definitions>
</Windows> <!-- This will tell Messenger Plus! no more Style or Definition files will be changed. -->
<Graphics> <!-- This will tell Messenger Plus! about replaced pictures, icons and animations [.gif files] included. -->
<Pictures> <!-- This will tell Messenger Plus! about replaced pictures, icons not included. -->
<Picture Id="4300"><File>Graphics/Pictures/4300.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture> <!-- This will tell Messenger Plus! where to find the picture to replace a given Picture Id. For instance, Picture Id="4300" refers to the background of logon window.
Use the format folder/file.extension.
Messenger Plus! undertands path/filename.extension as [Messenger Plus! instalation directory]/Skins/[Skin Folder]/path/filename.extension.
We'll call [Messenger Plus! instalation directory]/Skins/[Skin Folder] "root directory" from now on.
Metadata information includes the <colorize> [true or false] tag and <UMTop> <UMBottom> <UMLeft> <UMRight> [number of pixels to a given direction] tags. -->
</Pictures> <!-- This will tell Messenger Plus! no more Pictures will be replaced. -->
</Graphics> <!-- This will tell Messenger Plus! no more graphics will be replaced. -->
</Replace> <!-- This will tell Messenger Plus! no more files will be replaced. -->
</Resources> <!-- This will tell Messenger Plus! no more resources will be changed. -->
</ResGroup> <!-- This will tell Messenger Plus! a <ResGroup> ends here. -->
</MessengerSkin> <!-- This will tell Messenger Plus! your skin ends here. -->
</SkinInfo> <!-- This will tell Messenger Plus! your SkinInfo.xml file ends here. -->


worng one here:
RE: NEED HELP MESSENGER PLUS SKINN (CHOULD NOT FIND CLOUD.JPG) PLEASE CLICK HERE AND HELP by blessedguy on 06-11-2010 at 11:46 PM

Could you please send your .plsk file? [Read the packing your skin help section]