Little Fighter Empire - Forums
[solved] Ice Explosion - Printable Version

+- Little Fighter Empire - Forums (https://lf-empire.de/forum)
+-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7)
+--- Forum: Data Changing (https://lf-empire.de/forum/forumdisplay.php?fid=11)
+---- Forum: Solved Problems (https://lf-empire.de/forum/forumdisplay.php?fid=14)
+---- Thread: [solved] Ice Explosion (/showthread.php?tid=5805)

Pages: 1 2


[solved] Ice Explosion - superboi - 11-17-2010

Made freeze perform an Ice Explosion, but there's a bug where the person it hits can go in the wrong direction. Basically, regardless, of what side they are hit by, they will always fly towards the direction I am facing.

freeze_exp image (Click to View)
freeze_column.dat changes (Click to View)
freeze.dat changes (Click to View)



RE: Ice Explosion - Som1Lse - 11-17-2010

Make two itrs.
One on each side sending the character two different directions.


RE: Ice Explosion - Simoneon - 11-17-2010

For your facing problem, I guess you can just put 2 itr's with different areas, one with positive dvx: and the other one with negative dvx value.
Hope that helps.


niiiiiiiiiiiinja sp tjat!


RE: Ice Explosion - superboi - 11-17-2010

I'll give it a try, but I doubt it'lll work. I've tried it with positive values only, and it doesn't make them fly at all. They just freeze, and then the explosion hits them again knocking them down where they were.


RE: Ice Explosion - Azriel - 11-17-2010

works. i have multiple areas in my char's explosion



Azriel~


RE: Ice Explosion - superboi - 11-17-2010

totally didn't work. Here's what I changed.

freeze_column.dat (Click to View)



RE: Ice Explosion - Azriel - 11-17-2010

dvy should always be -ve (y axis should go up)
don't let ur itrs overlap.

| area1 -dvx || area2 +dvx |
not
||area1 area2||



Azriel~


RE: Ice Explosion - Simoneon - 11-17-2010

[Image: freezeexp.png]
Here, have a look at this. For example itr1 should have dvx: -20 and itr2 should have dvx: 20. You can also add even more itrs in that, if you're not too lazy, it simply works :)


RE: Ice Explosion - superboi - 11-17-2010

so I just need to make all the divy values negative and keep the divx values opposite each other?


RE: Ice Explosion - Simoneon - 11-17-2010

You need to:
- split your itrs in two areas (different coordinates, that is)
- add negative dvy on both itrs (because negative dvy is the top-y-axis)
- add either negative or positive (like -20 and 20) dvx; depends on which itr you're going to add.
- read this: http://www.lf-empire.de/forum/showthread.php?tid=4747 it basically explains everything you need to be a good dcer.