Author Topic: Preset mane problems/questions (screenshots incuded)  (Read 9924 times)

Offline Nakima

  • Curious Wanderer
  • *
  • Posts: 48
  • Floof-O-Meter: 4
    • View Profile
Re: Preset mane problems/questions (screenshots incuded)
« Reply #10 on: September 05, 2011, 05:24:47 pm »
do i post all of the mane's material files or what?

Thunderheart

  • Guest
Re: Preset mane problems/questions (screenshots incuded)
« Reply #11 on: September 05, 2011, 07:03:37 pm »
Oh my.
If it's that hard, just upload the mat file and post the download link o.o

Offline Nakima

  • Curious Wanderer
  • *
  • Posts: 48
  • Floof-O-Meter: 4
    • View Profile
Re: Preset mane problems/questions (screenshots incuded)
« Reply #12 on: September 06, 2011, 09:11:41 pm »
it not hard, i just dont know which mat file you want DX

Offline Muindor

  • Familiar Grounds Dweller
  • **
  • Posts: 62
  • Country: de
  • Floof-O-Meter: 5
    • View Profile
Re: Preset mane problems/questions (screenshots incuded)
« Reply #13 on: September 07, 2011, 06:02:15 pm »
Go into the preset folder and open the preset-material-file with the editor.
Copy and paste the MANE-material-coding (it should be at the end) in your post.


Btw: I have the same problem and would love to have it fixed.

Offline Nakima

  • Curious Wanderer
  • *
  • Posts: 48
  • Floof-O-Meter: 4
    • View Profile
Re: Preset mane problems/questions (screenshots incuded)
« Reply #14 on: September 10, 2011, 08:02:54 pm »
thanks, and i still dont understand which MAT file you want

Thunderheart

  • Guest
Re: Preset mane problems/questions (screenshots incuded)
« Reply #15 on: September 10, 2011, 09:32:38 pm »
*hust*
You know where you store your preset textures, right? (would be really really weird otherwise... lol)
& in that folder there is a .material file. Open it (using notepad) & copy all the text inside & paste it here.

Offline Nakima

  • Curious Wanderer
  • *
  • Posts: 48
  • Floof-O-Meter: 4
    • View Profile
Re: Preset mane problems/questions (screenshots incuded)
« Reply #16 on: September 11, 2011, 01:12:23 pm »
ahh okay thank you

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
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_5mane.png
         }
      }
   }
}

There we go, sorry about the confusion. I thought you ment something else.

Thunderheart

  • Guest
Re: Preset mane problems/questions (screenshots incuded)
« Reply #17 on: September 11, 2011, 01:45:09 pm »
Delete the code and paste this one instead:

Code: [Select]
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
         scene_blend alpha_blend
         texture_unit
         {
            texture preset_5mane.png
         }
      }
   }
}

I removed the two scripts that caused the weird effect. One of them turned the shadows off and the other one removed the 3D appearance of the mesh, what causes the mesh to look flat and see-though in some parts.
« Last Edit: September 11, 2011, 01:47:05 pm by Thunderheart »

Offline Nakima

  • Curious Wanderer
  • *
  • Posts: 48
  • Floof-O-Meter: 4
    • View Profile
Re: Preset mane problems/questions (screenshots incuded)
« Reply #18 on: September 11, 2011, 07:16:42 pm »
well it fixed the transparency of the mane, but now theres this problem>>
I used gimp and locked the transparency, saved as png, ext. am i doing something wrong?

Offline Muindor

  • Familiar Grounds Dweller
  • **
  • Posts: 62
  • Country: de
  • Floof-O-Meter: 5
    • View Profile
Re: Preset mane problems/questions (screenshots incuded)
« Reply #19 on: September 11, 2011, 07:21:51 pm »
Yeah, you don't want to see the mane of my character now... X'D