- Why did you overcomplicate the Hitboxes on his stand and his tornado projectile? All you need is 2-3 hitboxes as your standing and one box for the tornado.- The second super he has doesn't seem to work with the current command.- Standing Z doesn't have enough pushback.- Ok, I've been trying his combos and a few probelsm. The AI can seem to do them properly but it seems if I do it the timing seems to be always off. Please specify which one are we supposed to do. Is it the light or the heavy version? Also, the 5 hit crouching combo doesn't work, only hitting up to the third input. - Ougi Kogetsu Zan is repeated in the readme.- x, y, z, z, Ougi Resshin Zan does ridiculous amounts of damage. Defintely no damage dampener.- Why these weird values again? life = 1050 ;Amount of life to start withpower = 3800 ;Amount of maximum powerattack = 61 ;attack power (more is stronger)defence = 110 ;defensive power (more is stronger)It makes a level one take out about about 1/3 HP on everyone else. What's wrong with 100 atk, 100, def, 1000 HP? - Oh, you still can't program AI side from blockwhore AI. Heck, I had more fun fighting the easy AI than the Medium AI since it was actually doing something than sitting down and being a wuss.- Why can he throw me when I'm in the middle of an attack or...I dunno...When I'm crouching!?Debug flood on Haohmaru:
地獄の花 said, August 03, 2011, 07:45:28 amidk but that cut/hit effect looks too large dling...hmm, really. I guess I can decrease the size in gimp or something.
ecthelionv2 said, August 03, 2011, 09:14:14 am- Why did you overcomplicate the Hitboxes on his stand and his tornado projectile? All you need is 2-3 hitboxes as your standing and one box for the tornado.- The second super he has doesn't seem to work with the current command.- Standing Z doesn't have enough pushback.- Ok, I've been trying his combos and a few probelsm. The AI can seem to do them properly but it seems if I do it the timing seems to be always off. Please specify which one are we supposed to do. Is it the light or the heavy version? Also, the 5 hit crouching combo doesn't work, only hitting up to the third input. - Ougi Kogetsu Zan is repeated in the readme.- x, y, z, z, Ougi Resshin Zan does ridiculous amounts of damage. Defintely no damage dampener.- Why these weird values again? life = 1050 ;Amount of life to start withpower = 3800 ;Amount of maximum powerattack = 61 ;attack power (more is stronger)defence = 110 ;defensive power (more is stronger)It makes a level one take out about about 1/3 HP on everyone else. What's wrong with 100 atk, 100, def, 1000 HP? - Oh, you still can't program AI side from blockwhore AI. Heck, I had more fun fighting the easy AI than the Medium AI since it was actually doing something than sitting down and being a wuss.- Why can he throw me when I'm in the middle of an attack or...I dunno...When I'm crouching!?Debug flood on Haohmaru: I agree the medium AI needs a lot more variety. I will work on the velocities of the supers and everything else that needs fixing.
TRUEMicah said, August 03, 2011, 08:17:49 pmYou should probably look at ecthelionv2's feedback also.Looks like he called some pretty noticeable flaws to your attention.Good luck updating your char in the future, Oh yes Haohmaru is far from complete. And I will take the feedback very seriously. And thanks
Quick feedback :- Missing FX on the basic punch attacks. No big deal, but still.- Woosh sounds for kick basics are really too low. You can barely hear them.- Debug flood: in state 220 (410, 420, etc.): explod vfacing param must be 1 or -1.- Can crouch while running.- Blue CLSN on his hair ? - No backward roll or static dodge ?- Ougi Senpu Retsu Zan could go without the shadow on the FX.- Ougi Senpu Retsu Zan's FX could also get some filtering so that it isn't as pixeled.- No Ougi Senpu Retsu Zan with LP ?- No Ougi Kogetsu Zan with LK ?- Specials lack some envshake IMO.
Cybaster said, August 04, 2011, 12:09:07 amQuick feedback :- Missing FX on the basic punch attacks. No big deal, but still.- Woosh sounds for kick basics are really too low. You can barely hear them.- Debug flood: in state 220 (410, 420, etc.): explod vfacing param must be 1 or -1.- Can crouch while running.- Blue CLSN on his hair ? - No backward roll or static dodge ?- Ougi Senpu Retsu Zan could go without the shadow on the FX.- Ougi Senpu Retsu Zan's FX could also get some filtering so that it isn't as pixeled.- No Ougi Senpu Retsu Zan with LP ?- No Ougi Kogetsu Zan with LK ?- Specials lack some envshake IMO.I'll check on the running bug. and more updates will be coming for Haohmaru.
Yes.-He sinks during his taunt. -Misplaced FX (Is it behind his leg or is this a problem created because you've mistimed the animelem & the explod anim times?).-Umm, why is it that in everyone of your releases you use the wrong CvS hitsounds for every attack? LK gives back LP hitsound, and MK gives back the LK hitsound. -"pausetime = 5, 9" : Why? Why would you do that? What reason would you have to do this? Where did you learn how to do pausetimes???? Pausetimes should usually be the same, In some instances it's okay for them to differ by an interger or in the event that you're using a counter attack var to add to the second value. In this instance it's unnecessary. Quote[State 230, PlaySnd]type = PlaySndtrigger1 = animelem = 2value = S3,13volume = 200channel = 0;lowpriority = -1freqmul = 1.0loop = 0pan = 0You don't need all that crap in a PlaySndQuote[State 230, PlaySnd]type = PlaySndtrigger1 = animelem = 2value = S3,13-Your hitdefs have very little definition (You've only included the basic stuff. Velocities, pausetimes, damage, flags, attr, trigger). You should add yaccel, cornerpush, IDs, give and getpower, and animtypes).-Your codes are arranged in a completely messy manner ( 190, 2101, 220, 685 (Wtf? Why 685?)) but if that works for you it's w/e..Quote[State 234, RemoveExplod]type = RemoveExplodtrigger1 = (enemy, movehit)id = 2037-y u did this? Doesn't "removeongethit = 1" work just as well?-VERY inconsistent damage values. Quotedamage = 55 ; Standing Medium Punch [ OK ]damage = 175 ; Standing Heavy Slash [??] Although this may be acceptable cuz' his Standing Heavy Slash is probably one of the strongest normals in the series (CvS). Quotedamage = 55 ; Standing Medium Kick [ OK ]damage = 60 ; Standing Heavy Kick [ ?? ] Why do they differ by only 5 intergers???Quote[Statedef 195]type = Sctrl = 0anim = 195velset = 0,0movetype = Iphysics = Ssprpriority = 2poweradd = 200Those statedef details have been arranged in the messiest way that I've ever seen... The infuriating thing about this is that all of the statedefs aren't even like this.-Why are your ground velocities so low?? Quoteground.velocity = -.70I know for a fact that ppls have talked to you before about using ground.velocities that low.-Crouching punches do NOT need to have a guardflag of L. Even tho they retain crouching properties they should be flagged as MAQuoteground.hittime = 38Omfg...Quoteground.slidetime = 3ground.hittime = 9Those values should be the same (Preferably 9).-Terrible Collisions Yours - Mine - Lastly... Why on earth did you make the big portrait share colors with the characters palette? You could use those color slots for other things...
eken55 said, August 03, 2011, 05:04:20 amA new super was added. Why are you adding more supers when the moves you have now feel bad to use?How much of the feedback from this thread have you applied to your character?
some of the moves look and feels awkward. missing sprites for his qcb p attack? it looks like he's skipping a frame or 2.
Tested Haohmaru to the last update and this is my feeback:Cybaster said, August 04, 2011, 12:09:07 amQuick feedback :- Debug flood: in state 220 (410, 420, etc.): explod vfacing param must be 1 or -1.- Can crouch while running.- Blue CLSN on his hair ? - No backward roll or static dodge ?- No Ougi Senpu Retsu Zan with LP ?- No Ougi Kogetsu Zan with LK ?- Specials lack some envshake IMO.-^ All of this still keeps in this version-A lot of stuff in Ougi Resshin Zan: *Doesn't have hitspark nor hitsound *Can't be comboable with other moves (generally after a Retsuzan or Kogetsuzan you can finish with a Resshinzan, that doesn't occurs here) *Feels like you just pushed to the ground the enemy instead slashing it-WHY only 2 versions of specials if you have 6 buttons??-Almost no vels in ground.velocity in any normal hit, at least it can't be done infinites by that-Too much damage in various moves, especially the lv1 supers, that make even 350-450-Very few sounds for normal moves, especially jumpResuming, this is my final veredict for this character
TRUEMicah said, September 27, 2011, 10:41:29 pmHow can you say, "see topic for more info" when there is nothing to see?^ This.