Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 388 matches

by Rahly
Mon Nov 27, 2006 7:12 am
Forum: Code Talk
Topic: MexScript
Replies: 26
Views: 12617

Another question is how do you want the interface, since the code is in .NET and uses Classes and Objects, which vb doesn't have access to, i have to create a mixed code wrapper for you to call.
by Rahly
Sun Nov 26, 2006 8:01 pm
Forum: Code Talk
Topic: MexScript
Replies: 26
Views: 12617

Am I missing any commands?
by Rahly
Fri Nov 24, 2006 6:00 pm
Forum: Code Talk
Topic: MexScript
Replies: 26
Views: 12617

Command done pending complete testing for it. (aka has worked for a script but not all aspects have been tested) Set <variable> <expression> Get <variable> <type> <expression> For <varible> = <expression> to <expression> Next <variable> GetDString <variable> <expression> <expression> IDString <expre...
by Rahly
Thu Nov 23, 2006 12:48 pm
Forum: Code Talk
Topic: MexScript
Replies: 26
Views: 12617

Not sure what you are talking about, the thing we were talking about or MexScript?

nothing working for the first, just a rough outline

MexScript, not sure, i don't know how you work things and errors that are produced for some things. doing a little guess work, with a few things i'm working out.
by Rahly
Thu Nov 23, 2006 6:34 am
Forum: Code Talk
Topic: MexScript
Replies: 26
Views: 12617

probably not immediately, if ever. but if it does work out, then there wouldn't be any more upgrades to the scripting at least.
by Rahly
Tue Nov 21, 2006 7:02 am
Forum: Code Talk
Topic: MexScript
Replies: 26
Views: 12617

Decide to revamp the Interpreter so that it can act better as a debugger. A script IDE for MexScript could act as a debugger and allow steping through the script. Nice for writters.
by Rahly
Tue Nov 21, 2006 5:08 am
Forum: Code Talk
Topic: MexScript
Replies: 26
Views: 12617

MexScript

MexScript Parser and Interpreter Major Additions to the language include new types and embeded expressions. To be compatible with standard parsing, all places where expressions are allowable, requires the expression to be encompased by parenthesis. Examples include Original Code: Set MyVar MyOtherVa...
by Rahly
Sun Oct 08, 2006 11:13 pm
Forum: News
Topic: Help out with new language support in MexCom
Replies: 56
Views: 26943

No, HE, that I was refering to is, Mr. Mouse. UTF-8 is a Unicode encoding. Since no OS i know of actually uses UTF-8 directly, and I highly doubt Mr.Mouse is doing any UTF-8<->UTF-16 transformation, it all depends on how hes reading the language data. Windows and *nix machines that have unicode supp...
by Rahly
Sat Oct 07, 2006 1:40 pm
Forum: News
Topic: Help out with new language support in MexCom
Replies: 56
Views: 26943

Mexcom was created with VB5, all strings are in UTF-16 format and converted when needed to ansi if calling AAPI. Code pages are the devil, asian scripts are still in multibyte format and its a big pain to program that in UTF16 is the way to go. But weither or not Mexcom will read it is another story...
by Rahly
Mon Oct 02, 2006 2:55 pm
Forum: Holy Cow!
Topic: Free Hugs
Replies: 3
Views: 3145

Free Hugs

For those of you that have missed the boat ;-)

http://www.youtube.com/watch?v=vr3x_RRJdd4
by Rahly
Sun Oct 01, 2006 6:58 pm
Forum: Compressed files and methods
Topic: QuickLZ
Replies: 4
Views: 4187

very doubtful, if its under the GPL license.
by Rahly
Sat Sep 16, 2006 12:22 am
Forum: Code Talk
Topic: Help in converting text file.
Replies: 15
Views: 7846

You really need to get away from Win9x, Dos boxes are so 1990s. Installed w2k or xp, and get the superb command prompt.
by Rahly
Sat Sep 16, 2006 12:21 am
Forum: Code Talk
Topic: Help in converting text file.
Replies: 15
Views: 7846

You really need to get away from Win9x, Dos boxes are so 1990s. Installed w2k or xp, and get the superb command prompt.
by Rahly
Sat Sep 16, 2006 12:20 am
Forum: Code Talk
Topic: Help in converting text file.
Replies: 15
Views: 7846

You really need to get rid of Win9x, Dos boxes are so 1990 :-D. Live in the now, with NT's command prompts.
by Rahly
Tue Aug 29, 2006 6:04 pm
Forum: Code Talk
Topic: Universal ASCII Replacer.
Replies: 17
Views: 8265

even more difficult, that a lot of games don't use unicode at all, and in that sense, you CAN'T add jap. Now some games do use the locale, but then the user would have to set the code page of their system before its readable. Most games in other languges do NOT use unicode, but a bastardized code pa...