Kitty Corp Meow Mix Forums

Help & Tutorials => Stage Tutorials => Topic started by: Mewtwo2000 on June 08, 2010, 05:17:15 AM



Title: Mewtwo2000's stage hacker tips: Wrong textures in imported stages
Post by: Mewtwo2000 on June 08, 2010, 05:17:15 AM
Hi there, new tutorial to help those who don't know why some things are happening to their stages. Some of you are importing models from other games, or even from other parts of the game, and then they are not showing correctly in game. You see everything's right in brawlbox, so you can't figure out what's going on.

This is a simple guide to use palleted textures.

As you may know, there are many types of textures. You could classify them in palleted and not palleted. The not palleted ones are simple, you get your texture, your stage, and everything's okay. But the palleted ones have a pallete, and the models using that texture need to know that the texture is palleted, and even the name of the pallete they're using.

As an example, I've got Kwark's Coconut mall to show you the problem and the solution. Imagine you've imported a stage, or model, or something. Go to the textures folder to find this:

(http://i47.tinypic.com/250ov9f.png)

A whole bunch of palletes. That means that the models in the stage have to know about them. So, we go to the imported model. Imagine we want to see if the ef_rainbow texture is known by the model. We need to go to the model and find the textures1 folder inside it. We will find this:

(http://i50.tinypic.com/sglcp3.png)

ef_Dushboard is the material name. ef_rainbow is the texture. But as you can see, the decaltexture value to the right is blank. This is not okay. ef_rainbow is a palleted texture, so there should be something in there. If not, the stage will load another NOT PALLETED texture instead. So, we have to write the pallete name:

(http://i49.tinypic.com/bgbadd.png)

And by repeating this for every palleted texture in the model, it would be done.

There's an easier way if you want. The problem is having palleted textures and models not knowing it. So, we can export every palleted texture...

(http://i48.tinypic.com/23vesyo.png)

And import it as a different type of texture, like RGB5A3 or CMPR.

(http://i45.tinypic.com/14k86ps.png)

Now that the texture is not palleted, it won't be causing trouble anymore. And you didn't need to touch anything in your model.

So remember, the first thing to check out when having trouble with textures, is checking which ones are using palletes, and make the thing you prefer. Importing them again as not-palleted, or telling the model which pallete needs to use.

I hope this helps xD





Title: Re: Mewtwo2000's stage hacker tips: Wrong textures in imported stages
Post by: MyKewl on June 10, 2010, 10:06:40 PM
thank you


Title: Re: Mewtwo2000's stage hacker tips: Wrong textures in imported stages
Post by: KTH on February 13, 2011, 02:16:41 PM
Thank, that are really help me.