Feral Heart

Help & Guidance => Game Help => Topic started by: Ingredient on December 27, 2011, 03:04:55 pm

Title: Preset Wings?
Post 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?
Title: Re: Preset Wings?
Post by: Denial on December 27, 2011, 04:28:15 pm
The Wing textures are in the texture folder, so go to FeralHeart-media-textures and they should be near the bottom.

Good Luck!
Title: Re: Preset Wings?
Post by: Ingredient on December 28, 2011, 12:13:36 am
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.
Title: Re: Preset Wings?
Post by: One True Tame on December 29, 2011, 05:58:32 am
I know to add items you use the items.cfg file, is there an equip one too? I havnt looked yet.
Title: Re: Preset Wings?
Post by: Windance on December 29, 2011, 07:43:40 am
Look at the preset material for 11 or 12, it shows how to equip the color to their wings.
Title: Re: Preset Wings?
Post by: One True Tame on December 29, 2011, 09:57:10 pm
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!
}