Author Topic: My preset has problems  (Read 1668 times)

Offline Wolfexpert79

  • Finest Floof
  • ***
  • Posts: 737
  • Floof-O-Meter: 45
  • I'm...shocked...T_T
    • View Profile
    • Gierra RPG Forum
My preset has problems
« on: October 11, 2011, 11:41:08 pm »
i'm having a lot of problems today DX . anyway i made a preset but the problem is she's covered in white lines and her eyes won't show up! the mane also just shows up as white...

Example:


does anybody know why this happened?
« Last Edit: October 11, 2011, 11:44:13 pm by Alex »

Offline Definition

  • Dedicated Supporter
  • ***
  • Posts: 292
  • Floof-O-Meter: 20
    • View Profile
Re: My preset has problems
« Reply #1 on: October 12, 2011, 12:07:02 am »
Check the preset material file and see if you have the correct name/files for the mane and eyes texture :

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
         }
      }
   }
}

As for the lines I think it's the edges of your texture/file that is white which also makes certain parts of your preset white. Check that to see if you left out any spaces/white spots.