![]() |
Templates that never blink or fall - 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) +--- Thread: Templates that never blink or fall (/showthread.php?tid=9037) Pages:
1
2
|
Templates that never blink or fall - YinYin - 12-07-2013 How would you accomplish this? Challenge: the characters may not twitch/fall/land repeatedly after death. RE: Templates that never blink or fall - Lauli - 12-07-2013 I wanted to do something like this for LFM, perhaps you remember. The blue spectres; they got hit by a ridiculously huge negative fall value at the start, so they don't get knocked out. So, negative fall value and maybe just linking the falling frames to some alternate death animation would do the trick. However, I have the suspicion, that this is not how it's done. Looking at the video, maybe it has something to do with jump frames or something something state: 4? RE: Templates that never blink or fall - YinYin - 12-07-2013 (12-07-2013, 03:24 PM)Lauli Wrote: So, negative fall value and maybe just linking the falling frames to some alternate death animation would do the trick.It would do the trick but there are two problems: First of all 2.0 doesn't have a special start up any more so you don't get to do that consistently. It would have to be a certain action. Second of all this circumvents the hp bar, which my solution does not. (which sucks visually - also you won't get kills) (12-07-2013, 03:24 PM)Lauli Wrote: However, I have the suspicion, that this is not how it's done.The suspicion is right, the guess not. There is no state 4 required. I just used the jump frame/sprite for being airborne. edit: also the -fall trick cancels out all juggling. RE: Templates that never blink or fall - Dragon5 - 12-07-2013 With Ukemi (Backwards roll when on the ground) on Remake removing invincibility, I think it would be easy to keep state 14 for 1 TU to check if they're dead while allowing the time spent "down" on another frame for them to recover. And to stop them from falling, you can replace the falling frame with a frame like for jumping so they can just touch the ground again. Edit: To apply both, you'd just have to make a state 14 frame for the first falling frame and then make them land with something like jumping. RE: Templates that never blink or fall - YinYin - 12-07-2013 (12-07-2013, 03:49 PM)Bat Tamer Wrote: With Ukemi (Backwards roll when on the ground) on Remake removing invincibility, I think it would be easy to keep state 14 for 1 TU to check if they're dead while allowing the time spent "down" on another frame for them to recover. And to stop them from falling, you can replace the falling frame with a frame like for jumping so they can just touch the ground again.That's partly it. Except 'removing invincibility' will also kill Rudolfs invisibility (this is a hint). I'm using vanilla LF2. RE: Templates that never blink or fall - Dragon5 - 12-07-2013 (12-07-2013, 04:36 PM)YinYin Wrote:(12-07-2013, 03:49 PM)Bat Tamer Wrote: With Ukemi (Backwards roll when on the ground) on Remake removing invincibility, I think it would be easy to keep state 14 for 1 TU to check if they're dead while allowing the time spent "down" on another frame for them to recover. And to stop them from falling, you can replace the falling frame with a frame like for jumping so they can just touch the ground again.That's partly it. Except 'removing invincibility' will also kill Rudolfs invisibility (this is a hint). I'm using vanilla LF2. What I meant by that was if you rolled backwards before getting up, you didn't blink. You still blinked if you got up normally. That means any action after a frame with state 14 that isn't frame 219 will make the player not blink. RE: Templates that never blink or fall - YinYin - 12-08-2013 (12-07-2013, 04:42 PM)Bat Tamer Wrote: What I meant by that was if you rolled backwards before getting up, you didn't blink. You still blinked if you got up normally. That means any action after a frame with state 14 that isn't frame 219 will make the player not blink.No. You will always blink after state 14 if you leave it via next. You don't blink there because the player pushed a button. That's not an option as it cannot run automatically. edit: Improved them a bit. Switched from jump to dash and added a proper death action (deletion). Could be anything though. RE: Templates that never blink or fall - Lauli - 12-09-2013 YinYin Wrote:Second of all this circumvents the hp barWhat do you mean with that? Edit: Offtopic, I just read that idea about the crimson stone; pretty cool idea! RE: Templates that never blink or fall - YinYin - 12-09-2013 (12-09-2013, 04:43 PM)Lauli Wrote:This:YinYin Wrote:Second of all this circumvents the hp barWhat do you mean with that? (12-07-2013, 03:24 PM)Lauli Wrote: So, negative fall value and maybe just linking the falling frames to some alternate death animation would do the trick.But I just gave it another though and noticed that isn't true at all. (unless using a sufficiently powerful attack) So never mind. RE: Templates that never blink or fall - Lauli - 12-22-2013 Since it seems like nobody's guessing anymore, mind telling how you did it? |