YesNoOk
avatar

Erase character of the "Continue" screen (Read 1816 times)

Started by Charles_2011, February 06, 2021, 01:00:00 am
Share this topic:
Erase character of the "Continue" screen
#1  February 06, 2021, 01:00:00 am
  • ***
    • Peru
Greetings.

Is there a way to avoid this?



Is there a way to remove the character and only see the text?

I hope you can help me with this.
Re: Erase character of the "Continue" screen
#2  February 06, 2021, 01:01:42 am
  • ****
  • Self-Sufficient Subhuman
  • "I hope you're ready for a beating!"
    • USA
Hmm... perhaps have anim 5500 just be an invisible frame?
Re: Erase character of the "Continue" screen
#3  February 06, 2021, 02:14:10 am
  • ***
    • Peru
Hello 087-B.

Could you give me an example, please?
Re: Erase character of the "Continue" screen
#4  February 06, 2021, 02:35:32 am
  • ****
  • Vs Style Debuts Tag Project CEO
  • The Dark Wolf Returns
    • USA
It's really easy. Open the .air in Notepad and add/edit this line

Code:
[Begin Action 5500]
-1,0, 0,0, 1,

Beware the Dark Wolf once more!
Re: Erase character of the "Continue" screen
#5  February 06, 2021, 03:12:30 am
  • ***
    • Peru
Hello DarkWolf13.

First of all, thank you for the answer. I did what you say but it didn´t work. I added the code in the char, in the fightfx.air and in the Fight.def with any result. Is there other way? Am I doing it wrong?
Re: Erase character of the "Continue" screen
#6  February 06, 2021, 03:18:31 am
  • ****
  • Self-Sufficient Subhuman
  • "I hope you're ready for a beating!"
    • USA
Hello DarkWolf13.

First of all, thank you for the answer. I did what you say but it didn´t work. I added the code in the char, in the fightfx.air and in the Fight.def with any result. Is there other way? Am I doing it wrong?

That could should only be in the .air file of the fighter. You'll have to add it to every fighter.

I assume that, because it's a CVS character, Ryu likely already has a 5500 animation and it might be overlapping that code. I recommend opening him in fighter factory and finding that animation, and replacing it with the blank frame code that Dark provided.

That should work.
Re: Erase character of the "Continue" screen
#7  February 06, 2021, 04:40:34 am
  • ****
    • crepa.neocities.org
Additionaly, if you're using warusaki3 chars (which looks like you ARE), this is a known bug in his chars and there is a patch for it somewhere... I think it was in trinity mugen.
However, it doesn't "erase" the animation, it just correct it to a more convincent "continue?" animation. I don't know if you'd like it.
Re: Erase character of the "Continue" screen
#8  February 06, 2021, 02:59:13 pm
  • ***
    • Peru
Hello DeathScythe.
Thank you for the tip and to all of you for the answers, I'll see what I can do.