YesNoOk
avatar

How Do You Code A Fully Complete MVC3 X-Factor? (Read 60934 times)

Started by Ki$@1st456v, November 13, 2021, 05:56:36 pm
Share this topic:
How Do You Code A Fully Complete MVC3 X-Factor?
#1  November 13, 2021, 05:56:36 pm
  • avatar
  • **
    • USA
Hi everyone I was trying to code an X-Factor for my character Lilith and while she would do the animation performing the move, there is no red aura and I did not know how to code an X-Factor gauge with the move. I have the code here in the cns below:
Spoiler, click to toggle visibilty

I coded the X-Factor aura in the cns but it did not work. What do I need to add to get the aura to appear and what must I do to get an X-Factor gauge? I appreciate any help anyone has for this topic and I wish you all a great day!
Last Edit: December 24, 2021, 03:38:13 am by Odb718
Re: How Do You Code A Fully Complete MVC3 X-Factor?
#2  November 14, 2021, 12:43:42 am
  • ******
  • Hedgehog Whisperer
  • Red Bull addict
    • Spain
    • xgargoyle.mgbr.net
What is var(58) and which values have?
If the value is 0, the aura helper is destroyed as soon as it's created
XGargoyle: Battle posing since 1979
http://xgargoyle.mgbr.net
http://www.pandorabots.com/pandora/talk?botid=e71c0d43fe35093a  <-- Please click that link
http://paypal.me/XGargoyle  <-- Donations welcome!
Re: How Do You Code A Fully Complete MVC3 X-Factor?
#3  November 14, 2021, 05:30:40 pm
  • avatar
  • **
    • USA
I did not know about that before. Could I put a 1 there or any number above 0 to correct that at the trigger1 section at the very end?
Re: How Do You Code A Fully Complete MVC3 X-Factor?
#4  November 17, 2021, 06:35:49 pm
  • avatar
  • **
    • USA
I changed that number but it did nothing. Here is what I have so far.
Spoiler, click to toggle visibilty

Are there any other values or states I am missing?
Last Edit: December 24, 2021, 03:37:42 am by Odb718
Re: How Do You Code A Fully Complete MVC3 X-Factor?
#5  December 22, 2021, 11:50:09 pm
  • *****
  • Shame on you!
    • USA
Is Statedef 753 working?
Do you have the animations for the state?
vVv Ryuko718 Updated 10/31/22 vVv
Re: How Do You Code A Fully Complete MVC3 X-Factor?
#6  December 23, 2021, 07:09:52 pm
  • avatar
  • **
    • USA
Yes, I have animation 13003 for that state which is a 1 frame blank animation for -1 ticks.

I'm not sure why it is not showing the aura however though. Thank you for your help with your input too.
Last Edit: December 24, 2021, 03:38:35 am by Odb718
Re: How Do You Code A Fully Complete MVC3 X-Factor?
#7  December 24, 2021, 03:41:53 am
  • *****
  • Shame on you!
    • USA
If the animation is nothing, what do you suppose it'll display on screen???

Change the
anim = 13003
to something like
anim = 200
or any other animation that you know works. See what you get.
vVv Ryuko718 Updated 10/31/22 vVv
Re: How Do You Code A Fully Complete MVC3 X-Factor?
#8  December 24, 2021, 07:30:34 pm
  • avatar
  • **
    • USA
I was using a blank animation because I was trying to follow Kamekaze's MVC2 Dr. Doom and Baby Bonnie Hoods' MVC3 Lilith VP both of which had blank animations for the animations of parts of their X-Factor coding, specifically statedef=4004 with anim=5334 for Kamekaze's Dr. Doom X-Factor gauge and anim=9999 in statedef=4015 for Baby Bonnie Hoods' MVC3 Lilith VP for her X-Factor aura. Also, until now I did not see any in-depth posts covering this subject and how to properly do it. I only was looking at the code of characters already finished to find some path to code the move to come out.


I will try that though and put a different animation though.
Re: How Do You Code A Fully Complete MVC3 X-Factor?
#9  January 03, 2022, 07:39:51 pm
  • avatar
  • **
    • USA
Hi again everyone! I have added a different animation for statedef 198 and the aura still does not come out when I do the xfactor move. However, Lilith still does the animation though. I do not know what else it could be that is preventing the aura from coming out.
Re: How Do You Code A Fully Complete MVC3 X-Factor?
#10  January 05, 2022, 12:09:37 am
  • *****
  • Shame on you!
    • USA
Go into the character that works. Find the actual image and/or animation for the aura. Then search for that number in the cns files.
Once you find the connection, make sure your character has that same thing.
If it does, then your character is telling itself to get rid of the animation the instant it spawns. Search your character for that value until you see it everywhere.
vVv Ryuko718 Updated 10/31/22 vVv