Feral Heart

Help & Guidance => Game Help => Topic started by: lol_lions on May 25, 2015, 10:27:24 pm

Title: Object maker .material file crash.
Post by: lol_lions on May 25, 2015, 10:27:24 pm
I added some new textures and coded a material file to add them in. I type in BasicCube.mesh and that works fine, once I type in the material however, it crashes. I'm thinking it is reading the file, because it doesnt say that it can't be found like it usually would. I DO have everything in My_Objects, Here is the .material file code, possibly I messed it up?

material LLGConcreteMat
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture LLGConcrete.png
         }
      }
   }
}
Title: Re: Object maker .material file crash.
Post by: lol_lions on May 29, 2015, 07:51:23 pm
bumping because it's been a couple days with no solution and I really need to make this map (Sorry if its too early to bump)
Title: Re: Object maker .material file crash.
Post by: Enoki on May 29, 2015, 08:04:02 pm
Hmm. . . I think it may be because of the LLGConcreteMat. It is supposed to be a RockMat. Try replacing it with that and see what happens. Hope this works.
Title: Re: Object maker .material file crash.
Post by: lol_lions on May 30, 2015, 09:07:01 pm
That's the point of it, I'm making a new material. I didn't replace RockMat or mess with it at all.
Title: Re: Object maker .material file crash.
Post by: lol_lions on June 16, 2015, 03:11:23 pm
I'm gonna have to bump this again, last bump however, if nobody can help I'll just let this thread die.
Title: Re: Object maker .material file crash.
Post by: PoisonIVy12 on June 21, 2015, 04:46:07 am
You could try:

-Remaking the material's texture (could be a corrupted file)

And that's all I've got, really. *shrugs*