YesNoOk
avatar

Fire effect (Read 674 times)

Started by Orochi Dx Chris, April 21, 2011, 09:16:58 am
Share this topic:
Fire effect
#1  April 21, 2011, 09:16:58 am
  • **
  • The future Pirate King!
How do you make fire effect on some char? Cause i edit someone char [size=1pt]and of course private xD[/size]

I'm new to mugen so please explain it after i open the character in FF

Re: Fire effect
#2  April 21, 2011, 09:20:16 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You're obviously very new.

Does the character even have fire sprites in it? If the answer to that is no, and you absolutely MUST have fire sprites, you're going to have to start with a tutorial on how to correctly palette sprites and add them to an sff file.

Sorry, not going further than that without clarification. Not that adding the effect you want is hard, but i'd hate to explain it all the way from 0-100 in a forum post.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Fire effect
#3  April 21, 2011, 09:21:43 am
  • **
  • The future Pirate King!
Yes it is...

The char nickname is "Fire fist Ace" xD

Edit: Yea and i try to create new character but... :-X

And i also know how to change char bimp or w/e it called in to pcx xD
Last Edit: April 21, 2011, 09:25:04 am by Orochi_Chris
Re: Fire effect
#4  April 21, 2011, 10:45:01 am
  • avatar
  • ****
why are you adding more fire if he already has fire. OR do you mean pallet effects like turning the character red.
Re: Fire effect
#5  April 21, 2011, 11:02:46 am
  • **
  • The future Pirate King!
Re: Fire effect
#6  April 21, 2011, 11:14:26 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Find this line, it could be in any of the .cns files

[Statedef -2]

Underneath that add

[State -2, PalFX]
type = palfx
trigger1 = alive
time = 5
add = 100,1,1
mul = 150,150,150
color = 256

That will need tweaking, feel free to mess with fighter factory's palFX editor you probably want something very different to what the above will achieve. Basically, play with it.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Fire effect
#7  April 21, 2011, 11:25:27 am
  • **
  • The future Pirate King!
Oh wait... That makes the char is look on fire... my bad  --;

I want when the fire hit the opponent and than the char look like on fire... Like Cyanide did but the char who used fire is on fire xD
Re: Fire effect
#8  April 21, 2011, 12:05:54 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You mean you turn your opponent red?

Find the hitdef for an attack that has fire. Add the following

palfx.time = value you wish to use for how long it lasts
palfx.add = above values
palfx.mul = above values
palfx.color = 256

Should mean any hit inflicted by that move will make p2 turn red.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Fire effect
#9  April 22, 2011, 07:40:33 am
  • **
  • The future Pirate King!
You mean you turn your opponent red?

Find the hitdef for an attack that has fire. Add the following

palfx.time = value you wish to use for how long it lasts
palfx.add = above values
palfx.mul = above values
palfx.color = 256

Should mean any hit inflicted by that move will make p2 turn red.
Wait, where should i put it?
Re: Fire effect
#10  April 22, 2011, 08:33:23 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Quoting self
Quote
Find the hitdef for an attack that has fire. Add the following


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.