Author Topic: Invisible head [[PRESET PROBLEM]]  (Read 905 times)

Offline Vwang

  • Finest Floof
  • ***
  • Posts: 937
  • Country: 00
  • Floof-O-Meter: 38
    • View Profile
Invisible head [[PRESET PROBLEM]]
« 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

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
                        }
                }
        }
}

« Last Edit: June 04, 2016, 04:36:01 pm by Leahno Roallosa »

Offline Hakumi

  • ✩ Just A Virtuous Smol ✩
  • Honored Hero
  • *****
  • Posts: 4,835
  • Country: 00
  • Floof-O-Meter: 130
  • A Smol & Helpful Floof ~
    • leanim3fr3akzoid
    • LeAnim3Fr3akzoid
    • View Profile
Re: Invisible head [[PRESET PROBLEM]]
« Reply #1 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 ^^;

Keep on traveling across this road called 'Life.'

Discord: Haku - Haku#74O7

Offline greenart6

  • The Chicken God
  • Honored Hero
  • *****
  • Posts: 5,475
  • Country: us
  • Floof-O-Meter: 143
  • Spooky glowy ghost dogs
    • WornSkateboard
    • View Profile
Re: Invisible head [[PRESET PROBLEM]]
« Reply #2 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.

Offline D-ead7Dog

  • AFK NPC
  • Member Of The Season
  • Pack & Pride Representative
  • ***
  • Posts: 1,462
  • Country: us
  • Floof-O-Meter: 98
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: Invisible head [[PRESET PROBLEM]]
« Reply #3 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
WORK IN PROGRESS
Artwork (c) LynxBrush & Majorest

Originally registered January 15, 2011

Offline Shazadah

  • Dedicated Supporter
  • ***
  • Posts: 259
  • Country: us
  • Floof-O-Meter: 11
  • Call me NaruWolf
    • http://shay-wolf.deviantart.com
    • https://www.youtube.com/user/Mid
    • View Profile
Re: Invisible head [[PRESET PROBLEM]]
« Reply #4 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.

Offline Vwang

  • Finest Floof
  • ***
  • Posts: 937
  • Country: 00
  • Floof-O-Meter: 38
    • View Profile
Re: Invisible head [[PRESET PROBLEM]]
« Reply #5 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

Offline Hakumi

  • ✩ Just A Virtuous Smol ✩
  • Honored Hero
  • *****
  • Posts: 4,835
  • Country: 00
  • Floof-O-Meter: 130
  • A Smol & Helpful Floof ~
    • leanim3fr3akzoid
    • LeAnim3Fr3akzoid
    • View Profile
Re: Invisible head [[PRESET PROBLEM]]
« Reply #6 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 ^^;

Keep on traveling across this road called 'Life.'

Discord: Haku - Haku#74O7