Feral Heart

Help & Guidance => Game Help => Topic started by: volcano on May 21, 2019, 11:41:02 pm

Title: Texture issue with manes?
Post by: volcano on May 21, 2019, 11:41:02 pm
There's yellow and black on my manes now after my Feralheart crashed? How do I fix it? I tried deleting my most recent preset download and now the yellow and black won't go away. Help!  :'(

It looks like this, and I can't seem to fix it: https://sta.sh/016x6lk464wl
Title: Re: Texture issue with manes?
Post by: Kerriki on May 21, 2019, 11:41:56 pm
Can you send us the presets coding and the mane's file name and format please?
Title: Re: Texture issue with manes?
Post by: volcano on May 21, 2019, 11:46:16 pm
How do I send the coding? The mane's file name is just the default titles. I tried adding the default preset3.material back but it still isn't fixrd.
Title: Re: Texture issue with manes?
Post by: Kerriki on May 21, 2019, 11:50:47 pm
Just copy and paste everything that's in your material file c:
Title: Re: Texture issue with manes?
Post by: volcano on May 21, 2019, 11:58:14 pm
When I paste the stuff it looks like this: 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
         }
      }
   }
Title: Re: Texture issue with manes?
Post by: volcano on May 22, 2019, 12:10:38 am
I fixed it; apparently when my game crashed, it interfered with a file because once I switched it back to Direct3D, the yellow shade on my manes is completely gone!  ;D ;D
Title: Re: Texture issue with manes?
Post by: Kerriki on May 22, 2019, 12:12:20 am
Woop! I'm glad everything worked out c: Will be locking this up for ya~