Hello, I quite know my way around the game, but I'm new to the forum.

Actually this is the first larger forum for me to be a part of. I hope I hit the good category and I apologize if this has been asked before, feel free to redirect me if so, I couldn't find an answer anywhere though.
So, I decided to make a ghost preset following one tutorial found here.

Turned out to be really cool looking, except the fact that the eyes, teeth, legs on the other side of the body, the folds in the paws, the parts of the ears that are supposed to be inside the head and company showed throught. I was wondering if there is
any way to not to make them show throught?
I've also noticed that some textures are not seen throught it. Not sure if that has any fix but if it would have, that would be awesome.


Here's the code. I'm new to such coding.
material preset_6_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_6body.jpg
}
scene_blend add
texture_unit
{
texture preset_6ghost.png
}
}
}
}
material preset_6_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_6body.jpg
}
scene_blend add
texture_unit
{
texture preset_6ghost.png
}
}
}
}
material preset_6_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_6head.jpg
}
scene_blend add
texture_unit
{
texture preset_6ghost.png
}
}
}
}
material preset_6_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_6head.jpg
}
scene_blend add
texture_unit
{
texture preset_6ghost.png
}
}
}
}
material preset_6_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_6eye.jpg
}
scene_blend add
texture_unit
{
texture preset_6ghost.png
}
}
}
}
material preset_6_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_6eye.jpg
}
scene_blend add
texture_unit
{
texture preset_6ghost.png
}
}
}
}
material preset_6_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_6tail.jpg
}
scene_blend add
texture_unit
{
texture preset_6ghost.png
}
}
}
}
material preset_6_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_6mane.png
}
scene_blend add
texture_unit
{
texture preset_6ghost.png
}
}
}
}
Thank you in advance everyone!
