Author Topic: Glow problems  (Read 3354 times)

Offline StarTehWolf

  • Curious Wanderer
  • *
  • Posts: 44
  • Country: 00
  • Floof-O-Meter: 2
  • ?~?
    • View Profile
Glow problems
« on: October 06, 2011, 12:01:41 am »
Okay, So I made a glow preset. It turned out... not how I wanted. I wanted the fur to be like not custom, like if you made a custom. It didn't glow either... So I need help. It turned out like this:



Also, the blue around wasn't supposed to be there. Thanks.

?__Star ~ Graphic Designer__?

LionessLovely157

  • Guest
Re: Glow problems
« Reply #1 on: October 06, 2011, 04:38:18 pm »
It really depends on if you got the codes wrong, what program did you use? And maybe a brush glitch.
I heard, you need to save the glow as a .png on a sperate layer to .jpg Body or whatever.

Asheyx

  • Guest
Re: Glow problems
« Reply #2 on: October 06, 2011, 07:04:42 pm »
Just in case you got the wrong code:
Code: [Select]
material preset_6_bodyMatL
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture presetleft_6body.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetleftglow_6body.PNG
}
}
}
}
material preset_6_bodyMatR
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture presetright_6body.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetrightglow_6body.PNG
}
}
}
}
material preset_6_headMatL
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture presetleft_6head.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetleftglow_6head.PNG
}
}
}
}
material preset_6_headMatR
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture presetright_6head.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetrightglow_6head.PNG
}
}

}
}
material preset_6_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture presetleft_6eye.PNG
}
}
}
}
material preset_6_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture presetright_6eye.PNG
}
}
}
}
material preset_6_tailMat
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture preset_6tail.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetglow_6tail.PNG
}
}
}
}
material preset_6_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_6mane.png
}
}
}
}
This only workds on preset_6 unless you change the numbers to the folder you're working with!
"Ambient" is what makes your markings glow. I set the numbers to 0.2 because I wanted a dramatic glowing effect, but if you don't want an effect as hard as this, just set the numbers to 0.5.
"Ebmessive" is for the colors. It's set to the full color mode. 1.0 0.0 0.0 is red, 0.0 1.0 0.0 is green and 0.0 0.0 1.0 is blue.
You can play with the numbers to get different effects.

This is how you make a glowing preset:
1. Draw your preset without the glowing parts. (Just color the whole reference, don't leave any parts transparent or anything!)
2. Save it as a .png file.
3. Draw the parts you want to glow and leave the rest transparent.
4. Save it as a .png file.
DONE! ^^

If you don't know how to name the images, just look it up in the code.
Hope that helps :3

Offline StarTehWolf

  • Curious Wanderer
  • *
  • Posts: 44
  • Country: 00
  • Floof-O-Meter: 2
  • ?~?
    • View Profile
Re: Glow problems
« Reply #3 on: October 09, 2011, 05:28:26 am »
Just in case you got the wrong code:
Code: [Select]
material preset_6_bodyMatL
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture presetleft_6body.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetleftglow_6body.PNG
}
}
}
}
material preset_6_bodyMatR
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture presetright_6body.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetrightglow_6body.PNG
}
}
}
}
material preset_6_headMatL
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture presetleft_6head.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetleftglow_6head.PNG
}
}
}
}
material preset_6_headMatR
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture presetright_6head.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetrightglow_6head.PNG
}
}

}
}
material preset_6_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture presetleft_6eye.PNG
}
}
}
}
material preset_6_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture presetright_6eye.PNG
}
}
}
}
material preset_6_tailMat
{
technique
{
pass
{
ambient 0.2 0.2 0.2
texture_unit
{
texture preset_6tail.PNG
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture presetglow_6tail.PNG
}
}
}
}
material preset_6_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_6mane.png
}
}
}
}
This only workds on preset_6 unless you change the numbers to the folder you're working with!
"Ambient" is what makes your markings glow. I set the numbers to 0.2 because I wanted a dramatic glowing effect, but if you don't want an effect as hard as this, just set the numbers to 0.5.
"Ebmessive" is for the colors. It's set to the full color mode. 1.0 0.0 0.0 is red, 0.0 1.0 0.0 is green and 0.0 0.0 1.0 is blue.
You can play with the numbers to get different effects.

This is how you make a glowing preset:
1. Draw your preset without the glowing parts. (Just color the whole reference, don't leave any parts transparent or anything!)
2. Save it as a .png file.
3. Draw the parts you want to glow and leave the rest transparent.
4. Save it as a .png file.
DONE! ^^

If you don't know how to name the images, just look it up in the code.
Hope that helps :3


Am I aloud to change it to number 10? -3-

?__Star ~ Graphic Designer__?

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Glow problems
« Reply #4 on: October 09, 2011, 02:51:35 pm »
You change anything that says preset_6 to preset_10.

And the ones that are images, make sure you use the name you gave the images.

Offline StarTehWolf

  • Curious Wanderer
  • *
  • Posts: 44
  • Country: 00
  • Floof-O-Meter: 2
  • ?~?
    • View Profile
Re: Glow problems
« Reply #5 on: October 09, 2011, 03:41:22 pm »
Okay... Now this happened. :|

I have exported it, and tired to put it on my character. Instead it just shows the Yellow and Black. Any suggestions?

?__Star ~ Graphic Designer__?

Offline lingling

  • Curious Wanderer
  • *
  • Posts: 34
  • Floof-O-Meter: 3
  • working and maping.....failing
    • View Profile
Re: Glow problems
« Reply #6 on: October 09, 2011, 03:43:28 pm »
try to use gimp for preset and map making
i am bored and i don't go on often because i am testing maps and....... <CENSORED> i am on someone else's comp gotta run!

imma back people and i am working on maps again.

Offline StarTehWolf

  • Curious Wanderer
  • *
  • Posts: 44
  • Country: 00
  • Floof-O-Meter: 2
  • ?~?
    • View Profile
Re: Glow problems
« Reply #7 on: October 09, 2011, 04:04:17 pm »
I got it to work. But how do you make a white preset, under the glow preset? I colored the thing white, but it made it base/tan. Help? :] Thanks guys.

?__Star ~ Graphic Designer__?

Asheyx

  • Guest
Re: Glow problems
« Reply #8 on: October 09, 2011, 04:29:30 pm »
What do you mean with "a white preset under the glow preset"? Do you mean how to put the main fur under it?

Offline StarTehWolf

  • Curious Wanderer
  • *
  • Posts: 44
  • Country: 00
  • Floof-O-Meter: 2
  • ?~?
    • View Profile
Re: Glow problems
« Reply #9 on: October 09, 2011, 04:35:41 pm »
What do you mean with "a white preset under the glow preset"? Do you mean how to put the main fur under it?

I guess so.

?__Star ~ Graphic Designer__?