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

Offline HowlStar

  • Dedicated Supporter
  • ***
  • Posts: 487
  • Floof-O-Meter: 8
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #100 on: December 31, 2011, 10:59:12 pm »
Uh...sort of xD But thanks anyway. I'll figure it out eventually.
FORMERLY KNOWN AS LARKA

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 #101 on: December 31, 2011, 11:50:07 pm »
Uh...sort of xD But thanks anyway. I'll figure it out eventually.

Well thats ok, if you want me to explain it a bit clearer im happy to do that
Will be inactive due to work and exams.

Offline HowlStar

  • Dedicated Supporter
  • ***
  • Posts: 487
  • Floof-O-Meter: 8
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #102 on: January 01, 2012, 01:07:23 am »
Well thats ok, if you want me to explain it a bit clearer im happy to do that

Actually...can you do that? xD -is now a MAJOR coding n00b-
FORMERLY KNOWN AS LARKA

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 #103 on: January 01, 2012, 03:10:35 am »
Well do you understand how to make markings and change the material code?
Will be inactive due to work and exams.

Offline HowlStar

  • Dedicated Supporter
  • ***
  • Posts: 487
  • Floof-O-Meter: 8
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #104 on: January 01, 2012, 07:01:40 am »
I've changed the codes of presets before to make them transparent or to have different patterns on each side/two different eyes, but never anything like this. I've never made markings, though.

When I tried making the markings for the preset I'm attempting to make, I made a separate layer from the base I made earlier. After I finished the marks, I switched to the base layer and erased, but instead of it turning to the grey checkered thing (meaning a transparent background) it turned black where I erased it.
FORMERLY KNOWN AS LARKA

Offline Spirit3

  • Curious Wanderer
  • *
  • Posts: 13
  • Country: 00
  • Floof-O-Meter: 0
  • ~Just Dance~
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #105 on: January 01, 2012, 01:15:28 pm »
how do you make a transperent background on gimp?

Offline Spirit3

  • Curious Wanderer
  • *
  • Posts: 13
  • Country: 00
  • Floof-O-Meter: 0
  • ~Just Dance~
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #106 on: January 01, 2012, 01:17:41 pm »
Oh yea, also another question, I don't get the second step when you make your glow makrkings >.>

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 #107 on: January 01, 2012, 02:39:45 pm »
how do you make a transperent background on gimp?

To make a transparent background you go to "Layers" (CTRL L) then "New Layer" and choose "Transparency".

Oh yea, also another question, I don't get the second step when you make your glow makrkings >.>

I havent made glow in the dark markings for a while so my information might be a little confusing and slightly false, still its worth a try. You open up one of the base pictures (you know the c/f body UV or something eles) in GIMP then make a new transparent layer. Draw on your markings doesnt matter how you do that but i tend to put a soft edge around the markings. Then delete the background layer the UV one. Save it as a .png and then add it to the material file.
Will be inactive due to work and exams.

Offline SilentMuse

  • Curious Wanderer
  • *
  • Posts: 11
  • Floof-O-Meter: 2
  • ii would 2ooo download you two my de2ktop, KK.
    • View Profile
    • My drawings. B3
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #108 on: January 25, 2012, 01:54:24 am »
Meep! I hate to be a noob about this but I double checked my coding, and I think I did it right, I only wanted glowing textures on the one side so that's all I did.I did the both sides on a different preset but the preset file dissappears completely in Preset Maker. D: Can you tell me what I did wrong?


My coding looks like this for the body mats right and left...:

material preset_4_bodyMatL
{
   technique
   {
      pass
      {
         ambient 0.5 0.5 0.5
         texture_unit
         {
            texture preset_4bodyL.png
         }
      }
      pass
      {
         emissive 1.0 0.0 0.0
         scene_blend alpha_blend
         texture_unit
         {
            texture glows.png
         }
      }
   }
material preset_4_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4body.jpg
         }
      }
   }
}
material preset_4_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4headR.jpg
         }
      }
   }
}







Edit: I got it to work! xD I ended up having to use the code in the one where you had ALL the code... I don't know what I did but it worked that time. ._.; ANWAY thank you for this. xDDD
« Last Edit: January 25, 2012, 10:14:39 pm by Musey »

Who you share blood with does not define who you are.

Offline sunny232

  • Forum Newcomer
  • *
  • Posts: 4
  • Floof-O-Meter: 0
    • View Profile
Re: How to make Glow in the Dark Markings on your Presets/Etc
« Reply #109 on: February 05, 2012, 12:27:52 pm »
solved my problem :)
« Last Edit: February 05, 2012, 12:34:34 pm by anni »