Feral Heart
FeralHeart Creations => FeralHeart Addons & Mods => Presets & Markings => Topic started by: Seam on January 19, 2012, 04:58:11 pm
-
Its bad so dont be too harsh on me :P Just wanted to see if i could actually make one, and i could so yay! she is a little messed up but eh its my first time :P
The right side of her face is supossed to have three blue dots but i have no idea how to change it from the triangle since it basically is a clone of her left side so if you could help me out with that i would appriciate it! Well without further adu, here she is, its TEN!!!
(http://i41BannedImageSite/cjdci.png)
(http://i40BannedImageSite/21mb1mv.png)
(http://i39BannedImageSite/2vtb28k.png)
-
Awesome, and it's actually quite easy to set your preset so the left a right side would be different.
material preset_NUMBER_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_NUMBERbodyl.jpg
}
}
}
}
material preset_NUMBER_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_4bodyr.jpg
}
}
}
}
material preset_NUMBER_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_NUMBERheadl.jpg
}
}
}
}
material preset_NUMBER_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_NUMBERheadr.jpg
}
}
}
}
material preset_NUMBER_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_NUMBEReye.jpg
}
}
}
}
material preset_NUMBER_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_NUMBEReye.jpg
}
}
}
}
material preset_NUMBER_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_NUMBERtail.jpg
}
}
}
}
material preset_NUMBER_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_NUMBERmane.png
}
}
}
}
You just need to add R and L to the part you want to have two sides. In your case, the head. c:
-
Would i have to make a whole new colored template if i wanted the right side to be different or is there a way to put it on the first head template?
-
Well, you can edit your current one.
1. rename the one with the triangle as preset_NUMBERheadL.jpg Though you can also use R
2. then erase the triangle and draw your dots. Then click 'save as' and save it under preset_NUMBERheadR.jpg or L
Hope this helps. c: