Author Topic: Dripping scars/flames, jewlery, wet noses, googlyeyes ect for newbs.  (Read 7123 times)

Offline Kuri

  • Immortal Legend
  • *****
  • Posts: 8,168
  • Country: nz
  • Floof-O-Meter: 136
  • Foreboding evil harmless kitten.
    • dumbstuff4friends
    • channel/UCo42jgbLvEzkofpOin0_a4A
    • View Profile
From a noob to newbs.
People ask me how.. idk why though, lots of tutorials out there so here is mine, on how i do it, the noobish way!
Noobish being i have GIMP and can almost use it. Photoshop should be similar. MSpaint.. i can't help you much...


Ok start with a base.  Here is the standard 512x512 pixels most people use, as a greenscreen.

Bonus snippet of code if you want to glow or have no shadows at all on your body


Ok so this one uses metal buckles on their legs because the character wears sock/gauntlet things but the same technique can be used for all metal and cut stone jewlery.

Notice i put the UV wrap from the preset folder in as a guide

Here is the metal parts drawn on as a separate layer.


Once you drew them on a separate layer, make the other layers invisible using the eye icon (i imagine this is standard across all versions of GIMP and probably photoshop-type things i've used?)

Save it with it's own name, probably the body part it's for with the name of the metal part like "NoseRing.PNG"
Notice it must be .PNG so as to appear transparent.

Not only did i use specular code i also used re-coloured water or something as a reflection in the metal.
snippet of code to use .jpg
Have seen clouds and forests used as reflections too.

Notice i made the eyes and eyelids separate layers with transparency in the square where the eyelid is or isn't.
This is so you don't close your eyes and look like you have shiny plastic eyelids with fur drawn on them.

Should look like so

See how the metal that faces the sun shines?  If the character moves or rolls over the other metal bits shine while the previously shining metal moves into shade and goes dull.

In theory a reflection of the environment can be used in a characters eyes, i've seen this done with a forest, only once.





SO you want dripping scars?



Similar deal

Using the head texture as a guide.  Add a few new layers.

Notice this layer has a wet shiny nose, you don't have to do that for scars.  It's only there because i wanted a wet shiny nose & tongue.


Notice how i copy-pasted the fur from around the scars?  That's going to act as a mask for the dripping effect to run down.


Literally just a few drips drawn.  You can draw your own drips/tears/bubbles/glittercandy in whatever pattern you like and make it rather random.

You can reverse the direction they run so they scroll upwards of you want flames instead of scars.
Flames were so hot last year.  This year?  Not so much.
Code i used that you can use as a base
Code: [Select]
material preset_#_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_#head.jpg
}
}
pass
{
scene_blend alpha_blend
alpha_rejection greater_equal 128
texture_unit
{
texture preset_8headLscars.png
}
}
pass
{
scene_blend alpha_blend
alpha_rejection greater_equal 128
texture_unit
{
texture preset_8headLscars.png
}
lighting on
specular 0.9 0.4 0.5 1 128
texture_unit
{
texture preset_8headLscardrips.png
scroll_anim 0.0 0.1
}
}
}
}
Notice the scars are listed twice. This is so they show properly.  If you were doing flames this probably isn't necessary.


 



Glitch areas?
Someone wondered how i did what they called "Glitch teeth"

then this mask and texture


Code: [Select]
material preset_8_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
scene_blend alpha_blend

specular 0.447059 0.498039 0.454902 1 61.44
texture_unit
{
texture preset_8eyeL.png
}
}
pass
{
cull_hardware none
cull_software none
scene_blend alpha_blend

texture_unit
{
texture preset_8eyelids.png
}
}
pass
{
scene_blend add
cull_hardware none
cull_software none
alpha_rejection greater_equal 128

texture_unit
{
texture preset_8toothmaskL.png
}
cull_hardware none
cull_software none
alpha_rejection greater_equal 128

texture_unit
{
texture preset_8toothmatrixL.png
scroll_anim 0.05 0.0
}
}
}
}
Code i used for said teeth
Notice the eyelids are separate.
« Last Edit: August 15, 2017, 10:36:20 am by Kuri »
The Japanese concept of wabisabi:
The closest concept in english would be 'rustic'
They might have an old thing, one example is a favourite bowl or dish, it's broken, pieces are missing, why fix it?  With gold and pieces from other dishes?
"Because it was my favourite & I like it"

