Summer MOTS Nominations are here!
Can you give us the material code and maybe provide us with some screenshots of how it looks in-game?
material preset-10-maneMat{ 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 scene_blend alpha_blend alpha_rejection greater_equal 128 texture_unit { texture Preset10Mane.png } } }}
Could you show us the mane file itself?
No codes, just gimp.It shows half side mane, not full side mane.It looks really poor, meaning wery thin on hair to make it look like a mane.If you click at preset_1 and take on a full side mane, it is how it looks like xc
material preset_#_maneMat { technique { pass { cull_hardware none cull_software none alpha_rejection greater_equal 128 texture_unit { texture preset_#mane.png } } } }
Quote from: HypnoKun on May 28, 2017, 03:55:46 pmNo codes, just gimp.It shows half side mane, not full side mane.It looks really poor, meaning wery thin on hair to make it look like a mane.If you click at preset_1 and take on a full side mane, it is how it looks like xcIt's most likely because you're using the wrong mane texture.This is the one you need to use:And then you use this code to make it look solid and not transparent: (Remember to change the # to the preset file.)Code: [Select] material preset_#_maneMat { technique { pass { cull_hardware none cull_software none alpha_rejection greater_equal 128 texture_unit { texture preset_#mane.png } } } } If this isn't what you're looking for, then please tell us!