Author Topic: How to: Add Wings to Your Preset (Any Preset)  (Read 24306 times)

Offline courtneyrc

  • Finest Floof
  • ***
  • Posts: 707
  • Floof-O-Meter: 68
  • courtneyrc
    • View Profile
    • courtneyrc on deviantART
Re: How to: Add Wings to Your Preset
« Reply #10 on: July 15, 2012, 01:12:04 pm »
Hmm.. I'm having trouble with getting the wing texture I made to appear on the wings, for it always appears as default wings. I believe that I have done everything correct, but possibly I forgot a step? Here is what I did:
  • Made a wing texture
  • .jpg
  • Entered the correct code in the material file
  • Named it preset_11equip

Am I missing something?

courtneyrc.deviantart.com

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: How to: Add Wings to Your Preset
« Reply #11 on: July 15, 2012, 02:18:39 pm »
I'll PM you. c:

SoulRevenge

  • Guest
Re: How to: Add Wings to Your Preset
« Reply #12 on: July 17, 2012, 04:13:52 am »
This is really helpful! BDDD.
Now I can finnaly make that dragon preset~</3

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: How to: Add Wings to Your Preset
« Reply #13 on: September 04, 2012, 10:50:01 pm »
Glad to hear it. :3

Offline Misty124

  • Curious Wanderer
  • *
  • Posts: 14
  • Floof-O-Meter: 2
    • View Profile
Re: How to: Add Wings to Your Preset (Any Preset)
« Reply #14 on: December 11, 2012, 09:52:21 pm »
MY PRESETS IT'S AWESOME WITH THAT!

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: How to: Add Wings to Your Preset (Any Preset)
« Reply #15 on: December 12, 2012, 02:53:21 am »
MY PRESETS IT'S AWESOME WITH THAT!

Glad this helped ya. c:

Offline Eclipsen

  • Curious Wanderer
  • *
  • Posts: 31
  • Floof-O-Meter: 9
  • the Peppercat
    • View Profile
    • DeviantArt
Re: How to: Add Wings to Your Preset (Any Preset)
« Reply #16 on: December 29, 2012, 12:49:40 pm »
Im having issues adding wings to any other preset besides 11 and 12. I entered the code in preset 6, but it refuses to work. 11 and 12 displays the wings no problem, but why doesnt the others? I doubled checked the codes many times. the files match, but still doesnt work.

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: How to: Add Wings to Your Preset (Any Preset)
« Reply #17 on: December 31, 2012, 04:18:22 pm »
Can you post your code here?
It should be working if you renamed the sections in the code to match the preset 6..
You went into Preset Maker and applied the wings right?

Offline Singing

  • Forum Newcomer
  • *
  • Posts: 4
  • Floof-O-Meter: 0
  • Hya!
    • View Profile
    • My Deviantart
Re: How to: Add Wings to Your Preset (Any Preset)
« Reply #18 on: February 15, 2013, 06:12:22 pm »
Hey, idk why but I did something wrong and idk what. heres my code:

material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.jpg
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.jpg
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.jpg
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.jpg
         }
      }
   }
}
material preset_11_equipMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.jpg
         }
      }
   }
}


And heres a screen of what happens to my wings:



Anyway u could help me? Thx!

EDIT: Now I changed it up a big, but the wings are pure white. Any ideas?
« Last Edit: February 15, 2013, 07:42:44 pm by kailey »

Offline 580star

  • Experienced Traveler
  • **
  • Posts: 111
  • Floof-O-Meter: 12
    • View Profile
Re: How to: Add Wings to Your Preset (Any Preset)
« Reply #19 on: February 19, 2013, 06:44:36 pm »
Awh, Thank you so much! I tried to make Encoding so I could add Wings to Preset 4, I failed miserably. Ahaha, Thank you, This was very Helpful. x3 -Nuzzles-
Kailey, Try making a Wing using Gimp/Photoshop, Maybe that will Help.
« Last Edit: February 19, 2013, 06:49:11 pm by 580star »