Feral Heart

Help & Guidance => Game Help => Topic started by: zakari101 on November 27, 2011, 10:21:42 pm

Title: Glow
Post by: zakari101 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 (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=4246.0)
Title: Re: Glow
Post by: Ruby1234 on November 27, 2011, 11:15:05 pm
Can you paste your code here so we can see it? There might be an error.
Title: Re: Glow
Post by: zakari101 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
         }
      }
   }
}