YesNoOk
avatar

Help on stages coding  (Read 154 times)

Started by OldGamer, February 14, 2014, 07:56:20 pm
Share this topic:
Help on stages coding
New #1  February 14, 2014, 07:56:20 pm
  • ***
  • Mugen Stage Creator
    • USA
Hi everybody  :)
 If look very close to the ground u can see spider man  shadow refection and the body reflection of the ground.


I been dieing to know what the code or trick to make  any character's shadow and body reflection to show on the floor for any stages.  Can anyone care to show me or explain to me in baby step what has to be done to make it work ?
Last Edit: February 19, 2014, 08:26:04 pm by OldGamer
Re: Help on stages coding
#2  February 14, 2014, 11:50:47 pm
  • ******
  • ALE ALEJANDRO
Well, you just need to define both on the Stages DEF.  Usually creators ditch the Shadow Parameters if they use reflection, and viceversa, but in this case you can do both.

I'd recommend like in your example that you define the shadow to be drawn away from the reflection, otherwise they'll overlap.

If you want examples, open the DEF for that stage, and just search for "Shadow" and "Reflect", and I believe that at least in KFM's stage, there are comments that explain how both work.
"We live in a world of perpetual outrage"
Re: Help on stages coding
#3  February 15, 2014, 03:51:40 am
  • ***
  • Mugen Stage Creator
    • USA
thank you ^^