Yeeeeahhh, so making my own textures and making material files is like the only thing i cant ever get right. I've looked up on this forum how to do them and i still dont get it right. Lol! I'm awwwesome!
Sooo can anyone help me out here? Its all in the title of this post! =D
Also, still looking who can retexture a default flower red for me for free! =D I've tried like 3 different times...not good. e.e
The basic code for a material is:
material (insertname)Mat
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture (intsertimagenameAndFormat)
}
}
}
}
So edit what's in () and you should be good to go.
Make sure you make it a material file too, you can do that by copying another one.