Feral Heart
Help & Guidance => Game Help => Topic started by: Lionmist on July 09, 2011, 08:00:27 pm
-
Ok first of all I wanted to know if it is anonymous when you report someone. This is just out of the worry that someone I report in the future will come back on FH and have revenge on me. :o Second question, Is it possible to make the eye colors on a preset different? A better example would be you only want one leg to have a scar.
-
If you report someone, they won't know they are reported, nor know who reported them.
As for the presets, here's something I said a while ago about them:
It's very possible indeed it is.
So, this is the default coding: (preset 7)
material preset_7_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_7body.jpg
}
}
}
}
material preset_7_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_7body.jpg
}
}
}
}
material preset_7_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_7head.jpg
}
}
}
}
material preset_7_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_7head.jpg
}
}
}
}
material preset_7_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eye.jpg
}
}
}
}
material preset_7_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eye.jpg
}
}
}
}
material preset_7_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_7tail.jpg
}
}
}
}
material preset_7_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_7mane.png
}
}
}
}
You see how it has L (Left) and R (Right) Mats? (Materials)
Those are the sides. bodyMatR is the right side of the body, and bodyMatL is the left side of the body, same for head and eyes. (headMatL, headMatR, eyeMatL, eyeMatR)
Anywho, under the L and R coding, it's using the same image, so simply, make two images, and change it to use that one, under the correct body/head/eye side. So let's say, you want a scar on the right side of the body. And you have the preset_7body.jpg and the scar.jpg You would code it like this:
material preset_7_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_7body.jpg
}
}
}
}
material preset_7_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture scar.jpg
}
}
}
}
material preset_7_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_7head.jpg
}
}
}
}
material preset_7_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_7head.jpg
}
}
}
}
material preset_7_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eye.jpg
}
}
}
}
material preset_7_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_7eye.jpg
}
}
}
}
material preset_7_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_7tail.jpg
}
}
}
}
material preset_7_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_7mane.png
}
}
}
}
-
Thank you! I'll try it someday.
-
[post removed]
-
You can't report a mod for banning you...For breaking the ru- oh forget it, I'll just send it to Ramine.