YesNoOk
avatar

How do I remove blood on 1 specific character? (Read 3265 times)

Started by ニセ★プリン, November 07, 2011, 10:52:14 pm
Share this topic:
How do I remove blood on 1 specific character?
#1  November 07, 2011, 10:52:14 pm
  • *
  • I'm not a Jigglypuff.
I'm trying to remove blood on the character Jigglypuff when she uses the "Angry of Jigglypuff" and "Fury of Wigglytuff" specials. How do I removve it, though, without removing the blood on the MUGEN sff file for special effects?
Spoiler, click to toggle visibilty
Re: How do I remove blood on 1 specific character?
#2  November 08, 2011, 01:02:07 am
  • ****
    • Hungary
    • seravy.x10.mx/Wordpress
1.Turn on debug mode (ctrl-D).
2.Look at the stateno of the character while performing those moves you want to change.
3.Find the Statedef for that move in one of the cns/st files of the character.
4.Find the Hitdef in that statedef
5.Find the Sparkno= line in that statedef. Should be referring to the blood you want to remove.
6.Change the number to whichever else you want to be displayed instead.

2OS

Re: How do I remove blood on 1 specific character?
#3  November 08, 2011, 01:22:05 am
  • ****
  • 608 Wannabe
  • Ich schicke dich zur HOELLE!! STIRB DU FEIGLING!!
    • Egypt
5.Find the Sparkno= line in that statedef. Should be referring to the blood you want to remove / If you don't find this or if it says -1 find an explod/helper with the trigger movehit/movecontact.
6.Change the number to whichever else you want to be displayed instead / Remove the explod/helper.
Re: How do I remove blood on 1 specific character?
#4  November 08, 2011, 04:00:33 am
  • *
  • I'm not a Jigglypuff.
It says:

Warning: Player Purin (56) in State 3914/3921: has no helper 10000

I'm assuming 3914 and 3921 are the state numbers. So I went to the cns file. I couldn't find the sparkno=, but I found this:

[State 3914, 0.55Spark]
type = Explod
trigger1 = Time = 2
trigger2 = Time = 10
trigger3 = Time = 21
trigger4 = Time = 29
trigger5 = Time = 36
trigger6 = Time = 44
trigger7 = Time = 51
trigger8 = Time = 60
trigger9 = Time = 67
trigger10 = Time = 74
trigger11 = Time = 83
trigger12 = Time = 92
trigger13 = Time = 100
trigger14 = Time = 107
trigger15 = Time = 115
trigger16 = Time = 123
trigger17 = Time = 128
trigger18 = Time = 134
anim = F12
pos = 47, -28
postype = p1
sprpriority = 0

for 3914,

[State 3921, 0.55Spark]
type = Explod
trigger1 = AnimElem = 4
trigger2 = AnimElem = 10
anim = F12
pos = 47, -28
postype = p1
sprpriority = 0

[State 3921, 0.56Spark]
type = Explod
trigger1 = AnimElem = 4
trigger2 = AnimElem = 10
anim = F3
pos = 47, -28
postype = p1
sprpriority = 0

for 3921.

It says 0.55Spark, and Type=explod. Is this what you guys are talking about?
Spoiler, click to toggle visibilty
Last Edit: November 08, 2011, 04:13:15 am by ニセ★プリン

2OS

Re: How do I remove blood on 1 specific character?
#5  November 08, 2011, 04:11:30 am
  • ****
  • 608 Wannabe
  • Ich schicke dich zur HOELLE!! STIRB DU FEIGLING!!
    • Egypt
It's better to re-evaluate it to -1.

Or, you could just re-evaluate the animations themselves to -1,-1,0,0,1. This is a LOT easier to do and undo.
Re: How do I remove blood on 1 specific character?
#6  November 08, 2011, 04:20:05 am
  • *
  • I'm not a Jigglypuff.
It's better to re-evaluate it to -1.

Or, you could just re-evaluate the animations themselves to -1,-1,0,0,1. This is a LOT easier to do and undo.

I'm sorry if I sound stupid, nut do I evaluate the animelem= to -1 or 0, anim=, or both?
Spoiler, click to toggle visibilty

2OS

Re: How do I remove blood on 1 specific character?
#7  November 08, 2011, 04:39:55 am
  • ****
  • 608 Wannabe
  • Ich schicke dich zur HOELLE!! STIRB DU FEIGLING!!
    • Egypt
k just saw the post edit.

Yes null those or preferably null the helper like so

type=null;helper
type=null;explod
Re: How do I remove blood on 1 specific character?
#8  November 08, 2011, 11:03:23 am
  • ****
    • Hungary
    • seravy.x10.mx/Wordpress
If I remember well, F12 is the blood, so remove or Null those (or change the anim to something else if you want a non-blood spark)
Re: How do I remove blood on 1 specific character?
New #9  November 08, 2011, 10:22:42 pm
  • *
  • I'm not a Jigglypuff.
I commented out the F12, and this happened.



And what's F3? (Edit: Nevermind, I found out what it was.)

With some more editing, I did it! Thanks guys! :D
Spoiler, click to toggle visibilty
Last Edit: November 08, 2011, 10:33:23 pm by ニセ★プリン