Author Topic: scar on one eye?  (Read 2654 times)

Offline Lisa00

  • Curious Wanderer
  • *
  • Posts: 42
  • Floof-O-Meter: 2
    • View Profile
scar on one eye?
« on: September 29, 2012, 07:40:43 pm »
How i can make a scar on one eye when i make a preset?

Thanks for your answers in advance.

your Lisa00

Offline Zaroque

  • Immortal Legend
  • *****
  • Posts: 5,889
  • Country: gb
  • Floof-O-Meter: 388
    • zaroqueart
    • View Profile
    • Zaroque's dA.
Re: scar on one eye?
« Reply #1 on: September 29, 2012, 07:46:55 pm »
First, you need two textures,
one with the marking, and one without.

Once you have those, open the mat file, and you'll see something like this:
Code: [Select]
material preset_{NUMBER}_{BODYPART}MatL
{
technique
{
pass
{
texture_unit
{
texture {TEXTURENAME}
}
}
}
}
material preset_{NUMBER}_{BODYPART}MatR
{
technique
{
pass
{
texture_unit
{
texture {TEXTURENAME}
}
}
}
}

Now you will already have the things in { } filled in, the code above is just for show.
Notice how one of them is a MatL and one is a MatR?
Those L and R stand for left and right,
so whichever side the marking goes on, set the texture accordingly,
and whichever side it doesn't go on, set the other texture.

Hope that helped. ;)

EDIT: Note, the quote was for someone else's problem, but the principles are the same.
« Last Edit: September 29, 2012, 07:51:09 pm by Zaroque »
~ Z A R O Q U E ~
jaaaeeger
Art || DoE


Offline Lisa00

  • Curious Wanderer
  • *
  • Posts: 42
  • Floof-O-Meter: 2
    • View Profile
Re: scar on one eye?
« Reply #2 on: September 29, 2012, 08:04:40 pm »
ok, thanks
that help very good :) :)

Offline Zaroque

  • Immortal Legend
  • *****
  • Posts: 5,889
  • Country: gb
  • Floof-O-Meter: 388
    • zaroqueart
    • View Profile
    • Zaroque's dA.
Re: scar on one eye?
« Reply #3 on: September 29, 2012, 08:07:34 pm »
You're welcome!
Good luck with your preset.
~ Z A R O Q U E ~
jaaaeeger
Art || DoE


Offline Lisa00

  • Curious Wanderer
  • *
  • Posts: 42
  • Floof-O-Meter: 2
    • View Profile
Re: scar on one eye?
« Reply #4 on: September 29, 2012, 08:54:00 pm »
thanks, but i have one question:

How can i make the preset real?

Offline Zaroque

  • Immortal Legend
  • *****
  • Posts: 5,889
  • Country: gb
  • Floof-O-Meter: 388
    • zaroqueart
    • View Profile
    • Zaroque's dA.
Re: scar on one eye?
« Reply #5 on: September 29, 2012, 09:22:52 pm »
Make it real? You mean, to get it ingame?

All you need to do, it go on Preset Maker, select the preset file and press 'Export' (once your preset is completed), and the preset should be an option on the last tab in Character creator.
~ Z A R O Q U E ~
jaaaeeger
Art || DoE


Offline Lisa00

  • Curious Wanderer
  • *
  • Posts: 42
  • Floof-O-Meter: 2
    • View Profile
Re: scar on one eye?
« Reply #6 on: September 30, 2012, 05:20:49 pm »
No,i mean that the preset looks like a real pelt. ;)

Offline Zaroque

  • Immortal Legend
  • *****
  • Posts: 5,889
  • Country: gb
  • Floof-O-Meter: 388
    • zaroqueart
    • View Profile
    • Zaroque's dA.
Re: scar on one eye?
« Reply #7 on: September 30, 2012, 05:26:25 pm »
Then you need to use the fur texture. There is a tutorial for it here:

http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=462.0%20newwindow
~ Z A R O Q U E ~
jaaaeeger
Art || DoE


Offline Lisa00

  • Curious Wanderer
  • *
  • Posts: 42
  • Floof-O-Meter: 2
    • View Profile
Re: scar on one eye?
« Reply #8 on: October 02, 2012, 07:15:14 am »
Thanks, that help very much ::)