What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How can i translate in .plsc format?

How can i translate in .plsc format?
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: How can i translate in .plsc format?
I'm kinda at a loss at what's been said in this thread. Out of your first post I understand that you downloaded this script and installed it into msgplus!

Then you opened the files in the directory of this script and changed some of the files by translating them.

Now you want to make a new .plsc file out of them so other people can install your translated script?


First I would indeed contact the original script author to ask if it's ok if you translate it.


Now about the technical problems you are facing.

The script has some files that it needs to run, I'm guessing you have these files, probably one or more .js files that have the actual code and one or more .xml files.

Msgplus uses one of these .xml files to recognize the script inside the zip/plsc file. This file is called ScriptInfo.xml. This file is probably in the directory of the script with the other files.

If this file is here and after the modifications you made to the script and it still works you can just zip the entire directory and rename it to .plsc, if this file does not exist you need to create it yourself.
 
You can find the full documentation about this file in the scripting documentation also available for download at the scripts database.

Here is a simple way for plus! to recognize the script:
code:
<?xml version="1.0" encoding="UTF-16"?>
<ScriptInfo xmlns="urn:msgplus:scripts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Information>
        <Name>Script Name</Name>
        <Description>Script Description</Description>
        <Version>Version of the script</Version>
    </Information>
</ScriptInfo>

Make sure you save this file as Unicode (UTF-16/USC-16)

I hope you can create the .plsc file with the information I have given you, if you still can't make it work we need more information about what you have done and what exactly is going wrong.

EDIT: Fixed formatting problems.

This post was edited on 05-27-2007 at 09:44 PM by Ezra.
[Image: 1-0.png]
             
05-27-2007 09:41 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How can i translate in .plsc format? - by Iappo on 05-27-2007 at 12:02 PM
RE: How can i translate in .plsc format? - by MattyRid on 05-27-2007 at 12:09 PM
RE: How can i translate in .plsc format? - by Ezra on 05-27-2007 at 12:13 PM
RE: How can i translate in .plsc format? - by Iappo on 05-27-2007 at 12:59 PM
RE: RE: How can i translate in .plsc format? - by MattyRid on 05-27-2007 at 08:32 PM
RE: How can i translate in .plsc format? - by Ezra on 05-27-2007 at 09:41 PM
RE: How can i translate in .plsc format? - by Iappo on 05-29-2007 at 01:19 PM
RE: How can i translate in .plsc format? - by Ezra on 05-29-2007 at 07:39 PM
RE: How can i translate in .plsc format? - by Iappo on 05-29-2007 at 07:53 PM
RE: How can i translate in .plsc format? - by Ezra on 05-29-2007 at 09:29 PM
How can i translate in .plsc format? - by Iappo on 05-29-2007 at 06:21 PM


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