Author Topic: Wings preset problem  (Read 707 times)

Offline aryana100

  • Dedicated Supporter
  • ***
  • Posts: 264
  • Country: ro
  • Floof-O-Meter: 7
    • iuliathewolf
    • /c/Ritsukii
    • View Profile
Wings preset problem
« 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.

Offline BirdyBlu

  • Experienced Traveler
  • **
  • Posts: 218
  • Country: us
  • Floof-O-Meter: 17
  • `Snuggle Puddle`
    • Ally Nice
    • View Profile
Re: Wings preset problem
« Reply #1 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.
.: Birdy Blu is just for You! :.

Signature image by @Pocketmutt

Offline aryana100

  • Dedicated Supporter
  • ***
  • Posts: 264
  • Country: ro
  • Floof-O-Meter: 7
    • iuliathewolf
    • /c/Ritsukii
    • View Profile
Re: Wings preset problem
« Reply #2 on: July 27, 2018, 07:18:54 pm »
Again i can't see


Lucius

  • Guest
Re: Wings preset problem
« Reply #3 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.

Offline aryana100

  • Dedicated Supporter
  • ***
  • Posts: 264
  • Country: ro
  • Floof-O-Meter: 7
    • iuliathewolf
    • /c/Ritsukii
    • View Profile
Re: Wings preset problem
« Reply #4 on: July 27, 2018, 07:31:29 pm »
Thanks!