Author Topic: Preset Help!  (Read 7378 times)

Offline HotDogWater

  • Familiar Grounds Dweller
  • **
  • Posts: 58
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Help!
« Reply #50 on: March 20, 2016, 10:07:51 pm »
Oh and another quick question. Is everything in your file folder still labeled 11 or did you change it already?
I have changed it to Folder 12.

Offline D-ead7Dog

  • AFK NPC
  • Pack & Pride Representative
  • ****
  • Posts: 1,451
  • Country: us
  • Floof-O-Meter: 97
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: Preset Help!
« Reply #51 on: March 21, 2016, 03:49:46 am »
Alright so I looked around a bit on my material files [now that I'm back home from work] and discard my previous codes because I took out the "Texture" part. You need that. Now we should be on the right track!

I'm hoping your material file looks like this now;
Code: [Select]
material preset_12_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12body.png
         }
      }
   }
}
material preset_12_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12body.png
         }
      }
   }
}
material preset_12_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12head.png
         }
      }
   }
}
material preset_12_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12head.png
         }
      }
   }
}
material preset_12_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eye.png
         }
      }
   }
}
material preset_12_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_12eye.png
         }
      }
   }
}
material preset_12_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12tail.png
         }
      }
   }
}
material preset_12_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_12mane.png
         }
      }
   }
}
material preset_12_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12equip.png
         }
      }
   }
}
material preset_12_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_12equip.png
         }
      }
   }
}

And your files are all .png. If they aren't [and the material file isn't either] change it.
Then go to Feralheart>Tools>Preset Maker>Preset_12>Export [if it's not black and yellow still]. 1

Hopefully this should solve it. x-x



STEP ONE:
Open up material file and your Preset Folder [I'm using 8 for my example but yours would be 12]


STEP TWO:
Make sure they are all reading correctly and written correctly. [Mine says jpg - yours will be read as png so ignore my .jpg]


Then open up feralheart  and refer back to 1
« Last Edit: March 21, 2016, 04:06:03 am by Pkf7 »

Artwork (c) Lynxbrush & CosmicFatality

Originally registered January 15, 2011