Author Topic: Metallic wings?  (Read 1023 times)

Offline Vwang

  • Finest Floof
  • ***
  • Posts: 937
  • Country: 00
  • Floof-O-Meter: 38
    • View Profile
Metallic wings?
« on: December 19, 2016, 07:51:48 pm »
Im trying to get my metallic code for the wings to work for my PJM OC MoonMoon Here's my code
Code: [Select]
material preset_9_equipMatL
{
 technique
 {
  pass
  {
   specular 0.5 0.5 0.5 1
   texture_unit
   {
    texture preset_9metal.png
    env_map spherical
   }
  }
  pass
  {
   ambient 0.5 0.5 0.5 1
   alpha_rejection greater_equal 128
   texture_unit
   {
    texture preset_9equip.png
   }
  }
 }
material preset_9_equipMatR
{
 technique
 {
  pass
  {
   specular 0.5 0.5 0.5 1
   texture_unit
   {
    texture preset_9metal.png
    env_map spherical
   }
  }
  pass
  {
   ambient 0.5 0.5 0.5 1
   alpha_rejection greater_equal 128
   texture_unit
   {
    texture preset_9equip.png
   }
  }
 }
}

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Metallic wings?
« Reply #1 on: December 19, 2016, 08:05:35 pm »
Is only a portion of the wings metallic? Which is why you used the metal layer above the equip layer? ^^

And try this: (I noticed a missing bracket)
Code: [Select]
material preset_9_equipMatL
{
 technique
 {
  pass
  {
   specular 0.5 0.5 0.5 1
   texture_unit
   {
    texture preset_9metal.png
    env_map spherical
   }
  }
  pass
  {
   ambient 0.5 0.5 0.5 1
   alpha_rejection greater_equal 128
   texture_unit
   {
    texture preset_9equip.png
    }
   }
  }
 }
material preset_9_equipMatR
{
 technique
 {
  pass
  {
   specular 0.5 0.5 0.5 1
   texture_unit
   {
    texture preset_9metal.png
    env_map spherical
   }
  }
  pass
  {
   ambient 0.5 0.5 0.5 1
   alpha_rejection greater_equal 128
   texture_unit
   {
    texture preset_9equip.png
   }
  }
 }
}
Profile pic by Edolicious

People don't think the universe be like it is, but it do.


Offline Vwang

  • Finest Floof
  • ***
  • Posts: 937
  • Country: 00
  • Floof-O-Meter: 38
    • View Profile
Re: Metallic wings?
« Reply #2 on: December 19, 2016, 08:21:57 pm »
Is only a portion of the wings metallic? Which is why you used the metal layer above the equip layer? ^^

And try this: (I noticed a missing bracket)
Code: [Select]
material preset_9_equipMatL
{
 technique
 {
  pass
  {
   specular 0.5 0.5 0.5 1
   texture_unit
   {
    texture preset_9metal.png
    env_map spherical
   }
  }
  pass
  {
   ambient 0.5 0.5 0.5 1
   alpha_rejection greater_equal 128
   texture_unit
   {
    texture preset_9equip.png
    }
   }
  }
 }
material preset_9_equipMatR
{
 technique
 {
  pass
  {
   specular 0.5 0.5 0.5 1
   texture_unit
   {
    texture preset_9metal.png
    env_map spherical
   }
  }
  pass
  {
   ambient 0.5 0.5 0.5 1
   alpha_rejection greater_equal 128
   texture_unit
   {
    texture preset_9equip.png
   }
  }
 }
}
Ayy it worked. This may be locked now.

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Metallic wings?
« Reply #3 on: December 19, 2016, 08:57:51 pm »
Glad it worked! Good luck on the rest of the preset.
Profile pic by Edolicious

People don't think the universe be like it is, but it do.


Offline Kerriki

  • Band Geek
  • Immortal Legend
  • *****
  • Posts: 5,670
  • Country: us
  • Floof-O-Meter: 371
  • Who needs furniture when you have the floor?
    • Kikiorylandia
    • View Profile
    • DeviantART
Re: Metallic wings?
« Reply #4 on: December 19, 2016, 10:59:40 pm »
Locking since the issue no longer stands ^^
Farewell everyone<3