What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [HELP] msgvsta

[HELP] msgvsta
Author: Message:
Willz
Senior Member
****

Avatar

Posts: 953
Reputation: 52
36 / Male / Flag
Joined: Jul 2006
RE: Willz Skinning Guide
Ok well its obvious I need to clarify what msgvsta is.

During the progression of the Messenger Plus! beta testing period, it was discovered that there were certain files that the skinning system would not replace. After a bit of inspection it was found that this was only occurring under Windows Vista systems. After looking around some more it was found that Windows Live Messenger has a secondary resource file that it calls upon under the Windows Vista operating system.

This file can be found in C:/Program Files/Windows Live/Messenger/msgrvsta.thm
If you open this file in a resource editor you will notice that there is a 4000 group with a list of resources. This is the msgvsta resource group and they will override the normal corresponding msgsres resources when running in Windows Vista.

So in order to be able to replace these resources, Patchou created the “msgvsta” source. The sole purpose of this was to be able to replace a msgrvsta file with your own. So whenever you see the msgvsta comment in the guide it means that the file will need two replace statements, one for xp and one for vista.

How do you do that? Well here is a quick example.
<Picture Id="1444"> <!—Replace the xp 1444-->
      <File>COMMON/1444.png</File>   
      <Metadata>
             <Colorize>false</Colorize>
      </Metadata>                     
</Picture>
                               
<Picture Id="1444" Source="msgvsta"> <!—Replace the vista 1444-->
      <File>COMMON/1444.png</File>   
      <Metadata>
             <Colorize>false</Colorize>
     </Metadata>                     
</Picture>

So as you can see all you have to do is just copy the normal statement add in Source=”msgvsta” and that will replace both the xp and vista resources. It’s really as simple as that. But remember this will only work for the resources that appear in the msgrvsta.thm file. You can not use the msgvsta source for any resource under <New>.

I have added this into part 4 just to make things clearer for everyone and btw stuart if you need help you should really start a new thread rather than going off topic on other ones since that is kinda frowned upon here.

I'll also be getting around to writing Part 5 up sometime this week depending on how much free time i have :P

This post was edited on 02-17-2008 at 09:22 AM by Willz.
02-17-2008 08:38 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
RE: Willz Skinning Guide - by stuartbennett on 02-17-2008 at 08:07 AM
RE: Willz Skinning Guide - by Willz on 02-17-2008 at 08:38 AM
[HELP] msgvsta - by stuartbennett on 02-17-2008 at 09:28 AM
RE: [HELP] msgvsta - by Willz on 02-17-2008 at 09:43 AM
RE: [HELP] msgvsta - by stuartbennett on 02-17-2008 at 09:55 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On