Author Topic: Preset Help  (Read 943 times)

XxInsaneAsylumxX

  • Guest
Preset Help
« 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.

AlphaEclipse

  • Guest
Re: Preset Help
« Reply #1 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.

XxInsaneAsylumxX

  • Guest
Re: Preset Help
« Reply #2 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?

AlphaEclipse

  • Guest
Re: Preset Help
« Reply #3 on: August 29, 2014, 10:26:40 pm »
Yep, that must've been it! Just change those to .png. :)

XxInsaneAsylumxX

  • Guest
Re: Preset Help
« Reply #4 on: August 29, 2014, 11:28:27 pm »
Ah, yes, it works now.
Thanks again, Eclipse.

AlphaEclipse

  • Guest
Re: Preset Help
« Reply #5 on: August 29, 2014, 11:42:30 pm »
No problem. Glad it is now working for you.