Offline Kynvuu

  • #Grimstagram
  • Elder Grey Pelt
  • ****
  • Posts: 2,538
  • Country: us
  • Floof-O-Meter: 212
  • I'm not saying that it was aliens but...
    • View Profile
Re: Dripping scars/flames, jewlery, wet noses ect for newbs.
« Reply #1 on: June 25, 2017, 02:29:25 pm »
Lovely tutorial, Kuri! Thank you for putting this together!
On a temporary leave. Please contact other members of staff if you need assistance.

Offline sanrio

  • Grumpy Overlord
  • Elder Grey Pelt
  • ****
  • Posts: 2,820
  • Country: gb
  • Floof-O-Meter: 108
    • kiyatii
    • View Profile
Re: Dripping scars/flames, jewlery, wet noses ect for newbs.
« Reply #2 on: June 25, 2017, 02:46:52 pm »
Awesome tutorials here, Kuri. I may have to try some of these out myself sometime.

Avatar by byambyy | Signature by rykerclawss

Offline Astraea

  • ❤ Positivity ❤
  • Elder Grey Pelt
  • ****
  • Posts: 3,104
  • Country: us
  • Floof-O-Meter: 186
  • previously esarosa
    • Esar0sa
    • View Profile
Re: Dripping scars/flames, jewlery, wet noses ect for newbs.
« Reply #3 on: June 25, 2017, 04:37:38 pm »
Ooh! What an awesome tutorial, Kuri!
I love the picture's for reference and the way you've explained the tutorial itself. Great work! +Nuzzle
not active here anymore ♡
avatar by kianxiety

Offline Kuri

  • Immortal Legend
  • *****
  • Posts: 8,168
  • Country: nz
  • Floof-O-Meter: 136
  • Foreboding evil harmless kitten.
    • dumbstuff4friends
    • channel/UCo42jgbLvEzkofpOin0_a4A
    • View Profile
Re: Dripping scars/flames, jewlery, wet noses ect for newbs.
« Reply #4 on: June 25, 2017, 07:21:56 pm »
Ok, now for some "Flame paws made slightly easier".   i remember when someone wanted help with that and then lots of people wanted them..



Drawing the flame mask, the flames take on the tint of the mask you use so if you want the flames to be the colour of the flame image you choose, use white instead of red.

Blurred here so the flames disperse better rather than having sharp edges.. sort of works for me.


A random picture of flames taken from the internet, i removed the black and saved it as a .png so it'd remain transparent.

Recoloured it via one of the colour tools in the colours tab

Saved it as "flames" and "flames2" so you get better contrast.


Using this sort of code
Code: [Select]
material preset_10_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_#body.png
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture flamemask.png
}
scene_blend alpha_blend
texture_unit
{
texture flames.png
scroll_anim -0.6 -1.0
tex_address_mode wrap
        filtering trilinear
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture flamemask.png
}
scene_blend alpha_blend
texture_unit
{
texture flames2.png
scroll_anim -0.7 -2.0
tex_address_mode wrap
        filtering trilinear
}
scene_blend alpha_blend
texture_unit
{
texture flames2.png
scroll_anim -0.71 -2.1
tex_address_mode wrap
        filtering trilinear
}
}
}
}
(Notice the "-" signs next to where it says "scroll_anim"  and has numbers, this makes them scroll upwards rather than downwards)

You should end up with...

This, but animated. i couldn't be bothered making a .gif for that to show off the animation right now.


Improved coding
Code: [Select]
}
pass
{
scene_blend add
texture_unit
{
texture flames.png
scroll_anim -0.6 -1.0
tex_address_mode wrap
        filtering trilinear
}
scene_blend alpha_blend
texture_unit
{
texture flamemask.png
}
}
}
}
Add additional passes with other flames for more dynamic effects.
« Last Edit: October 11, 2017, 10:28:22 pm by Kuri »
The Japanese concept of wabisabi:
The closest concept in english would be 'rustic'
They might have an old thing, one example is a favourite bowl or dish, it's broken, pieces are missing, why fix it?  With gold and pieces from other dishes?
"Because it was my favourite & I like it"

