Author Topic: Wombat Animal Pack Texture Issue  (Read 2180 times)

Offline Brave.Bookworm

  • Forum Newcomer
  • *
  • Posts: 5
  • Floof-O-Meter: 0
    • View Profile
Wombat Animal Pack Texture Issue
« 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.

SoulRevenge

  • Guest
Re: Wombat Animal Pack Texture Issue
« Reply #1 on: August 10, 2012, 03:43:20 am »
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.

Offline Brave.Bookworm

  • Forum Newcomer
  • *
  • Posts: 5
  • Floof-O-Meter: 0
    • View Profile
Re: Wombat Animal Pack Texture Issue
« Reply #2 on: August 10, 2012, 03:46:06 am »
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?

SoulRevenge

  • Guest
Re: Wombat Animal Pack Texture Issue
« Reply #3 on: August 10, 2012, 03:50:48 am »
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-


Code: [Select]
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.

Offline Brave.Bookworm

  • Forum Newcomer
  • *
  • Posts: 5
  • Floof-O-Meter: 0
    • View Profile
Re: Wombat Animal Pack Texture Issue
« Reply #4 on: August 10, 2012, 04:02:00 am »
Thank you very much! This seems to be what's doing the trick.

SoulRevenge

  • Guest
Re: Wombat Animal Pack Texture Issue
« Reply #5 on: August 10, 2012, 04:21:23 am »
Your welcome~ I hope you manage to get all of these loaded up @.@

I know I wouldn't have the patience for it.. XDD