Feral Heart
Help & Guidance => Game Help => Topic started by: SL138197 on March 26, 2013, 03:38:54 pm
-
Hi!
I am currently making a preset and whenever I made the body it popped right up! But, when I made the head, it didn't show up. I only saw a white head. I am kinda upset. Can someone help me?
What it shows:
http://i1338.photobucket.com/albums/o688/SL138197/screenshot_03262013_102856467_zpsdcdba21e.png (http://i1338.photobucket.com/albums/o688/SL138197/screenshot_03262013_102856467_zpsdcdba21e.png)
-
That means you need to double check the coding in the material file. Make sure nothing is off in there.
-
My coding:
material preset_7_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture TestBody_Left.jpg
}
}
}
}
material preset_7_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture TestBody_Right.jpg
}
}
}
}
material preset_7_headMatL
{
technique
{
pass
{
texture_unit
{
texture TestHead_Left.jpg
}
}
}
}
material preset_7_headMatR
{
technique
{
pass
{
texture_unit
{
texture TestHead_Right.jpg
}
}
}
}
material preset_7_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eye.jpg
}
}
}
}
material preset_7_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eye.jpg
}
}
}
}
material preset_7_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_7tail.jpg
}
}
}
}
material preset_7_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_7mane.png
}
}
}
}
-
is it ok?
If not, could you correct it plz?
-
The parts that are red should correspond to the name on the file of that part of the preset. So be sure they match. If anything you can send me the preset via private message and I can check it out for you.
I can't get the head to show up...Got the body...No head.
Coding:
material preset_7_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture TestBody_Left.jpg
}
}
}
}
material preset_7_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture TestBody_Right.jpg
}
}
}
}
material preset_7_headMatL
{
technique
{
pass
{
texture_unit
{
texture TestHead_Left.jpg
}
}
}
}
material preset_7_headMatR
{
technique
{
pass
{
texture_unit
{
texture TestHead_Right.jpg
}
}
}
}
material preset_7_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eye.jpg
}
}
}
}
material preset_7_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eye.jpg
}
}
}
}
material preset_7_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_7tail.jpg
}
}
}
}
material preset_7_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_7mane.png
}
}
}
}
[\quote]
-
It is all correct. That is the name of the head parts...Any other suggestions?
-
Send me the preset's files through private message and I'll investigate it for you and see what needs correcting.
-
Sent it just now!
-
Alright I got it. The problem is that the actual head image file is a png file type and the coding in the material file says "jpg". You could try reopening the head files in GIMP or what ever program you use and change the file type to match the coding in jpg format.
-
It works!!! Thanks soosososososos much Lord!! -nuzzles-
-
I'm glad thank you:3 Wonderful preset by the way and you're welcome.