YesNoOk
avatar

A simple question regarding gradients. (Read 250 times)

Started by Drex, October 09, 2009, 08:42:31 am
Share this topic:
A simple question regarding gradients.
#1  October 09, 2009, 08:42:31 am
  • ****
  • By eFex
I just need to know why this (already indexed):


shows up like this in mugen.


And how do I avoid it.

I'd appreciate anyone who answers because this stage has been kicking my butt every step of the way and I'm a bit frustrated.
Last Edit: October 09, 2009, 09:00:26 am by Drex
Re: A simple question regarding gradients.
#2  October 09, 2009, 09:39:17 am
  • ****
  • Sunglasses Security Guy is watching you necrobump.
    • x-ism.co.cc/index.html
So there's a dark blue gradient at the bottom of the image? Or am I just seeing things?

If the problem is with the gradient, then you might want to make it brighter, if it's not showing up well.

If it has to do with why Kung Fu Man is in the freaking sky, then it's a positioning problem, and no more.

I'm saving the image so I can see if I can produce a better effect for you.
Re: A simple question regarding gradients.
#3  October 09, 2009, 09:46:35 am
  • ****
  • By eFex
I should've been more clear. Pay no mind to the fact that KFM is floating in the sky. I just deleted the other stage objects to show off the sky better. What I am asking is why MUGEN displays my sky with a rough ripple effect when my original image is already indexed and looks fine.
Re: A simple question regarding gradients.
#4  October 09, 2009, 07:59:40 pm
  • ******
  • [E]
    • Mexico

  • Online
ah, mugen runs on 16 bit color depth, so it might screw up those kinds fo effects. your best bet is to reduce the image to 16 bits with a certain encoding before paletizing it. I think jango's tutorial has more info on that as he faced a similar problem.
Re: A simple question regarding gradients.
#5  October 11, 2009, 02:15:52 am
  • ****
  • By eFex


Decreasing to 16bit before indexing and even RGB method didn't work. I had to dither the heck out of it with irfanveiw just to get it decent.

[E] Your leading me to Jango's RBG tutorial helped me out a LOT on another part of the stage though. Thanks for that.