Feral Heart

Help & Guidance => Game Help => Topic started by: KatonaKy on December 20, 2016, 08:49:51 pm

Title: Preset file not showing up
Post by: KatonaKy on December 20, 2016, 08:49:51 pm
I checked to make sure the materiel file is named right (preset_1), made sure it's saved, and made sure that all my files are the right place and named correctly. But when i go to maker there is no Preset_1.  I haven't export it because it's not there.
Title: Re: Preset file not showing up
Post by: Morgra on December 20, 2016, 08:51:55 pm
Post your code between code and /code in brackets ^^ I'll take a look at it and make sure everything looks right.
Title: Re: Preset file not showing up
Post by: KatonaKy on December 20, 2016, 08:59:09 pm
Here ya go
material preset_1bodyL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1bodyR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_headL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_headR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1eyeL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeL.png
         }
      }
   }
}
material preset_1eyeR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeR.png
         }
      }
   }
}
material preset_1_tail
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1tail.png
         }
      }
   }
}
material preset_1_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_1mane.png
         }
      }
   }
}
Title: Re: Preset file not showing up
Post by: Morgra on December 20, 2016, 09:02:16 pm
Okay, try this. And don't forget to save ^^:
Code: [Select]
material preset_1bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeL.png
         }
      }
   }
}
material preset_1eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeR.png
         }
      }
   }
}
material preset_1_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1tail.png
         }
      }
   }
}
material preset_1_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_1mane.png
         }
      }
   }
}
Title: Re: Preset file not showing up
Post by: KatonaKy on December 20, 2016, 09:08:25 pm
It didn't work, still no file.
Title: Re: Preset file not showing up
Post by: Morgra on December 20, 2016, 09:12:05 pm
The material file is in the preset_1 folder, correct? It's just not appearing in Preset Maker?
Title: Re: Preset file not showing up
Post by: KatonaKy on December 20, 2016, 09:14:12 pm
Yes, it's there. It is just not appearing on Preset Maker.
Title: Re: Preset file not showing up
Post by: Morgra on December 20, 2016, 09:15:46 pm
Okay, try this one: (I found some missing underscores in there)
Code: [Select]
material preset_1_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeL.png
         }
      }
   }
}
material preset_1_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eyeR.png
         }
      }
   }
}
material preset_1_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1tail.png
         }
      }
   }
}
material preset_1_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_1mane.png
         }
      }
   }
}
Title: Re: Preset file not showing up
Post by: KatonaKy on December 20, 2016, 09:19:55 pm
Thank you, it worked!
Title: Re: Preset file not showing up
Post by: Morgra on December 20, 2016, 09:20:41 pm
You're welcome! Have a good day ^^ A mod will lock this for you
Title: Re: Preset file not showing up
Post by: Kerriki on December 21, 2016, 12:14:45 am
Locking this now, have fun with your preset c: