Feral Heart

Help & Guidance => Game Help => Topic started by: Vwang on June 04, 2016, 04:34:10 pm

Title: Invisible head [[PRESET PROBLEM]]
Post by: Vwang on June 04, 2016, 04:34:10 pm
So I was normally doing stuff and I was RPing When I was fully in the water My head was invisible and this is the pic
(http://i68BannedImageSite/wj97j6.png)
This annoys me and I want to fix it
Code: [Select]
material preset_10_bodyMatL
{
technique
{
pass
{
ambient 0.5 0.5 0.5 1.0
texture_unit
{
texture preset_10body.jpg
}
}
pass
{
emissive 1.0 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_10bodyglow.png
}
}
}
}
material preset_10_bodyMatR
{
technique
{
pass
{
ambient 0.5 0.5 0.5 1.0
texture_unit
{
texture preset_10body.jpg
}
}
pass
{
emissive 1.0 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_10bodyglow.png
}
}
}
}
material preset_10_headMatL
{
technique
{
pass
{
ambient 0.5 0.5 0.5 1.0
texture_unit
{
texture preset_10head.jpg
}
}
pass
{
emissive 1.0 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_10headglow.png
}
}
}
}
material preset_10_headMatR
{
technique
{
pass
{
ambient 0.5 0.5 0.5 1.0
texture_unit
{
texture preset_10head.jpg
}
}
pass
{
emissive 1.0 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_10headglow.png
}
}
}
}
material preset_10_eyeMatL
{
technique
{
pass
{
ambient 0.5 0.5 0.5 1.0
texture_unit
{
texture preset_10eye.jpg
}
}
pass
{
emissive 1.0 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_10eyeglow.png
}
}
}
}
material preset_10_eyeMatR
{
technique
{
pass
{
ambient 0.5 0.5 0.5 1.0
texture_unit
{
texture preset_10eye.jpg
}
}
pass
{
emissive 1.0 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_10eyeglow.png
}
}
}
}
material preset_10_tailMat
{
technique
{
pass
{
ambient 0.5 0.5 0.5 1.0
texture_unit
{
texture preset_10tail.jpg
}
}
pass
{
emissive 1.0 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_10tailglow.png
}
}
}
}
material preset_10_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_10mane.png
}
}
pass
{
emissive 1.0 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_10maneglow.png
}
}
}
}
material preset_10_equipMatL
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_10equip.jpg
                        }
                }
        }
}
material preset_10_equipMatR
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_10equip.jpg
                        }
                }
        }
}

Title: Re: Invisible head [[PRESET PROBLEM]]
Post by: Hakumi on June 04, 2016, 04:37:54 pm
It's okej floof. Usually that happens with certain presets. My body parts become see through sometimes whenever I'm in the water as well.
I don't believe there's really much you can do since I don't think there's a proper way to fix this ^^;
Title: Re: Invisible head [[PRESET PROBLEM]]
Post by: greenart6 on June 04, 2016, 05:05:45 pm
I don't believe there is any fix to this. Don't worry about it, nothing's wrong with your preset, happens to me all the time! It doesn't happen outside of water, and it's just one of the glitches we can't fix.
Title: Re: Invisible head [[PRESET PROBLEM]]
Post by: D-ead7Dog on June 04, 2016, 05:21:53 pm
As said above nothing you can really do.
The best I can say is to just have fun with it! :D
Title: Re: Invisible head [[PRESET PROBLEM]]
Post by: Shazadah on June 04, 2016, 07:37:07 pm
It's a longshot, but try changing the line scene blend_alpha blend to alpha_rejection greater_equal 128. It might pixelate your markings and sharpen the edges unfortunately but scene_blend has issues with water as far as I've discovered.
Title: Re: Invisible head [[PRESET PROBLEM]]
Post by: Vwang on June 04, 2016, 07:50:01 pm
It's a longshot, but try changing the line scene blend_alpha blend to alpha_rejection greater_equal 128. It might pixelate your markings and sharpen the edges unfortunately but scene_blend has issues with water as far as I've discovered.
That made half of my face black with the markings that wont work
Title: Re: Invisible head [[PRESET PROBLEM]]
Post by: Hakumi on June 04, 2016, 07:53:01 pm
Well you can just change it back to how it was because as already stated, not something that can be fixed ^^;