Staredit Network

Staredit Network -> UMS Assistance -> [SOLVED] Text Display EUD Condition
Report, edit, etc...Posted by yoni45 on 2006-06-01 at 14:15:36
Alright well, I've been reading up on these... specifically, this one probably had the most information:

http://www.staredit.net/index.php?showtopi...hl=text+display

Now, with that, according to LegacyWeapon...

"In other words if your name is "greenreaper" on SC then byte 1 will be "g"..."

Now, my b.net name is ReaL2gRanD...

so in that case, to detect my name in the game, I would be looking at an uberation command along the lines of:

TextDisplay(1, 1-4, Exactly, ReaL);

However, the trigger doesnt pick up...

I've tried different possibilities...

TextDisplay(1, 1-4, Exactly, "ReaL");
TextDisplay(1, 1-4, AtLeast, "ReaL");
TextDisplay(1, 1-4, AtLeast, "/0/0Re");

even:

TextDisplay(1, 1-4, AtLeast, "/0/0/0/0");

and nothing whatsoever, none of them pick anything up...

I've added the uberation data files just incase the originals were outdated, and still nothing...

I've also read about the Line 11/Line 1 bug, but every time I run it, I spam it just to make sure I'm covering all the lines... and still, nothing... ranting.gif

The only one variable I can think of, is the fact I just run the map by myself (on bnet) with a computer player... but that shouldn't affect it, should it? (I've also tried one of the above combinations with a human player, but didn't go through either...)

Am I missing something? If I am, perhaps someone could give me the exact code to use for Uberation to detect for the 1st 4 characters of my name?
Report, edit, etc...Posted by Noober on 2006-06-01 at 15:06:25
I thought EUDs were scrambled, so you can't do this anymore?
Report, edit, etc...Posted by LegacyWeapon on 2006-06-01 at 15:06:48
This method is outdated and no longer works until the Data Files are updated.
Report, edit, etc...Posted by Kenoli on 2006-06-01 at 15:08:36
QUOTE(LegacyWeapon)
This method is outdated and no longer works until the Data Files are updated.
So get to work! Gogogogo! =p
Report, edit, etc...Posted by yoni45 on 2006-06-01 at 15:40:49
QUOTE(LegacyWeapon @ Jun 1 2006, 01:06 PM)
This method is outdated and no longer works until the Data Files are updated.
[right][snapback]497387[/snapback][/right]



argg damnit hah, no wonder then... Anyone actually working towards updating them data files in the near future? happy.gif

I sorta got my hopes up when the trigger that would detect AtLeast "/0/0/0/0" actually worked as I checked my flist (and only then hah), but oh well happy.gif
Next Page (1)