Feral Heart

Help & Guidance => Game Help => Topic started by: XxInsaneAsylumxX on August 29, 2014, 10:03:13 pm

Title: Preset Help
Post by: XxInsaneAsylumxX on August 29, 2014, 10:03:13 pm
Okay, well, I decided to attempt to make a preset. But, when I went to see how it looked on the wolf's head, it wouldn't appear. The image is .png, the right size, and is named preset3_head, which Im sure is right.
I think it is the material file that's not changing or anything, since people who've made me presets send me that as well..
But how do I fix this?
Is it because I'm using PaintoolSai? I've attempted a preset with it before, and it worked perfectly.
Title: Re: Preset Help
Post by: AlphaEclipse on August 29, 2014, 10:18:51 pm
Nope, you can make presets in SAI, however you cannot make maps. It might have something to do with the .material file, so can you open that in notepad and paste its contents in here? I'll be glad to review it and see if I can find any errors. Make sure it says .png in the material and it is named "preset_head," etc.
Title: Re: Preset Help
Post by: XxInsaneAsylumxX on August 29, 2014, 10:24:28 pm
 material preset_3_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3body.jpg
         }
      }
   }
}
material preset_3_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3body.jpg
         }
      }
   }
}
material preset_3_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3head.jpg
         }
      }
   }
}
material preset_3_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3head.jpg
         }
      }
   }
}
material preset_3_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.jpg
         }
      }
   }
}
material preset_3_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.jpg
         }
      }
   }
}
material preset_3_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3tail.jpg
         }
      }
   }
}
material preset_3_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_3mane.png
         }
      }
   }
}

This is what it says. I can see that some things say .jpg, could that have been the issue, then?
Title: Re: Preset Help
Post by: AlphaEclipse on August 29, 2014, 10:26:40 pm
Yep, that must've been it! Just change those to .png. :)
Title: Re: Preset Help
Post by: XxInsaneAsylumxX on August 29, 2014, 11:28:27 pm
Ah, yes, it works now.
Thanks again, Eclipse.
Title: Re: Preset Help
Post by: AlphaEclipse on August 29, 2014, 11:42:30 pm
No problem. Glad it is now working for you.