I have tried your "Shin Ryu" it is so awesome man!
You have added so many new elements and interesting changes to him!
This "Redrawn ALL sprites to add color separation" update alone has made it extraordinary wonderful.
Coloring is one of my biggest weaknesses due to my color-blindness problem....
Keep up the good MUGEN job of yours!
I want to see more MUGEN stuff by you!
I will see what I can be of help to you then..........
----------------------------------------------------------------
About the "Known Bugs" in your readme:
>>
VS rivals who can break Shun Goku Satsu (gen, akuma, etc...) You better mash butons!!! if dont the S.G.S. its breaked and ryu makes a clone and keep moveless until round time finish and some seconds after.I guess the MUGEN clone might belong to either ShinRyu or P2 or both. In all cases, you may want to consider adding a MUGEN safety code:
- Code:
-
type = DestroySelf
triggerall = IsHelper
trigger1 = 1
to all of the states in your common1.cns (especially all the Statedef 5xxx states) and to all of the custom states you give to P2.
And, you can also try to add a "NotHitBy value = SCA" to your MUGEN Helpers who don't do attacks.
>>
If gets hit in the firts frame of Hadou Combo (When star to charge), the chargin sparks remain until Ryu gets hittedI checked your "HadouCombo" (normal version) and I see you have removeongethit = 1 for Explods and it looks fine to me. Then I check your "HadouCombo" (EX/hyper version) and I see you have a "Carga" MUGEN Helper, and a "Aro" MUGEN Helper inside "Carga" MUGEN Helper, both MUGEN Helpers have a DestroySelf and it looks fine to me........actually I couldn't reproduce this "known bug" myself at all so I guess nothing to fix for this one?
>>
VS Varo_Hades SODOM (cool char by the way) if Zankou Hadoken fireball its "trapped" by SODOM it wil become a clone Ryu and you cannot use Any fireball except for Super.The addition of DestroySelf to all of the states in your common1.cns (especially all the Statedef 5xxx states) should be able to disable any "MUGEN Helpers getting hit to make clones of the Player" MUGEN bug.
One very minor MUGEN error:
- a "HitPauseTime" MUGEN Helper is called in your "Ryu.cns" but the StateDef 9743 has been disabled....