• 0

    posted a message on Missile redirect

    How do the two missile redirect effects work.

    The first being on the missile launch (I believe) and the second being an actual effect. I don't know how either work and cannot locate any examples.

    Posted in: Data
  • 0

    posted a message on Drag Build

    While this may be possible via data, I doubt it.

    I am trying to emulate the Supreme Commander Drag Build method.

    6:55

    basically, you can click and drag, and it will highlight and then queue up a bunch of buildings in a line, as close together as pathing map will allow.

    I believe I should be able to register mouse movement, and a click and release, to get the line. I might be able to then use a loop of some kind to queue up the buildings, and should be able to figure out how to access the pathing map. . I am unsure however how to link that to the building queue, prevent it from immediately starting on the first building on the initial click, or how to create the ghost images.

    Also, a second sceme, admittedly no more difficult in all likelyhood. Click, builds one, and each time you drag it out of range it queues up another one, not a line, but any freeform shape.

    Posted in: Triggers
  • 0

    posted a message on Compare Unit vital Validator

    Is there any easy method to compare two unit's energy, or other vital, without triggers, or a rough method using lots of validators?

    Basically, I want an energy link which transfers energy from the unit with more energy to the one with less, regardless of direction.

    If there was a validator to check which one had more energy, it would be easy.

    Posted in: Data
  • 0

    posted a message on Shield Failure Catch and Spread

    @DrSuperEvil: Go

    I looked at it, assuming it is from Assets of Evil. The basic setup doesn't actually work. The zerglings are out of range, and moving the collosus has no apperent effect.

    Modifying it to move a zergling into range, It seems to work, sort of. However, the zerglings can power each other, and the cables don't really seem to break after a range limit, and sometimes there are no cable links anyway.

    I could power the zerglings, and literally leave for the edge of the map, and until I split the group up, they were all powered. Those would either go unpowered, or rapidly flicker between powered and unpowered. Also, killing the pylons did nothing.

    Edit: I do note that at least one of your search effects has a persistant delay in place. If sc2 has an anti-infinite-loop thing in place, and behaviors, once applied, do not appear for consideration immediately, I think that could be a part of the problem. And, more importantly, might be impossible to then do via data. I literally have to have the synchronized, since heal effects do not get transfered by the linked behavior.

    Depending on how markers work, they might be feasible, but I have no idea how to use them. I know they prevent, in the case of things like a hellion's line attack, made of a bunch of mini-circles, not allow any target to get hit twice.

    I might be able to have one main node (the one that took the fatal hit) take negative damage, and that might transfer. Uncertain. I could have failed shields have the linked behavior suppressed, which might allow for a desynced reactivation. Going to try for the delay, see if that lets them all fail.

    Posted in: Data
  • 0

    posted a message on Shield Failure Catch and Spread

    @Buswolley: Go

    Ah. Well, I can see how that can be helpful for debugging, but in this case, it seems correct already. I cannot be certain unfortunately, but that does help some.

    Posted in: Data
  • 0

    posted a message on Shield Failure Catch and Spread

    I don't know what the effect tree is.

    With the debug messages, I managed to fix the BC issue, and it effects the shield nodes again.

    Posted in: Data
  • 0

    posted a message on Shield Failure Catch and Spread

    @Buswolley: Go

    That is precisely what I was looking for. And is probably the most useful tool for debugging data ever. Absolutely invaluable. Makes it obvious what is going on for one of the effects. Just have to apply it, one at a time, to each effect that is involved, and I should be able to resolve the situation.

    Edit: Managed to get the shield failure behavior to fail like it was before, but still not able to have it effect everything it is supposed to. It causes 10 shield nodes to get the behavior, and possible jumps between the two shields if I increase the range enough, but only hits 10 nodes (I think every time) and tends to do the ones to the left more often. Still have no idea why, and the UI messages get pushed off the screen. Added a tag display onto the debug messages, so as to get the Unit IDs, but that isn't really sufficient.

    Missile impact seems to be targeting both the missile AND the shield it hits, meaning it does a single impact AND a blast, which is unexpected. Especially since the search filter is supposed to look at enemies only, and also exclude missiles. Presumably I missed something there.

    Posted in: Data
  • 0

    posted a message on Shield Failure Catch and Spread

    I figured out part of the problem. Unfortunately, I have absolutely no idea what to do about it. It is obvious now that my problem is that I can't figure out the target system. Caster, source, target, Outer stuff, etc.

    Using a non-missile, I see why two things occured, but have no idea why or how to fix them. The battlecruiser, instead of the shield, gets the shield failure buff. Unless it is close enough to a shield taking fatal damage from it. And then, any more damage will be fatal. I believe that part to be because there is no damage response in "Shield failure", but am uncertain.

    More significantly, is the fact that the buff applies to the battlecruiser. Presumably, also, to the missiles impacting a shield that they kill, or perhaps the launcher. Either way, I can't figure out how to have it target the shield which took fatal damage, or how to then spread it to the rest. A first step would be hitting the right target, but I have no idea how to do that. There doesn't seem to be any reason it would hit the missile or battlecruiser.

    Also, I can't figure out why, for the missile damage switch, the shield validator isn't returning true. Possible that it is looking at the missile/battlecruiser. I don't know why it would be referring to them however.

    Most useful probably would be a method to set up actors or triggers which give information on what is going on at some specific time.

    Posted in: Data
  • 0

    posted a message on Shield Pulse on Health Damage

    Is it possible to make a unit, on taking life/health damage, have a shield pulse like any shielded unit would?

    Posted in: Data
  • 0

    posted a message on Shield Failure Catch and Spread

    That would almost certainly work. Will try it.

    Edit: May not be nessesary, depending.

    I can get the shields to fail now, or, apperently, as I just realized, partly fail. it seems to only be able to cause some number to fail in the general area, I think in the direction of the missile impact, but not chain any further.I think it has to do with target locations. so far as I can tell, source is the link from the "takes fatal damage" damage response. However, I cannot think how to fix this. due to the conjoined nature, unless I can get all of them to fail at the same time, so they can all get healed at the same time, I can't get it to work.

    Edit2: It seems I have, in trying to get some parts to work, have broken others. Incidently, I have configured the automatic backup system sc2 has, to hopefully help with this.

    The Missile's shield target filter is broken now, and acts like an AOE blast again, regardless of the switch statement. As a result, it is hitting multiple nodes and doing more damage than intended.

    Posted in: Data
  • 0

    posted a message on Shield Failure Catch and Spread

    Alright, the second part works great now, can knock them all out. However, I still can't trigger that effect on shield failure. Maybe remove armor, and catch fatal hits? Not really sure how to do that, or if that actually risks unit death. Have no real experience with messing with damage detection.

    Posted in: Data
  • 0

    posted a message on Card Shuffle (Returned!!)

    Ah, that explains a lot. Thanks.

    Unit descriptions, I meant the part where you select the unit, then hovering over the unit's icon. Having that be UI would probably be preferable.

    I suppose that is what I get for not clearly reading a card description.

    10 slot inventory. Presumably you are using a custom UI setup of some kind?

    Posted in: Map Feedback
  • 0

    posted a message on Card Shuffle (Returned!!)

    This game is a good remake of the similar game back in Wc3. Some issues, but nothing excessively serious.

    Some tooltips are lacking. What is the AOE on the suicide explosion card, for example? Also, unit's themselves should get their selection description, even if that is a lower priority. Same with buffs. Cards should somewhat more clearly state whether or not they can effect heroes or not.

    At least one card is bugged. The card that gives +20 health or -20 health to allies/enemies, if used on a friendly unit, uses no energy, and does not get removed. Quite abusable, since you can make all your units effectively immortal.

    Cards should be linked (and labled) to the numbered keys on the keyboard, so as to allow more rapid usage. As is, it can take two or three clicks for using spells targeting units.

    That you have to select a unit first before casting, instead of the other way around like every other spell ever is somewhat inconvenient. And then have to select your hero, or other units.

    Also, while it might have a reasonable explaination, I had a siege tank out, which was taking damage for no apperent reason. No enemy untis in range, no enemy siege tanks or apperently equivilents, and it was periodic, so unlikely to be a spell. Unsure what was going on, since cloaking isn't a think as far as I know.

    Posted in: Map Feedback
  • 0

    posted a message on Shield Failure Catch and Spread

    Bump

    Posted in: Data
  • 0

    posted a message on Shield Failure Catch and Spread

    I have a shield wall type unit, of which many exist on the map. they act like forcefields, blocking impact projectiles. On their hitting zero shield, they are not to take any more damage. This was done by changing minimum damage from 0.5 to 0. On a behavior registering them taking fatal damage, they set off an effect. The effect searches for other shield units, as well as applying a "Shield Failure" Behavior. This should loop and knock out all the shields, but gets stuck at a certain point, and doesn't act like expected anyway. If a shield has "Shield Failure" impact projectiles ignore them. The units are all linked together (Diamondback mission trains), matching health at all times via the conjoined behavior effect. Works correctly, assuming you handle splash to avoid a multiplier. Unfortunately, that part isn't working correctly either.

    Current problem. Shield is supposed to have regeneration until it fails. On failure, it will deactivate, supressing regeneration for some duration. Then, it will restore to full health, and be valid for collision again.

    However, several problems are making this difficult. I cannot use normal regeneration with an insane rate boost, since that applies even if the shield hadn't reached zero. Hence, going to apply a +1 shield fraction effect. Using life and health regen suppression fixed it. Using normal regeneration, which will be suppressed or capacity removed during shield failure. Cannot detect shield failure. Trying to use damage response, but will not work, due to it only registering on the impact unit, not the rest of the conjoined units. Hence only one loses shield capacity, not the rest. Can detect, but cannot spread it to all the shield units. Tried using a periodic check for shield < 1, but since the regeneration can go excessively high, it doesn't always catch it, so several kill-shots are required, which is a problem.

    Using a behavior which disables on shield = zero, while other behavior, disables when shield ge zero. However, cannot determine how to add in the 30 second, or otherwise, delay for the shield to reboot, and restore to full shield again. The disabled behavior, when enabled, does not have any apperently linked effects, so I can't attach a persistant for a delay effect. Cannot use periodic, since I don't know where it would start. Cannot use limited duration, since I have no idea how to actually add the shield failure behavior to start with.

    Also, I am trying to avoid using triggers as much as feasible.

    Any ideas?

    Edit: Currently using Life only, with an immortal shield based behavior for damage to get the animation. Can detect fatal impact. Can spread effect, but does not spread to all correct targets. Shield impacts get splash but shouldn't, accidently broke, such that both the shield and missile impact occur. Trigger suggests the missile is impacting the missile and the shield, so both the shield impact and unit impact are occuring.

    Posted in: Data
  • To post a comment, please or register a new account.