Author Topic: Glow  (Read 1000 times)

Offline zakari101

  • Experienced Traveler
  • **
  • Posts: 158
  • Floof-O-Meter: -9
  • the strangest thing........
    • View Profile
Glow
« on: November 27, 2011, 10:21:42 pm »
i followed Sullys instructions on how to make your preset Glow and i followed them correctly, but, when i go in game they dont glow at all. i thought it was because there was light so i saved and exported it, then went to a dark place, and they still didnt glow here is sully's tutorial: http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=4246.0
The thought of being lost, The thought of being broken, The thought of being let down.It lingers in everyones mind, In everyones soul, In everyones heart.The thought of turning into a monster is a little to  late for some of us. Since some of us are already too far gone.

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Glow
« Reply #1 on: November 27, 2011, 11:15:05 pm »
Can you paste your code here so we can see it? There might be an error.

Offline zakari101

  • Experienced Traveler
  • **
  • Posts: 158
  • Floof-O-Meter: -9
  • the strangest thing........
    • View Profile
Re: Glow
« Reply #2 on: November 28, 2011, 12:48:44 am »
this is the code



material preset_3_bodyMatL
{
   technique
   {
      pass
      {
         ambient 0.3 0.3 0.3
         texture_unit
         {
            texture preset_3body.PNG
         }
      }
      pass
      {
         emissive 6.0 6.0 6.0
         scene_blend alpha_blend
         texture_unit
         {
            texture glowing.PNG
         }
      }
   }
}
material preset_3_bodyMatR
{
   technique
   {
      pass
      {
         ambient 0.3 0.3 0.3
         texture_unit
         {
            texture preset_3body.PNG
         }
      }
pass
      {
         emissive 6.0 6.0 6.0
         scene_blend alpha_blend
         texture_unit
         {
            texture glowing.PNG
         }
      }
   }
}
material preset_3_headMatL
{
   technique
   {
      pass
      {
         ambient 0.3 0.3 0.3
         texture_unit
         {
            texture preset_3head.PNG
         }
      }
pass
      {
         emissive 6.0 6.0 6.0
         scene_blend alpha_blend
         texture_unit
         {
            texture glow.PNG
         }
      }
   }
}
material preset_3_headMatR
{
   technique
   {
      pass
      {
         ambient 0.3 0.3 0.3
         texture_unit
         {
            texture preset_3head.PNG
         }
      }
pass
      {
         emissive 6.0 6.0 6.0
         scene_blend alpha_blend
         texture_unit
         {
            texture glow.PNG
         }
      }

   }
}
material preset_3_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.PNG
         }
      }
   }
}
material preset_3_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.PNG
         }
      }
   }
}

material preset_3_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3tail.jpg
         }
      }
   }
}
material preset_3_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_3mane.png
         }
      }
   }
}
« Last Edit: November 28, 2011, 12:51:18 am by zakari »
The thought of being lost, The thought of being broken, The thought of being let down.It lingers in everyones mind, In everyones soul, In everyones heart.The thought of turning into a monster is a little to  late for some of us. Since some of us are already too far gone.