Feral Heart

FeralHeart Creations => Presets & Markings => FeralHeart Addons & Mods => Request a Preset/Marking => Topic started by: sanrio on February 21, 2017, 08:11:19 pm

Title: Glowing eye
Post by: sanrio on February 21, 2017, 08:11:19 pm
  Not sure if this is in the correct place.
Anyway...
I'm looking for someone who can make me a glowing eye for a preset (With the coding please).
It has to be white, it can glowing as in glow in the dark, or it just glows(I dunno I'm bad at explaining stuff)
If someone can understand what I'm saying and make it for me that'll be great!
Title: Re: Glowing eye
Post by: sanrio on February 22, 2017, 04:15:33 pm
  Bump~
Title: Re: Glowing eye
Post by: Mist358 on February 22, 2017, 04:37:52 pm
I don't have time to make a preset, but I can give you an advice. Open the material file in notepad and add a "scene_blend alpha_blend" above the "texture unit" line (without the quote marks)
Title: Re: Glowing eye
Post by: sanrio on February 22, 2017, 04:40:19 pm
I don't have time to make a preset, but I can give you an advice. Open the material file in notepad and add a "scene_blend alpha_blend" above the "texture unit" line (without the quote marks)
Will this make it glow?
Title: Re: Glowing eye
Post by: Mist358 on February 22, 2017, 04:44:12 pm
Yes, it should
Title: Re: Glowing eye
Post by: sanrio on February 22, 2017, 04:55:33 pm
I don't think it made the eye glow.
Here's what I'm seeing
(http://i.imgur.com/zf7JcT9.png)
Title: Re: Glowing eye
Post by: Morgra on February 22, 2017, 11:03:45 pm
Are you still looking for someone to make the eye for you? Because if so, I can definitely do it ^^ I just need need an eye texture and your code.
Title: Re: Glowing eye
Post by: sanrio on February 22, 2017, 11:07:37 pm
That'd be great Morgra!
Here's the eye texture I'm using:
(http://i.imgur.com/5hxm3hy.jpg)
And the code:
Code: [Select]
material preset_12_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
                        scene_blend alpha_blend
texture_unit
{
texture preset_12eyer.jpg
}
}
}
}
Title: Re: Glowing eye
Post by: Morgra on February 22, 2017, 11:13:30 pm
Okay that works! :D There's a couple ways I can go about this. The first way would save on file space but your teeth would glow as well. The second way, I would just add a glow layer above the current eye texture and that would actually give it the glowing effect. I think i'm gonna go about it the second way but it's up to you ^^
Title: Re: Glowing eye
Post by: sanrio on February 22, 2017, 11:15:52 pm
I'd go with the second way as well. c:
Title: Re: Glowing eye
Post by: Morgra on February 22, 2017, 11:20:32 pm
Okay and would you like it to glow the color of the eye or white in the coding? There is a slight difference but it isn't too noticeable.
Title: Re: Glowing eye
Post by: sanrio on February 22, 2017, 11:24:10 pm
Whatever you think will work better, I think white will show the glow more though.
Title: Re: Glowing eye
Post by: Morgra on February 22, 2017, 11:36:34 pm
Okey! I did it with the white glow. Here is the code that you will need to replace the right eye material section with:

Code: [Select]
material preset_12_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_12eyer.jpg
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_12eyerglow.png
}
}
}
}



Here is the eye glowing texture that you add into your preset_12 folder: https://www.mediafire.com/?b77mk3jl6qpqlfd (https://www.mediafire.com/?b77mk3jl6qpqlfd)

I did add a little bit of a dodge effect on the eye texture to give it more of a "glow" effect. If you don't like the effect, lemme know and I can always adjust it.
Title: Re: Glowing eye
Post by: sanrio on February 22, 2017, 11:41:37 pm
Thank you!
It looks great. c:
This may be locked now.
Title: Re: Glowing eye
Post by: Morgra on February 22, 2017, 11:43:48 pm
Thank you!
It looks great. c:
This may be locked now.

Glad ya like it ^^