Feral Heart

Help & Guidance => Game Help => Topic started by: aryana100 on July 27, 2018, 06:40:44 pm

Title: Wings preset problem
Post by: aryana100 on July 27, 2018, 06:40:44 pm
I maked a dragon preset and i drawed and the wings, but i can't see in preset maker.
Title: Re: Wings preset problem
Post by: BirdyBlu on July 27, 2018, 07:11:53 pm
Hello.
When you saved the file to the preset folder did you save it as JPG?
I noticed while doing mine a part of my body saved as PNG, and it wouldn't show. Changed it to JPG and it worked.
Title: Re: Wings preset problem
Post by: aryana100 on July 27, 2018, 07:18:54 pm
Again i can't see

(https://i.imgur.com/OTBvY8L.png)
Title: Re: Wings preset problem
Post by: Lucius on July 27, 2018, 07:27:38 pm
At the bottom of your material file, do you have this section?

Code: [Select]
material preset_8_equipMatL
{
technique
{
pass
{
texture_unit
{
texture preset_8equip.jpg
}
}
}
}
material preset_8_equipMatR
{
technique
{
pass
{
texture_unit
{
texture preset_8equip.jpg
}
}
}
}

If not, you have to add it.
Title: Re: Wings preset problem
Post by: aryana100 on July 27, 2018, 07:31:29 pm
Thanks!