![]() |
||
phil's problems of daily dc :D - 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: phil's problems of daily dc :D (/showthread.php?tid=4344) |
||
RE: phil's problems of daily dc :D - The Lost Global Mod - 01-04-2012 well i thought to make freeze use different attacks (as in aaaa-pattern not new moveset) with his two swords. My first thought was to let him transform to a char who is already holding 2 swords, spritewise. If we use your methods of 1rst point and second together for the first, I think i can exactly achieve that. RE: phil's problems of daily dc :D - mfc - 01-04-2012 I have finally understood everything turnin around here ![]() I'm continuing from the bashs' point. If you want to lose just one; do these: 1) your 2weaponed char fell 2) it summons a sword 3) it transforms back to old normal freeze. 4) and stands up. Aaand for smooth destruction of weapon: just throw it away with a dvx: 9999 with a y: -999(from high) RE: phil's problems of daily dc :D - The Lost Global Mod - 06-11-2012 while thinking up some ideas, I have come across some problems which i would need help with. 1. i have been thinking about drinking frames in a char and would like to create a certain scenario: when char x drinks milk, as soon as he stops, regardless if bottle if full or empty, the bottle will be destroyed (the char breaks it with force) so basically as soon as defend is pressed the bottle gets crushed. 1.a (kinda fits to it) can you make a char only drink milk bottles, so in other words no beer for him? 2. i want my char to gain a small amount of mp while punching an opponent (so the hit/punch has to connect to a foe) is this possible? 3.when the said char x is dashing and shortly before landing presses jump, then char x dashes again. Is that possible? if so is it also possible to make him change his direction when i press, left + jump while landing so when he comes dashing from the left and i press left jump.. he dashes back to where he came from? if possible this should go as much as without making it an own mod. So I do want it only to create one char and not modificate the whole lf2 for it, if possible ofc. RE: phil's problems of daily dc :D - YinYin - 06-11-2012 1. create a frame you go to with hit_d that has an itr with effect: 4 and bdefend: 100 which will crush the dropped milk (wpoint kind: 3 to do that i think) make it small and only at the position the milk drops + short wait so the whole thing doesn't randomly destroy anything else or rebound blasts 1.a only if you edit either beer or milk i guess 2. maybe if the hit lag can also repeat the acting mp tags (using two 'cursed' mp values) or if you can have the first frame of your punch go to a non-opponent-hit frame with hit_a and possibly branch (due to hit lag) to opponent-hit frames when hit_a did not act just theories - basically i think it's not possible (except for having objects that check for injured opponents and in turn affect your character - but that's too much hassle unless you've got big plans) 3. yes - just land with state 6 - or state 100 using frame 94 for a new crouch RE: phil's problems of daily dc :D - The Lost Global Mod - 06-11-2012 1a. can't be helped then. how would it work with editing the beer? I guess having a special body in both beer and a itr in the drinking frames or standing frames reacts to it and then crushes the beer (if in drinking frames) or kicks it away (if in standing frames). ofc if i make it in standing there is no need for the drinking bit and vice versa. 2. would you call making a char big plans? i don't. well if this one works out good then it might get bigger (as in a mod) any other way you can think of so my char gets mp by beating opponents? (as i am omitting the beer bit, so he would only be able to rely on mp regain) RE: phil's problems of daily dc :D - YinYin - 06-11-2012 1a. thats about right 2. you can instead add the mp regain to only the super punch - because that one can only be done with a defenseless opponent thus its guaranteed youve already done hits and are about to do yet another one (instead of punching air to gain mp) edit: for 1a you might actually want to put the itr into light picking and rowing frames (wherever you pick it up) RE: phil's problems of daily dc :D - The Lost Global Mod - 06-26-2013 okay, i have a new problem and i hope you can help me out with it: I want to create a throwable weapon, which bounces off the opponent once it hits him and then bounces back and so forth. basically it bounces alot. I am stuck at that already, but i will continue with the idea: Aside from that i want the weapon to multiply when hit, and the clones have the same basic behaviour as the weapon (bounce alot). here comes the dandy part, my code so far:
i get there because i have an ik3 in the throwing frames of the weapon.
note: i am using the baseball weapon (weapon 5) as basis, if you think it has an sprite issue too. also the bounce back code seems to work (at least it bounces back, but not forward) RE: phil's problems of daily dc :D - YinYin - 06-26-2013 Only use dvx to start or change a direction - in the air objects keep their momentum. And why exactly do you think would it last long enough to hit again before it drops? RE: phil's problems of daily dc :D - The Lost Global Mod - 06-26-2013 (06-26-2013, 08:22 AM)YinYin Wrote: Only use dvx to start or change a direction - in the air objects keep their momentum.that's what i do in bounce_forward, no? I don't understand that question. it does not have to hit again, i want it to bounce back forward, if it hits the opponent even better. The real merit is the cloning of the weapon, once i get the bouncing done. RE: phil's problems of daily dc :D - YinYin - 06-26-2013 You say it doesn't bounce forward so we gotta find out why it doesn't reach those frames or if it does why it doesn't change direction. It probably drops before it can bounce forward because you move it down with dvy: 1. I don't see why it would stay in the air long enough to reach the bounce forward frames. |