Feral Heart

Help & Guidance => Game Help => Topic started by: Wildcat26 on June 09, 2011, 04:02:05 am

Title: Preset Mane Problem-Odd transparency? (NOT blocky mane issue) SOLVED!
Post by: Wildcat26 on June 09, 2011, 04:02:05 am
Ok so I finally made my first preset, but I'm having a bit of trouble with the mane.

I searched but couldn't find anything on this particular problem.

It shows up and everything, but it's transparent in some spots at certain angles making it look weird and disappears completely when under water.

You can see the difference in the preset and reg manes, how the preset doesn't look right with some places showing through others.
Here's some screenshots:

Preset mane:
http://i51BannedImageSite/2d9b341.jpg (http://i51BannedImageSite/2d9b341.jpg)

Regular mane:
http://i55BannedImageSite/66vpg1.jpg (http://i55BannedImageSite/66vpg1.jpg)

Water issue:
http://i54BannedImageSite/2s7xopu.jpg (http://i54BannedImageSite/2s7xopu.jpg)
http://i56BannedImageSite/2pocydk.jpg (http://i56BannedImageSite/2pocydk.jpg)

Any help would be greatly appreciated. :3

WC<3
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue)
Post by: Please on June 09, 2011, 04:05:40 am
I also have the same issue >.<
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue)
Post by: Kamaete on June 09, 2011, 04:06:54 am
Stalking this thread.  I have a preset, does the same thing. (I think, I haven't tested it underwater)

Also... I saw Sully say a second pass made the glow-ness go away... So maybe if you copy the preset mane code twice?  /just an idea.
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue)
Post by: Wildcat26 on June 09, 2011, 04:07:38 am
Well at least we're not alone x3
Hopefully someone will know what to do. :P


EDIT: Hmm second pass? Where'd you see that Kamaete?
/doesn't have a clue with coding >.<

And it can glow like a dam neon sign I just want the weird transparent parts gone XD
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue)
Post by: Rak$ha on June 09, 2011, 04:16:24 am
It's your textures fault I think xD I'll post a texture that doesn't do that soon. PM me with your current mane texture?
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue)
Post by: Wildcat26 on June 09, 2011, 04:21:48 am
Ok Rak, give me a min I gotta get it off my other comp.

You're meaning the actual texture I drew, right? Not the 'texture' overlay?
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue)
Post by: Tigg on June 09, 2011, 04:40:41 am
Its a coding issue.
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue)
Post by: Wildcat26 on June 09, 2011, 04:43:25 am
Ok Tigg, thanks for the info. Guessing there's no fix at the moment? :-\
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue)
Post by: Ruby1234 on June 09, 2011, 12:34:54 pm
On the contrary, there is a fix.
Mane fix:
Code: [Select]
material preset_10_maneMat
{
        technique
        {
                pass
                {
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
                       {
                                texture preset_10mane.png
                }
          }
     }
}
But I made this in the preset_10 folder, so you may have to change it.
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue) SOLVED!
Post by: Wildcat26 on June 09, 2011, 07:57:04 pm
YAY! It worked! Thank you so much Ruby! :D
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue) SOLVED!
Post by: Ruby1234 on June 09, 2011, 08:04:00 pm
No problem! ^^
Title: Re: Preset Mane Problem-Odd transparency? (NOT blocky mane issue) SOLVED!
Post by: GemWolf on June 09, 2011, 08:09:31 pm
 All solved. c: Thanks Ruby, I bet this helped a lot of people. (Including myself lol.) Locking.~