Feral Heart
Help & Guidance => Game Help => Topic started by: Ingredient on December 27, 2011, 03:04:55 pm
-
I want to create my own wing texture for a preset but idk wat to save it as. I checked the material file and wings dont seem to be there. Can you actually create wing textures or not?
-
The Wing textures are in the texture folder, so go to FeralHeart-media-textures and they should be near the bottom.
Good Luck!
-
No, i mean im trying to colour in the wings like i would to a preset. What would i save it as in the preset 8 folder? Wings and items arent added in the material code so i dont know what to put in.
-
I know to add items you use the items.cfg file, is there an equip one too? I havnt looked yet.
-
Look at the preset material for 11 or 12, it shows how to equip the color to their wings.
-
I figured it out XD open the material file and under mane add :
material preset_(number)_equipMat ^^ then add R or L for which wing you want to use. Then just fallow the normal pattern like this :
material preset_3_equipMatL
{
technique
{
pass
{
texture_unit
{
texture(what you named it)_Left.png
}
}
}
^^ Hope this helps!
}