[skip all navigation]

Unit Death Position Detection System, DPD for short, I guess

Creator: JaFF
Time: Mar 8 2009, 5:19 pm

Post #1     JaFF Mar 8 2009, 5:19 pm

[Avatar]
offlinecontact
Rank: Elite
This is a system that can detect the position at which a unit died with a ~50% of success. Bear in mind that this is nothing new. I am making this topic because this system might be very useful for map-makers taking part in the 2009 Last Stand RPG Challenge, as it offers a simple, location-efficient method of making monsters drop items upon death (and other useful things). If you have any questions about the system, feel free to ask them here.

Example Map: Duplicating Marines

If this helps atleast one mapper with his map, this topic achieves its goal.

Top

Post #2     HCM™stickynote Mar 8 2009, 5:45 pm

[Avatar]
offlinecontact
Rank: Regular
So you basically put a burrowed zergling under every unit, then check if the unit is still on top of it or not.

Top

Post #3     JaFF Mar 8 2009, 5:49 pm

[Avatar]
offlinecontact
Rank: Elite
Quote from stickynote
So you basically put a burrowed zergling under every unit, then check if the unit is still on top of it or not.
Yes. Important note: I put the burrowed zerglings under the units AFTER a death has been detected, so there is no need to move zerglings under units every trigger cycle. Therefore it works with large amounts of moving units.

Top

Post #4     [Vi3t-X]:] Mar 8 2009, 6:08 pm

[Avatar]
Hello.
offlinecontact
Rank: Veteran
Quote from JaFF
This is a system that can detect the position at which a unit died with a ~50% of success. Bear in mind that this is nothing new. I am making this topic because this system might be very useful for map-makers taking part in the 2009 Last Stand RPG Challenge, as it offers a simple, location-efficient method of making monsters drop items upon death (and other useful things). If you have any questions about the system, feel free to ask them here.

Example Map: Duplicating Marines

If this helps atleast one mapper with his map, this topic achieves its goal.

Its been done JaFFy. Sorry to burst your bubble. :bleh:

Top

Post #5     Kaias Mar 8 2009, 6:14 pm

[Avatar]
offlinecontact
Rank: Veteran
Quote from [Vi3t-X]:]
Quote from JaFF
This is a system that can detect the position at which a unit died with a ~50% of success. Bear in mind that this is nothing new. I am making this topic because this system might be very useful for map-makers taking part in the 2009 Last Stand RPG Challenge, as it offers a simple, location-efficient method of making monsters drop items upon death (and other useful things). If you have any questions about the system, feel free to ask them here.

Its been done JaFFy. Sorry to burst your bubble. :bleh:
Notice he's not passing this off as a new concept?
Quote from JaFF
Bear in mind that this is nothing new. I am making this topic because this system might be very useful for map-makers taking part in the 2009 Last Stand RPG Challenge,
If you look at the date on the linked map it was uploaded "June 20 2008"

Anyway, I'm linking to this and a few other threads as helpful concepts in the 2009 Challenge thread so if you have anymore suggestions to add please tell me. http://www.staredit.net/117306/
This post was edited 1 time, last edit by Kaias: Mar 8 2009, 6:47 pm.  Reason given: Link

Top

Post #6     JaFF Mar 8 2009, 6:41 pm

[Avatar]
offlinecontact
Rank: Elite
Viet: Lethal illusion is the one who first thought of this, as far as I know. And I doubt you were one of the people he showed his map to, so how did you know it was done before, assuming you didn't notice that I said it's not new?

Kaias: All the Direct Damage topics must be in the helpful concept list (there is the original announcement topic in Theory and Ideas and a help topic in UMS Assistance... and some odd feeling tells me that there is a third one, but that might be wrong). Unfortunately there is no wiki/tutorial on those. I'll make a test map when I get back home for Easter Break, and possibly (and that's a big 'possibly') make a wiki on the subject, maybe with SP's help.

Top

Post #7     Pigy_G Mar 8 2009, 8:19 pm

[Avatar]
bannedcontact
Rank: Member
Quote
Viet: Lethal illusion is the one who first thought of this, as far as I know. And I doubt you were one of the people he showed his map to, so how did you know it was done before, assuming you didn't notice that I said it's not new?

Who doesn't know that this has been done before..?

Top

Post #8     JaFF Mar 8 2009, 8:35 pm

[Avatar]
offlinecontact
Rank: Elite
Quote from [Pigy_G]:]
Who doesn't know that this has been done before..?
It seems to me that not everyone was aware of that. The most common ideas that were floating around were either for static units or based on a 1x1 pixel location following a unit.

...but then again, I am on break from mapping for more than half a year now. :P

Top

Post #9     Pigy_G Mar 8 2009, 10:21 pm

[Avatar]
bannedcontact
Rank: Member
Well I would use this system but it would be hard for more then a few units, plus its not very reliable.

Top

Post #10     JaFF Mar 8 2009, 10:47 pm

[Avatar]
offlinecontact
Rank: Elite
Quote from Pigy_G
Well I would use this system but it would be hard for more then a few units, plus its not very reliable.
Explain more about the situation you have in mind. I'm quite sure that DPD, if applied smartly, will function flawlessly for a very large numbers of units (try copying triggers and placing more marines in the test map and see for yourself). It is impossible to increase the 50% though, which I assume is the 'lack of reliability' that you are referring to?

