Author Topic: How to make Glow in the Dark Markings on your Presets/Etc  (Read 98607 times)

Aweu

  • Guest
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #130 on: July 02, 2012, 03:47:25 pm »
I might try dis out :3 glow in teh dark things are usually epic when they're with meh! :D well, not always, but you look like you can do good marking dar..

Gold Hearted Wolf

  • Guest
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #131 on: July 02, 2012, 04:59:09 pm »
Neat!! The problem with pre-sets is that people cant see 'em X3

wolfgirl56

  • Guest
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #132 on: July 02, 2012, 05:58:47 pm »
@GoldenHeartWolf:  Not unless they download them.

Offline DangusMangus

  • Pack & Pride Representative
  • ****
  • Posts: 1,058
  • Country: lt
  • Floof-O-Meter: 22
  • Most active on my dA
    • CatCoveredInChalk
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #133 on: July 12, 2012, 09:03:10 am »
I've tryied to make it... I maked the code perfect, how you said. But mines preset body is ALL white... Please help me... I think... Wait, does glow and body markings should me same file? I mean, glow.png and preset_#body.png?
In-game - Orchee
deviantART - CatCoveredInChalk



Offline DangusMangus

  • Pack & Pride Representative
  • ****
  • Posts: 1,058
  • Country: lt
  • Floof-O-Meter: 22
  • Most active on my dA
    • CatCoveredInChalk
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #134 on: July 12, 2012, 09:09:54 am »
Another problem :
When I opened my FH, there are showing just glow markings, no body marks. What do I do now..?
In-game - Orchee
deviantART - CatCoveredInChalk



Offline Lycoris

  • Curious Wanderer
  • *
  • Posts: 22
  • Floof-O-Meter: 0
  • Back Again
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #135 on: July 13, 2012, 09:58:52 pm »
Nvm i got it to work.
« Last Edit: July 13, 2012, 10:37:50 pm by Lycoris »

Offline TheOrigonalOne

  • Familiar Grounds Dweller
  • **
  • Posts: 59
  • Floof-O-Meter: 0
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #136 on: July 20, 2012, 04:36:33 am »
i feel like an ideot for askign this but

what would you call the only markings image. being they all have to be spacific.. like markings_10.png? or..

I do not need a brain theres google.....

Offline SilverTW

  • Finest Floof
  • ***
  • Posts: 855
  • Country: 00
  • Floof-O-Meter: 54
  • Inactive account
    • View Profile
    • DeviantART
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #137 on: July 20, 2012, 04:00:22 pm »
I've tried to make it... I make the code perfect, how you said. But mines preset body is ALL white... Please help me... I think... Wait, does glow and body markings should me same file? I mean, glow.png and preset_#body.png?

No, they should be different names.

i feel like an idiot for asking this but

what would you call the only markings image. being they all have to be specific.. like markings_10.png? or..

No, they can be different names, just keep it .png though

Another problem :
When I opened my FH, there are showing just glow markings, no body marks. What do I do now..?

Did you type the name for the body markings correctly? Is the file for it .png? if not .png make sure it is.


By the way, this .material needs to be coded so it can work with wings, otherwise we put it in manually.
« Last Edit: July 20, 2012, 04:02:27 pm by SilverTW »

This account is no longer in use, and any messages sent to here will not be read. If you need to reach me, head to https://softdiamond.net

Specialized in FeralHeart Maps,Presets,Objects,Mods,Markings,Textures and MORE.
Video Maker and more!

FightWolf

  • Guest
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #138 on: August 10, 2012, 07:16:54 am »
Okey. I`ve tryied to mak glowing preset with this tutorial, all I see is all body, head, tail blank, but I just can see my glowing marking. Here is my code:
material preset_3_bodyMatL
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_3bodyL.png
         }
      }
      pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture preset_3bodyglowL.png
         }
      }
   }
}
material preset_3_bodyMatR
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_3bodyR.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture glowbodyR.png
         }
      }
   }
}
material preset_3_headMatL
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_3headL.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture glowheadL.png
         }
      }
   }
}
material preset_3_headMatR
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_3headR.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture glowheadR.png
         }
      }

   }
}
material preset_3_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eyeL.png
         }
      }
   }
}
material preset_3_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eyeR.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
         }
      }
   }
}

Offline Lawcere

  • Finest Floof
  • ***
  • Posts: 513
  • Floof-O-Meter: 21
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #139 on: August 12, 2012, 08:12:17 pm »
Hey, just wanted to remind people that I have a video tutorial to go along with this, in case some of you do better with visuals.