You have to rewrite some of the codes.
If the preset isn't in folder 11 or 12, then move it into one of those and change the file names.
(also don't forget to change the material file either, change all the numbers to 11 or 12)
Now.. Replace this code:
material preset_12_equipMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}
material preset_12_equipMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}
With this:
material preset_12_equipMatL
{
receive_shadows on
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 TransparentWingz1.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
material preset_12_equipMatR
{
receive_shadows on
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 TransparentWingz.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
And if you're using folder 11, then just replace the twelves with elevenz. Like I said earlier. xD