Top

Post #11     payne Mar 9 2009, 2:06 am

[Avatar]
Addicted to SEN Games -Add more!-
offlinecontact
Rank: Veteran
Sorry for not reading the whole topic :P : so there is known system that detects death up to 100%?

Top

Post #12     rockz Mar 9 2009, 2:48 am

[Avatar]
お や す み
offlinecontact
Rank: Veteran
No, hyper triggers run every other frame, and if a unit dies on an off frame, it's not detected as dying. If you wait 0 ms, will it jump to the next frame or the next trigger run? Also, if you wait 0 ms on multiple triggers, do they add up to 42*number of waits? That's the only way I could see it being more accurate.

This is a great wallpaper to use if you want to go into an epileptic fit every time you sit down in front of your laptop, which I guess is a better option than watching Naruto.
Top

Post #13     Kaias Mar 9 2009, 4:36 am

[Avatar]
offlinecontact
Rank: Veteran
Quote from payne
Sorry for not reading the whole topic :P : so there is known system that detects death up to 100%?
A location for each applicable unit.

Quote from Zachary Taylor
No, hyper triggers run every other frame, and if a unit dies on an off frame, it's not detected as dying. If you wait 0 ms, will it jump to the next frame or the next trigger run? Also, if you wait 0 ms on multiple triggers, do they add up to 42*number of waits? That's the only way I could see it being more accurate.
No It's not possible to make Hyper triggers any faster.

Top

Post #14     Ahli Mar 9 2009, 11:17 am

[Avatar]
Nothing yet! Almost done. Very powerful, very strong.
offlinecontact
Rank: Elite
EUDs...
but you would need a kind of switch for nearly every unit placeable on map :D
and then you still don't have a location over that unit.

It's not worth it.

(user posted image)
Top

Post #15     DevliN May 19 2009, 2:36 am

[Avatar]
SOMETHING STATUS GO
offlinecontact
Rank: Administrator
Just tested this map for the hell of it. Interesting thing to note: if you stand next to a data disc and kill another Marine, the data disc will most likely spawn next to you rather than where the Marine dies.

:devlin: CURRENTLY WORKING ON :devlin:
Invasion: Ares | OMG TEH ZOMBIES!!!
Summoner | Infection
Top

Post #16     JaFF May 19 2009, 10:07 am

[Avatar]
offlinecontact
Rank: Elite
Quote from DevliN
Just tested this map for the hell of it. Interesting thing to note: if you stand next to a data disc and kill another Marine, the data disc will most likely spawn next to you rather than where the Marine dies.
Though I don't exactly remember the setup of this map (are you a wraith flying arounf and killing marines?), I guess it's just SC not being able to place a data disc due to its size...

Whatever. That's not the point of the map at all. :P The point is that you can easily use this for enemies dropping items, kill-based spells, etc...

Top

Post #17     Pyro682 May 20 2009, 2:46 am

[Avatar]
offlinecontact
Rank: Regular
In Theory:::::::


I know it probably wouldn't be all too convenient, but wouldn't it be possible to make it so the units can't die on those frames that aren't affected by triggers?

Like, maybe have the first trigger activated in each loop be the first player's first trigger, making them all vincible, and then having the very last player's last trigger making them invincible?

Top

Post #18     JaFF May 20 2009, 8:04 am

[Avatar]
offlinecontact
Rank: Elite
Quote from Pyro682
Like, maybe have the first trigger activated in each loop be the first player's first trigger, making them all vincible, and then having the very last player's last trigger making them invincible?
That would make it impossible to kill units in general. Besides, you're probably confusing something here: frames are twice shorter than pauses between the last and the first trigger, not the other way around.

Top

Post #19     DevliN May 21 2009, 12:16 pm

[Avatar]
SOMETHING STATUS GO
offlinecontact
Rank: Administrator
EDIT:
Fuck, nevermind. I was playing the wrong map. Some random test map that involves randomly placing items under a dead Marine.

My bad.

:devlin: CURRENTLY WORKING ON :devlin:
Invasion: Ares | OMG TEH ZOMBIES!!!
Summoner | Infection
Top

Post #20     Pyro682 May 22 2009, 3:22 am

[Avatar]
offlinecontact
Rank: Regular
No, I'm pretty sure I'm not confusing anything at all. It would make any unit invincible untill triggers are in play. When Triggers start, The units are vincible, making them susceptable to the Death Checking thing. When the triggers end, it turns off the invincibility, and makes them not susceptable to the death checker thingie.

Wouldn't my Theory work for a HP System using Scarabs?

Top
0 members in this topic (italic members are currently writing a reply): None
+ guest(s)


[12:33 am]
O)FaRTy1billion -- koolaid mix, just eat the powder
[12:33 am]
O)FaRTy1billion -- We got lemons, limes, koolaid, ... and I think some other stuff
[12:25 am]
O)FaRTy1billion -- And if you don't thoroughly coat your tongue then things like kool-aid powder will burn a hole through it (or at least it feels like it).
[12:25 am]
O)FaRTy1billion -- They just make everything taste like candy.
[12:22 am]
O)FaRTy1billion -- ohi sen
[12:12 am]
Vrael -- I AM THE BATMAN
[11:37 pm]
Lanthanide -- wing zero - um, sour things? like lemons?
Please log in to shout.