Is there a database that has EUD actions?
None.
I order you to forgive yourself!
Is there a database that has EUD actions?
The EUDs you put in the condition should also work in the actions. It may happen that some actions don't work even though you had the right EUD.
I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.
Is there some chance to enable setting deaths for p9-p12?
I would like to modify
Siege Tank Sieged Turret - Ground Weapon - 0x006636D7
to something else than 27 or 0 (if you attemp to change it, it sets the value to 0).
edit:
to answer your question below this post:
I try to set DC: p9, 117, ID:18535
(this is the Siege Tank Siege Mode Ground Weapon ID set to weapon 117).
Post has been edited 1 time(s), last time on Apr 8 2010, 5:13 pm by Ahli.
Is there some chance to enable setting deaths for p9-p12?
Does it not work? I should've already fixed that.
EDIT:
So, here's what I've found ...
0x006636D7 is on the last byte of the DC (since it it ends with 7), so you need to set a value of 0xXX?????? where XX is your value, ?????? is the first 3 bytes. For seige tank seige mode ground weapon, it would be 0xXX821517.
My trigger looked like: P9, 847385879, ID:18535
You wanted 117, which would be 0x75821517 or P9, 1971459351, ID:18535.
I've uploaded the test map I used.. It gives the seiged tank Venom (ID 50, same as in my sample.)
Attachments:
Post has been edited 1 time(s), last time on Apr 8 2010, 5:41 pm by FaRTy1billion.
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!
How are you all creating these actions? Are you using StarForge?
None.
Oh, can you input the Unit:ID in the text editor now?
None.
I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.
Oh, can you input the Unit:ID in the text editor now?
type: ID:#
where # is a number (the unit's ID).
Can you give me a formula for turning memory into death? Like an easy way to interchange them?
Edit: Apparently venom is a ranged splash attack. When it hits its target it explodes and deals area of effect damage that decreases the farther you were from the center. Interesting.
Post has been edited 1 time(s), last time on Apr 8 2010, 6:08 pm by TiKels.
"If a topic that clearly interest noone needs to be closed to underline the "we don't want this here" message, is up to debate."
-NudeRaider
I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.
Can you give me a formula for turning memory into death? Like an easy way to interchange them?
Edit: Apparently venom is a ranged splash attack. When it hits its target it explodes and deals area of effect damage that decreases the farther you were from the center. Interesting.
MemoryCondition = (player# - 1) + 12 * UnitID
You can use EUDTrig.
It'll calculate extended players or units.
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!
SDE, BWAPI owner, hacker.
Can't you just use UnitID 0 and change the player ID? (You did kill the player limit right?)
MemoryCondition = (player# - 1) + 12 * UnitID
Can't you just use UnitID 0 and change the player ID? (You did kill the player limit right?)
Heinermann's made more sense. I don't get what you are getting at ahli.
How do you turn Memory(161743, Exactly, 7680) into Deaths? Like what would be the EXACT equivalent.
You can use EUDTrig.
It'll calculate extended players or units.
I don't understand how to use EUDTrig correctly.
"If a topic that clearly interest noone needs to be closed to underline the "we don't want this here" message, is up to debate."
-NudeRaider
I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.
MemoryCondition = (player# - 1) + 12 * UnitID
I don't get what you are getting at ahli.
How do you turn Memory(161743, Exactly, 7680) into Deaths? Like what would be the EXACT equivalent.
I'm turning the Memory Condition parameter of scmdraft's Memory Condition to an old fashioned EUD.
my calculation:
MemoryCondition = (player# - 1) + 12 * UnitID
(You devide MemCond by 12. Take the value without rest. Take the rest and add 1 to get the player#.)
161743 = p# - 1 + 12 * ID#
161743 / 12 = 13478 + rest 7 -> P8
=> p8, ID:13478
This would look like: Set Deaths("Player 8", "ID:13478", Set to, 7680);
is that correct?
Setting UnitID to 0 and changing player# is easier, yes.
edit:
I can't type higher player numbers in scmdraft. Can you?
my calculation:
MemoryCondition = (player# - 1) + 12 * UnitID
(You devide MemCond by 12. Take the value without rest. Take the rest and add 1 to get the player#.)
161743 = p# - 1 + 12 * ID#
161743 / 12 = 13478 + rest 7 -> P8
=> p8, ID:13478
This would look like: Set Deaths("Player 8", "ID:13478", Set to, 7680);
I can't type higher player numbers in scmdraft. Can you?
Your math is really sloppy and hard to understand. But it works ingame. I don't understand how you got p8 from that brouhaha.
Memory/12 = 13478 gives you the unit ID right? Like, always, in any situation?
Wtf is rest 7?
I dont think I can input large player numbers.
"If a topic that clearly interest noone needs to be closed to underline the "we don't want this here" message, is up to debate."
-NudeRaider
I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.
my calculation:
MemoryCondition = (player# - 1) + 12 * UnitID
(You devide MemCond by 12. Take the value without rest. Take the rest and add 1 to get the player#.)
161743 = p# - 1 + 12 * ID#
161743 / 12 = 13478 + rest 7 -> P8
=> p8, ID:13478
This would look like: Set Deaths("Player 8", "ID:13478", Set to, 7680);
I can't type higher player numbers in scmdraft. Can you?
Your math is really sloppy and hard to understand. But it works ingame. I don't understand how you got p8 from that brouhaha.
Memory/12 = 13478 gives you the unit ID right? Like, always, in any situation?
Wtf is rest 7?
I dont think I can input large player numbers.
Now I looked up what rest means in English math. It's the remainder.
FORMULA:
MemoryCondition = (player# - 1) + 12 * UnitID
UnitID > 0
0 < player# < 13
VALUES WE KNOW/HAVE:
MemoryCondition = 161743
value = 7680
VALUES WE NEED:
player# = ?
UnitID = ?
CALCULATION:
1. Dividing:
UnitID = MemoryCondition / 12 = 161743 / 12 = 13478,5833333... = 13478 = ID:13478
You need to ignore the values after the dot (do NOT round up; only cut).
2. Getting the remainder:
remainder = MemoryCondition - ( UnitID * 12 ) = 161743 - ( 13478 * 12 ) = 161743 - 161736 = 7
3. Getting the player#:
player# = remainder + 1 = 7 + 1 = 8 = Player 8
4. Construct your Condition/Action:
Set Deaths( player# , UnitID, Set to, value);
-> Set Deaths( "Player 8" , "ID:13478", Set to, 7680);
Note: We didn't touch the value.
Much better. Thanks a lot!
What do you do when you have a player number that is too large?
Topic can be closed now </joke>
"If a topic that clearly interest noone needs to be closed to underline the "we don't want this here" message, is up to debate."
-NudeRaider
I don't understand how to use EUDTrig correctly.
You just put in an address and press the down arrow ... That's it.
What do you do when you have a player number that is too large?
There is no such thing.
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!
I order you to forgive yourself!
This one is pretty cool.
EUD actions 06Tired of those old SCVs, Drones and Probes? Well then get your brand new Marine! They were now trained to replace all the 3 at the same time!
Note: Their Drone training was not as good as the others... They just morph instead of keeping the Marine look.