YesNoOk
avatar

Custom Combo not activating  (Read 3295 times)

Started by 2Dee4ever, February 07, 2014, 09:05:56 am
Share this topic:
Custom Combo not activating
#1  February 07, 2014, 09:05:56 am
  • *****
    • USA
I added the code and the animations, but when I press the button combination it does nothing
What else do I edit besides the system, helper, and command???
In the command I only added the code and the button command am I missing something?
Re: Custom Combo not activating
#2  February 07, 2014, 10:57:33 am
  • ******
  • Loyal to the Game
    • USA
    • http://jesuszilla.trinitymugen.net/
Probably going to have to see the code because the problem as it stands is too vague.

I will state for the record that this is part of the reason copypasting code without actually trying to understand it is bad.
Re: Custom Combo not activating
#3  February 08, 2014, 12:54:08 am
  • *****
    • USA
If you can give be a general idea of it I'm am more than happy to learn
I got the idea from this forum its how I was able to add a power charge as well
I used the code from pots characters that also had this move I copied this into system

Spoiler, click to toggle visibilty

This into Helper
Spoiler, click to toggle visibilty

I added the sprites for the fx and the animation for the start up, air, etc and the command as well
Spoiler, click to toggle visibilty


Here is the character I've been editing
https://www.mediafire.com/folder/z09uv7d2io59s/Yun2
Last Edit: February 08, 2014, 01:37:39 am by ShinRei
Re: Custom Combo not activating
#4  February 08, 2014, 12:58:25 am
  • **
    • USA
    • reddlunchbox.tumblr.com/mugen/
What's the command code? Because that's goign to be the determining factor if your pressing the buttons and nothing is happening.

Also, did you edit every single other move to work with the Custom Combo as well? Because otherwise the CC will activate, but it won't have any effect.
Re: Custom Combo not activating
#5  February 08, 2014, 01:15:51 am
  • *****
    • USA
I know about adding it to the moves I haven't done that yet because I haven't been able to get it to trigger
and yes I added the command
Re: Custom Combo not activating
#6  February 08, 2014, 01:23:26 am
  • **
    • USA
    • reddlunchbox.tumblr.com/mugen/
Alrighty then, do you mind ifwe see what's in the .cmd so we can see what's causing the error?
Re: Custom Combo not activating
#7  February 08, 2014, 01:25:31 am
  • *****
    • USA
I added it ^^^
I uploaded the character as well if you wanted a better look
Re: Custom Combo not activating
#8  February 08, 2014, 04:15:35 am
  • ****
    • USA
    • sites.google.com/site/demonkaimugen
I was going to ask you to upload the entire character together so i can take a closer look hands on but i see you have all his parts broken up entirely. do you think you can put that character in one file as normal and then upload it to mediafire? that can help us help you better too^^

If not then thats fine i figured a way for you to maybe look at that code closer for yourself

It seems like you got that code from Jmorphman's new Ryo. which is fine no problem if it is but i think you should go back and match up everything with his custom combo codes again since its very similar and follow what he did very carefully

I noticed this when i was matching your command up with his

Yours
Spoiler, click to toggle visibilty

and his
Spoiler, click to toggle visibilty




and is this in yours too above in the system commands?
Spoiler, click to toggle visibilty


Also word of advice...ask questions like this in "Development help" section. youll get a quicker response  :beatnik:
http://mugenguild.com/forum/m-u-g-e-n-development-help.315
Last Edit: February 08, 2014, 04:26:17 am by DEMONKAI
Re: Custom Combo not activating
#9  February 08, 2014, 04:25:22 am
  • **
    • USA
    • reddlunchbox.tumblr.com/mugen/
Your custom combo is located below your normal attacks in your cmd. So those moves return true first, causing everything MUGEN to ignore everything below them.
Re: Custom Combo not activating
#10  February 08, 2014, 08:33:43 am
  • *****
    • USA
There I put it all in one folder