PDA

View Full Version : Animation cutoffs


shadow_ninja
05-05-2003, 06:05 PM
when i redid the coding of kungfu 3 i never saw anything that would deal with repeating animations? but when i removed the level up coding and i got all of the ""big"" bugs revised
i played the game and tried one of the combo's and the end frames of the combo i'e' the parts where you finish the guy off..they keep repeating! and it freezes the control's,so that you cant do anything else????? so once again.......im at a complete loss! \\\\\suprise images/icons/grin.gif

well i hope some can help my sorry ass! images/icons/grin.gif
it should be a simpile problem that i overlooked! because like always i checked all code lines! but still no dice! images/icons/confused.gif images/icons/confused.gif

Jokke_r
05-06-2003, 12:12 AM
i think it might be the animation.

my guess is that one combo for one kick. (left forward...) and so on is one looong animation. but the kungfu level somehow ens the animation before it's done. so i think you might not ba able to remove the level up coding witout redoing the animations.

if you wan't to do this shit easy then id tell you to go with KF2.0 instead.

shadow_ninja
05-06-2003, 09:32 AM
no i see what i did wrong! in the combo triggers there is a line to take ammo for the combo's away! so when it is done there wont be any "ammo" for the stick anim,punch combo,etc! but i did was replaced it with a line of code that has a loop in it so instead of removing the "ammo" it gives infiniteammo to the animation!

so basicly i think i figuered it out! funny the hitman mod had the same problem with it's walllrun animation and exectution! images/icons/grin.gif