What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script Getting Mostly Deleted On Importation

Script Getting Mostly Deleted On Importation
Author: Message:
DarthCrap
New Member
*


Posts: 8
33 / Male / –
Joined: Jul 2006
O.P. RE: Script Getting Mostly Deleted On Importation
Nice post CookieRevised :p very good explanation

quote:
Originally posted by CookieRevised

Yes... What did you use to create those JScript files?

Because the file was NOT properly written as an unicode file. The characters themselfs were written as unicode but the file itself is missing the special 2 byte unicode header (known as the BOF header) which is mandatory for every proper unicode file.

Since that special header is not present in the file, Plus! does not reconize the file as an unicode file and will simply read it as an ansi text file (since text files do not have that special 2 byte BOF header).

And because Plus! reads it as a normal ansi file, it stops reading after the second byte because that byte (0x00) isn't a proper ascii character and thus only "/" is shown (which was the first character in the file).

In other words, use a proper editor to save your files with (eg: notepad) and you wont have chopped of scripts...


All i did was copy the file as it was from C:\Program Files\Messenger Plus! Live\Scripts\MultipleToaster directory into a folder i created in My Documents, then I packaged it.....

quote:
Originally posted by cookierevised

Secondly the error you got that the script couldn't be started is because the file ScriptInfo.xml must be saved in unicode (it can't be ansi!).

Ok.....
Since starting this thread, i have made another script, which adds a random gradient to text (by using [c=...]text[/c]) tags...
The ScriptInfo.xml file is written in ANSI, and so for that matter is the RandomGradient.js
I have sent the RandomGradient.plsc package to two of my m8s, who have installed it successfully, and even used it in conversations with me :p

This post was edited on 07-29-2006 at 05:04 PM by DarthCrap.
07-29-2006 05:03 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script Getting Mostly Deleted On Importation - by DarthCrap on 07-28-2006 at 05:03 PM
RE: Script Getting Mostly Deleted On Importation - by absorbation on 07-28-2006 at 05:12 PM
RE: Script Getting Mostly Deleted On Importation - by DarthCrap on 07-28-2006 at 05:20 PM
RE: Script Getting Mostly Deleted On Importation - by DarthCrap on 07-28-2006 at 05:20 PM
RE: Script Getting Mostly Deleted On Importation - by mickael9 on 07-28-2006 at 05:24 PM
RE: Script Getting Mostly Deleted On Importation - by DarthCrap on 07-28-2006 at 05:30 PM
RE: Script Getting Mostly Deleted On Importation - by Patchou on 07-28-2006 at 10:17 PM
RE: Script Getting Mostly Deleted On Importation - by DarthCrap on 07-29-2006 at 10:53 AM
RE: Script Getting Mostly Deleted On Importation - by John Anderton on 07-29-2006 at 10:59 AM
RE: Script Getting Mostly Deleted On Importation - by DarthCrap on 07-29-2006 at 11:03 AM
RE: Script Getting Mostly Deleted On Importation - by CookieRevised on 07-29-2006 at 04:19 PM
RE: Script Getting Mostly Deleted On Importation - by DarthCrap on 07-29-2006 at 05:03 PM
RE: Script Getting Mostly Deleted On Importation - by CookieRevised on 07-29-2006 at 05:24 PM
RE: RE: Script Getting Mostly Deleted On Importation - by DarthCrap on 07-29-2006 at 05:26 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