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

viperstrikes

  • Guest
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #30 on: April 22, 2011, 03:33:10 am »
wow this is so cool! ^^ I will try this out soon... Do you have a tutorial about preset making? XD *feels stupid*

Offline TannerWolf

  • Experienced Traveler
  • **
  • Posts: 149
  • Country: 00
  • Floof-O-Meter: 21
  • minceraft
    • SekiiRei
    • Zanekai
    • SekiiRei
    • View Profile
    • deviantART
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #31 on: April 22, 2011, 11:27:55 pm »
I can't open the material file in notepad. D:

viperstrikes

  • Guest
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #32 on: April 23, 2011, 03:57:51 pm »
When yu make the seprate markings from the base... Do you have to make them look glowey? Or do you just do them normally...

Offline lugailover

  • Pack & Pride Representative
  • ****
  • Posts: 1,039
  • Country: 00
  • Floof-O-Meter: 56
    • View Profile
    • Foxes of Ireland
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #33 on: April 28, 2011, 10:37:46 am »
everything is white T_T my char is white when i did it all do i have to rename it? instead of YOURTEXTURE etc whats already on there? cos i did

viperstrikes

  • Guest
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #34 on: April 29, 2011, 01:35:49 am »
also when you you do a layer gor glowing markings over the base then delete the base and the UV... What do you call it when you save it?

Offline tiges7

  • Curious Wanderer
  • *
  • Posts: 16
  • Floof-O-Meter: 0
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #35 on: April 30, 2011, 02:53:27 am »
thats so cool i just dont know how to do it ^^;

Offline ringoluver

  • Delay's Nop.
  • Community Champion
  • ****
  • Posts: 2,361
  • Country: us
  • Floof-O-Meter: 227
    • ringoluver
    • lavenderdaze
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #36 on: May 02, 2011, 12:06:46 am »
This code = perfect.


Signature Art by Bawfle, Icon Art by Edolicious

Offline Ouuka

  • Ramine's Nuudel
  • Community Champion
  • ****
  • Posts: 1,870
  • Country: ca
  • Floof-O-Meter: 76
  • Burp
    • Blue-Rakuen
    • SliferBeau
    • View Profile
    • Blue-Rakuen DA
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #37 on: May 05, 2011, 04:29:26 am »
Sully do u make ur markings look glowy?

Offline kuraineko

  • Curious Wanderer
  • *
  • Posts: 31
  • Floof-O-Meter: 4
  • The Time Is Now
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #38 on: May 05, 2011, 10:37:17 pm »
okay, just a little help. i have made transparent presets and glowing ones, but i have no idea how to put them together, if it's even possible LOL help? XD
"Ready for some heat!?"

Sandy

  • Guest
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #39 on: May 08, 2011, 07:19:27 pm »
Hey! I have a quick question. I used this code and all, but I got the glow in the dark marking to show up, but the fur detail is just a pitch black color. Here is the code I used (for the right side of the head)

material preset_8_headMatR
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture ZodHeadRightTexture.PNG
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture ZodMarkingRightTexture.PNG
         }
      }

   }
}

Any help? I tried everything and even looked at the responses to this thread, but no help at all. I am just stuck XD. I know I changed the original ZodHead_Right to ZodHeadRightTexture. Did that do anything to it? This is the only part that is not cooperating XD.