Feral Heart
Help & Guidance => Game Help => Topic started by: sanrio on February 07, 2017, 07:09:34 pm
-
I was making a preset, and it's double sided. (I've made double sided presets loads of times and had no problems.)
So I finished it and checked it in Preset Maker, and it turned out like this:
(http://i.imgur.com/YMKLflO.png)
I've done the coding correctly:
material preset_7_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_7bodyl.jpg
}
}
}
}
material preset_7_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_7bodyr.jpg
}
}
}
}
material preset_7_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_7head.jpg
}
}
}
}
material preset_7_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_7head.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
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_7mane.jpg
}
}
}
}
Can anyone tell me what I've done wrong?
-
Nevermind.
This can be locked now.
I somehow got another Preset_7 file in another folder. xD
-
i was going to say to make sure you have the file name correct and that you don't have any other files in the same folder that's not meant to be there, but glad you got it sorted it out c'x