Author Topic: Wing preset issue (probably already answered somewhere)  (Read 833 times)

Offline Deviedra

  • Familiar Grounds Dweller
  • **
  • Posts: 65
  • Floof-O-Meter: 2
  • Await the night
    • View Profile
Wing preset issue (probably already answered somewhere)
« on: January 07, 2012, 01:24:31 am »
I don't have time to go through the topics and find the answer to this. Can you tell me why this won't work? This is my preset 11 folder. All images are named correctly and made into the right format (e.g. png) but it's still not working. I think there's something missing from this...




material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.jpg
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.jpg
         }
      }
   }
}
----------------p????--------------------