YesNoOk
avatar

[SOLVED] How to making SF4 focus attack effects?  (Read 2385 times)

Started by titytity, December 13, 2010, 05:19:36 am
Share this topic:
[SOLVED] How to making SF4 focus attack effects?
New #1  December 13, 2010, 05:19:36 am
  • **
    • forums.titygames.com/index.php

Spoiler, click to toggle visibilty
Last Edit: January 07, 2011, 07:19:52 am by titytity
Re: How to making SF4 focus attack effects?
#2  December 13, 2010, 06:40:13 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
No, you cannot cause that with code. You would have to create it with a decent graphics program. Hope someone else can help you.


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.

2OS

Re: How to making SF4 focus attack effects?
#3  December 21, 2010, 10:07:36 am
  • ****
  • 608 Wannabe
  • Ich schicke dich zur HOELLE!! STIRB DU FEIGLING!!
    • Egypt
Spoiler: Focus Attack Effect ( ""Flames"" ) (click to see content)

You could rescale [ through coding ] and scatter this around your char, yes it's obviously hi res, I know how this forum obsesses over that shit :V [ And you're probly wondering why in hell the effect is white ]

You'd need to apply transparency to it in order for it to look even remotely decent, additive transparency on a dark effect will make it see thru or invisible, you would instead use SUBTRACTIVE transparency on this, which basically does nothing more than invert the graphical coloring [ this is why it's white ]

A demonstration of rescaling, scattering, and subtractive transparency, the ""flames"" in action

Spoiler: Focus Attack Effect ( ""Flames"" ) In action (click to see content)

As you can see, there's really no difference between my effect and the actual thing


For focus attacks I wouldn't really recommend scattering the ""flames"" over the ENTIRE char [ for accuracy, and for not being an explod / helper whore ( This demonstration uses 12 explods ) ], this was merely for demonstration