Author Topic: My first preset ^^ (big images)  (Read 1425 times)

Offline Seam

  • Experienced Traveler
  • **
  • Posts: 160
  • Country: 00
  • Floof-O-Meter: 11
    • View Profile
My first preset ^^ (big images)
« 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!!!



Avie by Ramine <3 thank you

Offline Ramine

  • Community Champion
  • ****
  • Posts: 2,208
  • Floof-O-Meter: 182
    • View Profile
    • Ramine on DeviantART
Re: My first preset ^^ (big images)
« Reply #1 on: January 19, 2012, 05:14:39 pm »
Awesome, and it's actually quite easy to set your preset so the left a right side would be different.

Code: [Select]
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:


Signature by Delay. <3

Offline Seam

  • Experienced Traveler
  • **
  • Posts: 160
  • Country: 00
  • Floof-O-Meter: 11
    • View Profile
Re: My first preset ^^ (big images)
« Reply #2 on: January 19, 2012, 05:19:53 pm »
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?

Avie by Ramine <3 thank you

Offline Ramine

  • Community Champion
  • ****
  • Posts: 2,208
  • Floof-O-Meter: 182
    • View Profile
    • Ramine on DeviantART
Re: My first preset ^^ (big images)
« Reply #3 on: January 19, 2012, 05:26:55 pm »
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:


Signature by Delay. <3