Author Topic: White Mane. Tried Fixing one Preset, but it screwed up another. WTF  (Read 588 times)

Offline JordyWild

  • Curious Wanderer
  • *
  • Posts: 33
  • Floof-O-Meter: 1
    • View Profile
So, once upon a time somewhere around midnight last night, me and a friend of mine were making presets right? So we were doing normal presetty things, until some problems started arising. Such as this: which is the usual spiky mane problem people usually have, so as we were trying to fix it, all these problems occurred:



Crazy right? Well, long story short, after messing with the codes and doing all sorts of things, we eventually fixed it!

BUT The problems do not stop there, as we were fixing the one preset, this happened to another! WTF Right?

And I promise you that preset was working JUST fine, while the other preset was having all the issues, this preset was working fine. It was after preset 1 was fixed, that preset 2 started screwing up. Shown here:
see, it was fine.


We have tried EVERYTHING, we even have another friend, WITH THE SAME MANE FILE, having the same issues, they have even remade it, changed it to .jpg from .png and vice versa. We are completely dumbfounded!!!

I can send the preset material if you guys need it, the preset number is preset_5

WE ARE NOT DOING THIS IN PRESETS, WE ARE DOING IT IN my_presets.

I have more screenshots if anyone needs them, and we are still trying to do things to try and figure it out. Ill update the topic once its fixed.

Offline JordyWild

  • Curious Wanderer
  • *
  • Posts: 33
  • Floof-O-Meter: 1
    • View Profile
Re: White Mane. Tried Fixing one Preset, but it screwed up another. WTF
« Reply #1 on: March 21, 2020, 08:10:24 pm »
WE HAVE RESOLVED THE ISSUE! It was simply an R that was misplaced in the code. IF ANYONE ELSE IS HAVING AN ISSUE, HERE IS THE FIXED CODE

material preset_5_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5body.jpg
         }
      }
   }
}
material preset_5_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5body.jpg
         }
      }
   }
}
material preset_5_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5head.jpg
         }
      }
   }
}
material preset_5_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5head.jpg
         }
      }
   }
}
material preset_5_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_5eye.jpg
         }
      }
   }
}
material preset_5_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_5eye.jpg
         }
      }
   }
}
material preset_5_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5tail.jpg
         }
      }
   }
}
material preset_5_maneMat
{
   technique
   {
      pass
      {
             cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
         {
            texture preset_5mane.png
         }
      }
   }
}


FEEL FREE TO LOCK THIS TOPIC NOW, SORRY FOR WASTING YOUR TIME, WE ARE IDIOTS XD