I have seen several people talking about EUDs, and was wondering what they are. Unfortunately, I can't find their entry in the wiki as when I search for it, it says the search string needs to be at least four characters long. (Wtf, by the way.) Nor can I find it manually. What exactly are they? Do they involve mods?
None.
EUD's stand for extended unit death. To the last part, no, it is not a mod. It is a buffer overflow in the deaths (ie. player has suffered x deaths of unit; Modify death counts for player x....) conditions and action. EUD conditions detect things in starcraft's memory, such as mouse position and unit health. EUD actions change things in starcraft's memory, such as icons, damage, and so on and so forth.
However, EUD actions have been removed as of patch 1.13, so if you want to use them, you have to downgrade to 1.13. In EUD conditions, instead of having a unit name in the unit deaths box, you put a number. To do so, you can write the condition in Farty's EUD trig, then load the trigger with SCXE, or you could do the same with starforge.
None.
We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch
http://www.staredit.net/?p=searchSearch for "eud" in "UMS Assistance". Only search for "Topics" (not "Topics -> Posts")
Although search function for some reason only finds very few topics that would match your search you should always check it first.
Many general questions are asked over and over.
Will remember in the future.
So if they don't work in anything above 1.13, it probably wouldn't be useful to use them on a multiplayer map... *swears loudly*
Anyway, thanks y'all.
None.
Quote from name:TassadarZeratul
Will remember in the future.
So if they don't work in anything above 1.13, it probably wouldn't be useful to use them on a multiplayer map... *swears loudly*
Anyway, thanks y'all.
Well actions, not conditions.
None.
So you can still use EUDs as conditions in the current patch? *eye twitch* I only needed it as a condition, I have been trying to figure out how to detect where a Scanner Sweep goes off. (And I have tried almost everything else, btw.)
So, how would I detect this? Is it possible? If so, does anyone know how to do it? (Or do I have to find out myself, in which case how would I go about finding out?)
None.
Quote from name:TassadarZeratul
So you can still use EUDs as conditions in the current patch? *eye twitch* I only needed it as a condition, I have been trying to figure out how to detect where a Scanner Sweep goes off. (And I have tried almost everything else, btw.)
So, how would I detect this? Is it possible? If so, does anyone know how to do it? (Or do I have to find out myself, in which case how would I go about finding out?)
There's probably something in the
EUDDB that you can use instead, but it also will tell ya how to do it, but you'll need a lot of reading to figure out how to do it. I wouldn't recommend using EUDs for this. Write a mod instead, like Tux is doing for Rush 2 (and uses an extremely fast invisible air unit as a pointer.)
"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"
EUDs are on the death counter page of the Wiki.
http://www.staredit.net/wiki/Death_Counters#EUD
None.
SC 1.15.0 and 1.15.2 have the same death table entry point. Therefore you may use
uBeCalc to calculate player # and unit to make the triggers, based on Farty's table.
None.
Or you can download
EUDTrig which can export them as *.trg file.
Also, unit position is a 2-byte short, which means that it reads both X and Y at the same time... You can read a range of X values, but not Y values (unless you want it to ONLY detect Y, and not X.)
TinyMap2 - Latest in map compression! ( 7/09/14 - New build! )
EUD Action Enabler - Lightweight EUD/EPD support! (ChaosLauncher/MPQDraft support!)
EUDDB -
topic - Help out by adding your EUDs! Or Submit reference files in the References tab!
MapSketch - New image->map generator!
EUDTrig -
topic - Quickly and easily convert offsets to EUDs! (extended players supported)
SC2 Map Texture Mask Importer/Exporter - Edit texture placement in an image editor!
This page has been viewed [img]http://farty1billion.dyndns.org/Clicky.php?img.gif[/img] times!
Can you Detect Sprites with EUDS????
None.
Probably, but since sprites are preplaced or placed by triggers it doesn't really matter now does it?
"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"
Is it possible to make a unit that cant attack attack with a EUD? You know like a Kakaru?
None.
You could make units that already can attack, use different effects and damage values.
None.
You could make units that already can attack, use different effects and damage values.
Not in the latest version of SC. Only 1.12b and previous.
None.
But don't EUD's get scrambled with every patch?
None.
Not
every patch. And Blizzard doesn't restructure the data all the time, so the addresses may change but the actual triggers may still work.
TinyMap2 - Latest in map compression! ( 7/09/14 - New build! )
EUD Action Enabler - Lightweight EUD/EPD support! (ChaosLauncher/MPQDraft support!)
EUDDB -
topic - Help out by adding your EUDs! Or Submit reference files in the References tab!
MapSketch - New image->map generator!
EUDTrig -
topic - Quickly and easily convert offsets to EUDs! (extended players supported)
SC2 Map Texture Mask Importer/Exporter - Edit texture placement in an image editor!
This page has been viewed [img]http://farty1billion.dyndns.org/Clicky.php?img.gif[/img] times!