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

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #160 on: March 15, 2013, 06:01:19 am »
I don't quite understand what you mean; "draw them on a new layer above the base layer; you can also just draw them over the UV maps if that is easier. Do NOT draw them directly onto the "base", they need to be separate in order to glow!" You mean, draw them above the base layer with fur texture and all once your finnished then make the markings above that on a different layer? Or delete the base layer with the preset on it and just have another picture file with the glowing markings completely seperate from the preset body? Please help.

How I would do it is just create your preset like you would for any other preset. Then load it again so it's all one layer, add a new layer and start drawing your glow in the dark markings.

When you've created the markings just delete the layer with your preset so you just have your markings on a transparent background ;)
Will be inactive due to work and exams.

Offline DarkWolfStar12

  • Experienced Traveler
  • **
  • Posts: 143
  • Country: 00
  • Floof-O-Meter: 3
  • ........
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #161 on: March 23, 2013, 06:45:49 pm »
thank you so mch , im a upcommng  preset/marking maker , and although im too new to do this  , this'll be handy when  im a veteran or atleast good enough to learn how to get the grid off my preset.

Offline Lord_Of_Sparkles

  • Forum Newcomer
  • *
  • Posts: 9
  • Floof-O-Meter: 0
  • Syyr
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #162 on: March 27, 2013, 01:30:14 pm »
I will have to try this

Offline Lord_Of_Sparkles

  • Forum Newcomer
  • *
  • Posts: 9
  • Floof-O-Meter: 0
  • Syyr
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #163 on: March 27, 2013, 01:49:03 pm »
Can someone give me simplified instructions? LOL Its too hard

Offline inuyasha1086

  • Experienced Traveler
  • **
  • Posts: 134
  • Country: 00
  • Floof-O-Meter: 13
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #164 on: April 19, 2013, 01:53:12 pm »
So helpful! Thanks!

^Click to join my rp!

Offline pastyginger

  • Forum Newcomer
  • *
  • Posts: 2
  • Floof-O-Meter: 0
  • Never abandon your dreams. Live them out!
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #165 on: April 20, 2013, 12:52:21 am »
Great tutorial, thanks! I will put my now glow-in-the-dark preset up here when it's done!  ;D

Offline Whinp

  • Finest Floof
  • ***
  • Posts: 916
  • Country: 00
  • Floof-O-Meter: 50
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #166 on: May 05, 2013, 11:24:16 am »
Help?
I did everything correctly, the markings appear correctly, but the whole body NO! Even the eyes >.>




Here is the code:

Quote from: preset_9
material preset_9_bodyMatL
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_9body.png
         }
      }
      pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture preset_9glowmark.png
         }
      }
   }
}
material preset_9_bodyMatR
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_9body.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture preset_9glowmark.png
         }
      }
   }
}
material preset_9_headMatL
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_9head.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture preset_9glowmark1.png
         }
      }
   }
}
material preset_9_headMatR
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_9head.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture preset_9glowmark1.png
         }
      }

   }
}
material preset_9_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_9eye.png
         }
      }
   }
}
material preset_9_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_9eye.png
         }
      }
   }
}
material preset_9_tailMat
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_9tail.png
         }
      }
pass
      {
         emissive 1.0 1.0 1.0
         scene_blend alpha_blend
         texture_unit
         {
            texture preset_9glowmark2.png
         }
      }
   }
}




In-game name as: Whinp




linton

  • Guest
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #167 on: May 06, 2013, 01:00:30 pm »
@Whinp
Maybe your last bits(.png) are incorrect and should be .jpgs.
--------------------
Um,okay,so I've done it all correct,and I go use my preset and stuff,but when it's nighttime, I don't glow! Heres my code,is anything wrong?
Code: [Select]
material preset_2_bodyMatL
{
technique
{
pass
{
ambient 0.3 0.3 0.3
texture_unit
{
texture preset_2body.jpg
}
}
pass
{
emissive 1.0 0.0 0.0
scene_blend alpha_blend
texture_unit
{
texture glow.png
}
}
}
}
material preset_2_bodyMatR
{
technique
{
pass
{
ambient 0.3 0.3 0.3
texture_unit
{
texture preset_2body.jpg
}
}
pass
{
emissive 1.0 0.0 0.0
scene_blend alpha_blend
texture_unit
{
texture glow.png
}
}
}
}


material preset_2_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_2head.jpg
}
}
}
}
material preset_2_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_2head.jpg
}
}
}
}
material preset_2_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_2eye.jpg
}
}
}
}
material preset_2_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_2eye.jpg
}
}
}
}
material preset_2_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_2tail.jpg
}
}
}
}
material preset_2_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_2mane.png
}
}
}
}

I chose only to have glowing stuff on my body. Also,as a side note,Ficho isn't dark for me. It's as bright as normal daytime in Bonfire for me,
« Last Edit: May 06, 2013, 01:02:14 pm by Ferangerav »

Offline sighkaila

  • Familiar Grounds Dweller
  • **
  • Posts: 70
  • Floof-O-Meter: 3
  • Pwoper
    • View Profile
    • My Bio
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #168 on: June 02, 2013, 05:14:54 pm »
Thanks for posting this. It helped me A LOT. +Nuzzle

Siggy By WhiteLightHeart
Bio

Offline Whinp

  • Finest Floof
  • ***
  • Posts: 916
  • Country: 00
  • Floof-O-Meter: 50
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #169 on: June 15, 2013, 12:21:41 pm »
Lol I solved that.
Can I do glowing eyes with this? :3 I will try later <3




In-game name as: Whinp