Feral Heart
Help & Guidance => Game Help => Topic started by: Brave.Bookworm on August 10, 2012, 03:41:12 am
-
I've seen other people who are having trouble with this, but none of the solutions seem to work for me. No matter what I do, the material goes back to BaseWhite. I've double checked where the files are, and I've tried manually putting in the material. Help, anyone? I'd like to have some animals in the map I'm making.
-
Make sure you've got your '.material' files, they look sort of like notepads but it's just a single page. Just that '.png' wont' do you any good.
I usually place these in my_objects, though you might want to try both materials and my_objects just incase.
-
The issue is actually that I think that all the materials are contained in one file. Everything's in a WombatAnimal.material file, I believe - does that have to be fixed?
-
Hmm, well if you want to try to load them up manually, you'll have to open up that notepad file,
I'll use something from the 'Wombat Building Pack' for an example-
material baileyroofshale
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture baileyroofshale.png
}
}
}
}
material baileyroofshingles
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture baileyroofshingles.png
}
}
}
}
Do you see how it says 'material bailyroofshingles'? 'bailroofshingles' would be what you want for your material.
Now, you'll have to go through all your animals and such and load the materials this way. It's quite a pain, and I do suggest just re-downloading before you try.
-
Thank you very much! This seems to be what's doing the trick.
-
Your welcome~ I hope you manage to get all of these loaded up @.@
I know I wouldn't have the patience for it.. XDD