YesNoOk
avatar

Need help in Ex Fx (Read 4971 times)

Started by CrimsonK0F, March 02, 2020, 04:24:26 pm
Share this topic:
Need help in Ex Fx
#1  March 02, 2020, 04:24:26 pm
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
I need help does anyone know how to change the color of the character when they make a Ex Move for example.
When Ryu does a Ex Move his body turns yellow. Is there a way to change that.
Re: Need help in Ex Fx
#2  March 02, 2020, 06:17:58 pm
  • *****
  • Resident Tosspot
  • Pftheh
    • UK
    • plasmoidthunder.neocities.org
Typically it's handled via PalFX in the attack's state.

Oh, I want a diagram. I fucking love diagrams.
Re: Need help in Ex Fx
#3  March 02, 2020, 10:10:05 pm
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
Typically it's handled via PalFX in the attack's state.

The problem is i only started editing characters a week ago, so i dont have that much knowledge about this but question  does the PalFx have a group and Index or not? Sorry if this sounds stupid
Re: Need help in Ex Fx
#4  March 02, 2020, 11:05:40 pm
  • *****
  • Resident Tosspot
  • Pftheh
    • UK
    • plasmoidthunder.neocities.org
It's a state controller with the type "PalFX"; it's likely that each EX move has one in its respective state.

Oh, I want a diagram. I fucking love diagrams.
Re: Need help in Ex Fx
#5  March 02, 2020, 11:16:23 pm
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
Re: Need help in Ex Fx
#6  March 03, 2020, 03:14:06 am
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
I found the palfx so what do i do now? This is the code on ryu
This is the first one i saw.
[state 4012, BG PalFX]
type = bgpalfx
trigger1 =! time
time = 20
add = - 255, - 128, - 64
sinadd = 255, 128, 64, 80
persistent = 0
This is the second one
[state 4012,  palfx]
type = palfx
trigger1 =! time
time = 24
sinadd = - 255, - 255, - 255, 96
Last Edit: March 03, 2020, 03:22:20 am by CrimsonK0F
Re: Need help in Ex Fx
#7  March 04, 2020, 02:07:09 am
  • *****
  • Resident Tosspot
  • Pftheh
    • UK
    • plasmoidthunder.neocities.org
This is PotS' Ryu, isn't it? The PalFX you're looking for is in state -3, located within System.st.

Oh, I want a diagram. I fucking love diagrams.
Re: Need help in Ex Fx
#8  March 04, 2020, 04:16:44 am
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
Yeah its pots ryu, Ill go look for it
Re: Need help in Ex Fx
#9  March 04, 2020, 04:47:37 am
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines
Re: Need help in Ex Fx
#10  March 04, 2020, 06:25:07 am
  • **
  • Some Dude Trying To Learn How To Sprite And Code
  • A Bored Dude
    • Philippines