Author Topic: 2 Questions!  (Read 1619 times)

Lionmist

  • Guest
2 Questions!
« 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.

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: 2 Questions!
« Reply #1 on: July 09, 2011, 09:09:18 pm »
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)
Quote from: Default Coding
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:
Quote from: Change the coding on one side
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
         }
      }
   }
}

Lionmist

  • Guest
Re: 2 Questions!
« Reply #2 on: July 09, 2011, 09:20:23 pm »
Thank you! I'll try it someday.

Offline blue5151

  • Forum Newcomer
  • *
  • Posts: 3
  • Floof-O-Meter: 0
    • View Profile
Re: 2 Questions!
« Reply #3 on: May 01, 2012, 07:35:30 pm »
[post removed]
« Last Edit: May 01, 2012, 08:03:38 pm by Ramine »

CloudFish

  • Guest
Re: 2 Questions!
« Reply #4 on: May 01, 2012, 07:59:53 pm »
You can't report a mod for banning you...For breaking the ru- oh forget it, I'll just send it to Ramine.