Feral Heart
Help & Guidance => Game Help => Topic started by: StarTehWolf on September 04, 2011, 05:20:33 pm
-
Well, I made a preset, edited the code, and tried to see if it would work. I saved it under the sixth folder, and when I go to Preset Maker on the game, they don't have number six. I can't get to it now.... And could you possibly check if the code is right?
material preset_6_bodyMatL
{
technique
{
pass
{ ambient 0.5 0.5 0.5
texture_unit
{
texture cbody_UV.png
{
pass
}
emissive 1.0 0.0 0.0
scene_blend alpha_blend
texture_unit
{
texture preset_6body.png
}
}
}
material preset_6_bodyMatR
{
technique
{
pass
{ ambient 0.5 0.5 0.5
texture_unit
{
texture cbody_UV.png
pass
}
}
}
}
material preset_6_headMatL
{
technique
{
pass
{ ambient 0.5 0.5 0.5
texture_unit
{
texture fhead_UV.png
{
pass
}
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture Preset_6head.png
}
}
}
}
material preset_6_headMatR
{
technique
{
pass
{ ambient 0.5 0.5 0.5
texture_unit
{
{ texture fhead_UV.png
pass
}
emessive 1.0 0.0 0.0
scene_blend alpha_blend
texture_unit
{
texture Preset_6head.png
}
}
}
}
material preset_6_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture feyes_UV.png
}
}
}
}
material preset_6_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture feyes_UV.png
}
}
}
}
material preset_6_tailMat
{
technique
{
pass
{ ambient 0.5 0.5 0.5
texture_unit
{
texture ctail_UV.png
{
pass
emissive 1.0 0.0 0.0
} scene_blend alpha_blend
texture_unit
{
texture Preset_6tail.png
}
}
}
}
}
material preset_6_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_6mane.png
}
}
}
}
-
Why do you have the UVs incorperated into the preset? O.o
-
Oh.... Err, I was confused. I didn't know how to do it, it's my first time. o3o
-
Yes, it can be confusing.
I'd be more help if I had FH on this computer, but I don't so I'll try to explain this best I can;
You'll need to reset the coding back to how it was. Just open a different preset material and steal the code from inside, then change all the numbers to 6.
Then, just make images, save them as a JPG, and name them;
preset_6head
preset_6body.jpg
preset_6eye.jpg
preset_6tail.jpg
and it should work. If not, post the code here, and someone will help you.
-
Yes, it can be confusing.
I'd be more help if I had FH on this computer, but I don't so I'll try to explain this best I can;
You'll need to reset the coding back to how it was. Just open a different preset material and steal the code from inside, then change all the numbers to 6.
Then, just make images, save them as a JPG, and name them;
preset_6head
preset_6body.jpg
preset_6eye.jpg
preset_6tail.jpg
and it should work. If not, post the code here, and someone will help you.
I'll try. If it doesn't work, I am going to ask for help. Or post here.