Offline D-ead7Dog

  • AFK NPC
  • Pack & Pride Representative
  • ****
  • Posts: 1,449
  • Country: us
  • Floof-O-Meter: 97
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: Dripping scars/flames, jewlery, wet noses ect for newbs.
« Reply #5 on: June 25, 2017, 09:04:13 pm »
Lovely tutorial!
If i ever use any of these i'll definitely come back to use this tutorial!
Thank you! :)

Artwork (c) Lynxbrush & CosmicFatality

Originally registered January 15, 2011

Offline Kuri

  • Immortal Legend
  • *****
  • Posts: 8,168
  • Country: nz
  • Floof-O-Meter: 136
  • Foreboding evil harmless kitten.
    • dumbstuff4friends
    • channel/UCo42jgbLvEzkofpOin0_a4A
    • View Profile
Re: Dripping scars/flames, jewlery, wet noses ect for newbs.
« Reply #6 on: August 15, 2017, 10:28:21 am »
Someone wanted to know how the "googly eyes" i did in the past were done.
Well i forgot... so i re-created it.

/googlyeyes.gif

So the "Greenscreen" you might see listed in the code below is the base fur, you can use your own fur texture as you see fit.  You probably don't want greenscreen.


Created a separate layer over the UV as a guide to where on the head the giant white eye would be.


The pupil was a black dot created as a separate layer again.



Here was the code for the eye stuck on the head
Code: [Select]
material preset_10_headMatL
{
technique
{
pass
{
ambient 1 1 1 1.0
emissive 1.0 1.0 1.0 1.0
texture_unit
{
texture greenscreenbase.png
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture eyebase.png
}
}
pass
{
scene_blend alpha_blend
specular 0.447059 0.498039 0.454902 1 12.5
texture_unit
{
texture eyebase.png
}
texture_unit
{
texture eyepupil.png
wave_xform scale_x sine 0.8 0.2 0 0.15
wave_xform scale_y sine 0.8 0.2 0 0.15
wave_xform scale_x sine 0.9 0.5 0 0.1
wave_xform scale_x sine 0.9 0.1 0 0.1
}
}
}
}
Edit the numbers circled in this picture to change how far the pupil moves.


But you may want to render the eye mesh itself transparent...
Code: [Select]
{
technique
{
pass
{
scene_blend alpha_blend

alpha_rejection greater_equal 128

texture_unit
{
texture transparentpixel.png
}
}
}
}
Note i used a transparent pixel.  If you want to retain your characters teeth you'll have to use a transparent square with the teeth dram on the bottom half of the image.
« Last Edit: August 15, 2017, 10:30:17 am by Kuri »
The Japanese concept of wabisabi:
The closest concept in english would be 'rustic'
They might have an old thing, one example is a favourite bowl or dish, it's broken, pieces are missing, why fix it?  With gold and pieces from other dishes?
"Because it was my favourite & I like it"

Offline Vespian

  • An Unsightly Beast
  • Ancient Silver Mane
  • *****
  • Posts: 3,935
  • Country: us
  • Floof-O-Meter: 242
    • View Profile
Re: Dripping scars/flames, jewlery, wet noses, googlyeyes ect for newbs.
« Reply #7 on: August 15, 2017, 09:20:07 pm »
*Nuzzles.*
Vespian appreciates this neat, little guide. I know hardly nothing when it comes to the creation of presets but this, I could genuinely understand. Me knows these tricks will be of use to many, many users in the future.
gone

Offline Wolflover224

  • Community Champion
  • ****
  • Posts: 1,582
  • Country: 00
  • Floof-O-Meter: 16
  • Im an IRL dolphin; On hiatus
    • the-sketchy-orca
    • View Profile
Re: Dripping scars/flames, jewlery, wet noses, googlyeyes ect for newbs.
« Reply #8 on: August 15, 2017, 09:38:32 pm »
Holy shizer these are amazing! Definitely bookmarking for future use! :D

Offline G4RG0YLE

  • Elder Grey Pelt
  • ****
  • Posts: 3,431
  • Country: gb
  • Floof-O-Meter: 170
  • Avatar © Felicia on Discord ♡
    • View Profile
Re: Dripping scars/flames, jewlery, wet noses, googlyeyes ect for newbs.
« Reply #9 on: August 16, 2017, 10:50:12 am »
I've always looked at your preset and thought about how you've made the dripping scars, thank you for enlightening me to your preset skills and how I can apply them to my own!

© short ' cakes on Discord ♡