![]() |
Ik8-shield follows the char on y-axis - 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: Advanced Data Changing (https://lf-empire.de/forum/forumdisplay.php?fid=13) +---- Thread: Ik8-shield follows the char on y-axis (/showthread.php?tid=2139) Pages:
1
2
|
Ik8-shield follows the char on y-axis - MH-Razen - 02-18-2009 You all know that Itr/kind 8 go to the centerx of a t0-object when it hurts it and dvx work - well, so with this knowledge we could create shield looking like columns, but as far as I know there's stil the problem that the shield can't follow the char on y-axis. Well, I guess you can make an itr chase the char on y-axis, too. What you need to create is a small bdy (height 10) on y: 1079 (of course you can use other values ![]() Depenging how high the char is over the ground, his bdy which is on y: 1079 normally will get other smaller values and so other ik8s will react on it, the other ik8 lead to a frame with the same ik8s to keep the shield height updated and show the shield-pic with a higher centery. That's the idea, now it's up to you how you want to use it ![]() edit: I just realise a small bug in the image, the red line which tells this is y: 1079 should start in the left upper corner, not in the lower one ![]() RE: Ik8-shield follows the char on y-axis - Azriel - 02-18-2009 I thought of a different method, which only works for pre-known heights that the character is going to be, meaning if you know that the character will have a dvy of -XX, make a second itr kind 8 which leads to a frame that makes the chasing object have the exact same dvy: value. For jumping, it's a bit harder because the dvy: values are actually decimal-point values (like -15.5) or something, and gravity is 1.7 of course, so stuff like that the small bdy thing (except for the small "jump"s, it works nicely). only thing is it won't update so well if like, the character is hit by julian's D^J, and the itr kind 8s don't reach that high. Azriel~ RE: Ik8-shield follows the char on y-axis - Madara Uchiha - 02-18-2009 wow this is quite interesting, i could use this methods but for something else thanks. RE: Ik8-shield follows the char on y-axis - Alblaka - 02-18-2009 aww... that explains why Nemesis Vegeance armor will spring if he jumps... RE: Ik8-shield follows the char on y-axis - dubbleD - 02-19-2009 my question is, wouldnt there be a limit to how many itr you can put in each frame? RE: Ik8-shield follows the char on y-axis - MH-Razen - 02-19-2009 10 (bdy+itr) per frame... RE: Ik8-shield follows the char on y-axis - dubbleD - 02-19-2009 ok that sounds like enough. thats sounds awesome, i always wanted to know if it were ever possible to make it follow on y axis. hey wouldnt it look choppy like, not smooth? RE: Ik8-shield follows the char on y-axis - MH-Razen - 02-19-2009 depends how exact you work ![]() but yes it'll always look a bit like this ![]() RE: Ik8-shield follows the char on y-axis - Madara Uchiha - 02-19-2009 well i didnt really understand itrkind8 but i am guessing if it hits a certin body it sends you a certain frame well thanks you taught me something RE: Ik8-shield follows the char on y-axis - MH-Razen - 02-19-2009 (02-19-2009, 07:36 AM)Madara Uchiha Wrote: well i didnt really understand itrkind8 but i am guessing if it hits a certin body it sends you a certain frame well thanks you taught me something well, you missed some details. The bdy must be from a type 0 object and the frame it goes to is noted in dvx (so this is an unusual usage of dvx :P) For more go to mainsite -> DC / Frame Elements / Itr / kind 8 |