Feral Heart
Help & Guidance => Game Help => Topic started by: angelwolf303 on February 05, 2013, 01:16:03 pm
-
I was changing the texture of my old preset and i made a new one and for some reason its Half white. and It wont fix
Heres a Picture of what I see. Please Help :( i really want to use the preset after i finish it. >:( >:( >:(
(http://i47BannedImageSite/6oljew.jpg)
-
You should check that preset's material file and make sure all the coding is right especially that the preset file names themselves correspond to the proper coding names within the material file.
-
Some file or something in the coding has gone wrong. Check that you have the file correctly named and the coding matches up.
(The coding probably says preset_1bodyR, and the body file is probably named preset_1body)
If not, PM your material file to me, and I can fix it up with the other two that I need to for now.
-
Material file is messed up. If it us just a normal material then is should be something like this
EXAMPLE: (Remove the 'Can be jpg' and replace the '0' with the number of the preset c:]
material preset_0_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_0body.png [Can be jpg as well.]
}
}
}
}
material preset_0_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_0body.png [Can be jpg as well.]
}
}
}
}
You can edit the code, as in replace the 'bodyMat' with say 'headMat' Just to fix up the rest of the files :3
-
thank you so Much for all your advice i'm pretty sure i can fix it now i just wasn't sure what was going on XD and slydragon do i re name the files? Quote:Some file or something in the coding has gone wrong. Check that you have the file correctly named and the coding matches up.
(The coding probably says preset_1bodyR, and the body file is probably named preset_1body)
If not, PM your material file to me, and I can fix it up with the other two that I need to for now.