Author Topic: Mane for presets. *Solved*  (Read 1440 times)

Offline brainrot

  • Curious Wanderer
  • *
  • Posts: 38
  • Country: 00
  • Floof-O-Meter: 0
    • View Profile
Mane for presets. *Solved*
« on: January 18, 2014, 09:33:59 pm »
Ok, so when I finish a preset, and everything is perfectly coded and stuff, the preset looks just like I wanted. Except for the mane part. At certain angles it looks like it is invisible at parts and you can see through it. I use Gimp, and I've messed around trying to fix this mane problem, but still haven't seemed to be able to fix or figure out why it is doing this yet.

And if it's a simple fix, sorry. xD I'm new at making presets.

~Thank you.
~Mistle
« Last Edit: January 18, 2014, 09:49:27 pm by MistleDragon »

AlphaEclipse

  • Guest
Re: Mane for presets.
« Reply #1 on: January 18, 2014, 09:39:52 pm »
I have this same issue, no matter what I do. v.v I either get this or it has white edges, or sometimes the alpha channel doesn't even work. .-.

All I can say is replace your original mane code with this:
Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}

Offline nicekind

  • Pack & Pride Representative
  • ****
  • Posts: 1,207
  • Country: 00
  • Floof-O-Meter: 39
  • art by WhiteLightHeart
    • View Profile
Re: Mane for presets.
« Reply #2 on: January 18, 2014, 09:44:39 pm »
Ok, so when I finish a preset, and everything is perfectly coded and stuff, the preset looks just like I wanted. Except for the mane part. At certain angles it looks like it is invisible at parts and you can see through it. I use Gimp, and I've messed around trying to fix this mane problem, but still haven't seemed to be able to fix or figure out why it is doing this yet.

And if it's a simple fix, sorry. xD I'm new at making presets.

~Thank you.
~Mistle

What kind of mane are you using. The one that is on preset1 or 2 (I don't remember on witch one it was) if you use that then it will be half invisible I would use as the base "fmanemask"
I don't know if you understood anything what I was trying to explain but hopefully it helps you.
shhh noone knows me

Offline brainrot

  • Curious Wanderer
  • *
  • Posts: 38
  • Country: 00
  • Floof-O-Meter: 0
    • View Profile
Re: Mane for presets.
« Reply #3 on: January 18, 2014, 09:46:09 pm »
Oh my goodness thank you! This worked like a charm. x3
~Mistle

Offline brainrot

  • Curious Wanderer
  • *
  • Posts: 38
  • Country: 00
  • Floof-O-Meter: 0
    • View Profile
Re: Mane for presets.
« Reply #4 on: January 18, 2014, 09:47:20 pm »

What kind of mane are you using. The one that is on preset1 or 2 (I don't remember on witch one it was) if you use that then it will be half invisible I would use as the base "fmanemask"
I don't know if you understood anything what I was trying to explain but hopefully it helps you.
[/quote]

I am using Fmanemask.

AlphaEclipse

  • Guest
Re: Mane for presets.
« Reply #5 on: January 18, 2014, 09:49:15 pm »
Oh my goodness thank you! This worked like a charm. x3
~Mistle

It did? Gewd. ^^ I'm glad. It won't work for meh sometimes. |D I have to usually use a different code.