1
Game Help / Preset Problems: Body Disappearing/Becoming Invisible Underwater
« on: January 06, 2022, 12:52:22 am »
I have the same code, save for the preset numbers inserted, for the material file for every preset, but only one preset has the body disappearing underwater, no matter what I do! I tried everything from recreating the preset's body to checking the material file constantly to checking the preset itself. For the body, I use the same body on two presets, but for some reason, the body disappears on one of them while remaining fine on the other when the character is submerged in water.
Here is the code for Preset III (3), the preset that's okay:
material preset_3_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_3body.jpg
}
}
}
}
material preset_3_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_3body.jpg
}
}
}
}
material preset_3_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_3head.jpg
}
}
}
}
material preset_3_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_3head.jpg
}
}
}
}
material preset_3_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_3eyeL.png
}
}
}
}
material preset_3_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_3eyeR.png
}
}
}
}
material preset_3_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_3tail.jpg
}
}
}
}
material preset_3_maneMat
{
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture preset_3mane.png
}
}
}
}
And here's the code for Preset XII (12), the preset with the problem:
material preset_12_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12body.jpg
}
}
}
}
material preset_12_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12body.jpg
}
}
}
}
material preset_12_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12head.jpg
}
}
}
}
material preset_12_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12head.jpg
}
}
}
}
material preset_12_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_12eyeL.png
}
}
}
}
material preset_12_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_12eyeR.png
}
}
}
}
material preset_12_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_12tail.jpg
}
}
}
}
material preset_12_maneMat
{
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture preset_12mane.png
}
}
}
}
material preset_12_equipMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}
material preset_12_equipMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}
Here is the code for Preset III (3), the preset that's okay:
material preset_3_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_3body.jpg
}
}
}
}
material preset_3_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_3body.jpg
}
}
}
}
material preset_3_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_3head.jpg
}
}
}
}
material preset_3_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_3head.jpg
}
}
}
}
material preset_3_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_3eyeL.png
}
}
}
}
material preset_3_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_3eyeR.png
}
}
}
}
material preset_3_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_3tail.jpg
}
}
}
}
material preset_3_maneMat
{
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture preset_3mane.png
}
}
}
}
And here's the code for Preset XII (12), the preset with the problem:
material preset_12_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12body.jpg
}
}
}
}
material preset_12_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12body.jpg
}
}
}
}
material preset_12_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12head.jpg
}
}
}
}
material preset_12_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12head.jpg
}
}
}
}
material preset_12_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_12eyeL.png
}
}
}
}
material preset_12_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_12eyeR.png
}
}
}
}
material preset_12_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_12tail.jpg
}
}
}
}
material preset_12_maneMat
{
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture preset_12mane.png
}
}
}
}
material preset_12_equipMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}
material preset_12_equipMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}



! That's all I even get on the game to see! I tried everything. I tried checking the wifi (in which sometimes, that's the case, but most of the time, it's fine when I try to get on FH), I tried reinstalling it (I have the setup file saved), I even tried disabling the firewall and enabling cookies, but IT'S NO USE! It's time to quit before I end up breaking an almost $300 laptop out of anger! I just can't stand it anymore! I'm having the same problems with Dragons Den, so I have to quit BOTH games! AAAAGH! THERE'S NO OTHER HELP WHAT SO EVER! I tried every suggestion, but they have no effect! I even tried it on my brother's computer (his is an all-in-one desktop, while my laptop is a Lenovo Ideapad), and it STILL continues to kick me out! I was so excited at first about the upcoming update, but now it doesn't even matter anymore! I won't be able to get in the game to see it anyways! 