Feral Heart

Help & Guidance => Game Help => Topic started by: GamerGirl on October 03, 2011, 12:25:32 am

Title: Presets are white!
Post by: GamerGirl on October 03, 2011, 12:25:32 am
When I try to make a new preset, all of them turn white in-game. But yet, somehow the default preset_1 and preset_2 presets show up with their designs. How can I fix this?
Title: Re: Presets are white!
Post by: GamerGirl on October 03, 2011, 12:29:40 am
Haha, just solved my own problem :P I still had them as PNG files rather than JPG files. Oops, well, if anyone has the same question, I hope this helps lol
Title: Re: Presets are white!
Post by: Definition on October 03, 2011, 12:30:13 am
Open up the .material file with notepad and edit it with the name of the images/textures you put in the preset folder.

material:
material preset_4_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4body.jpg
         }
      }
   }
}
material preset_4_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4body.jpg
         }
      }
   }
}
material preset_4_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4head.jpg
         }
      }
   }
}
material preset_4_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4head.jpg
         }
      }
   }
}
material preset_4_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_4eye.jpg
         }
      }
   }
}
material preset_4_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_4eye.jpg
         }
      }
   }
}
material preset_4_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4tail.jpg
         }
      }
   }
}
material preset_4_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_4mane.png
         }
      }
   }
}