Author Topic: Metal Marking Preset Help?  (Read 1879 times)

S. Italy/Romano

  • Guest
Re: Metal Marking Preset Help?
« Reply #10 on: October 01, 2014, 11:05:55 pm »
There should be no layers in GIMP.

Let me try to explain this a bit simpler. Your coding's fine.

First, the metal texture is supposed to be named "background-brushed2.png" -All it is is a square image of metal, that's it.
Next, your base body image is named "preset_3body.png -This is your body with transparent areas.
Finally, your glow marking should be named "preset_3bodymarkings.png" -This is your glowing markings on a transparent background.

WAIT A SEC
EDIT: On your coding,

material preset_3_bodyMatL
{
   technique
   {
      pass
      {
         specular 0.5 0.5 0.5 1
         texture_unit
         {
            texture background-brushed2.png
            env_map spherical
         }
      }
      pass
      {
         ambient 0.5 0.5 0.5 1
         alpha_rejection greater_equal 128
         texture_unit
         {
            texture preset_3body.png
         }
      }
 pass
      {
         emissive 1.0 0.0 0.0
         scene_blend alpha_blend
         texture_unit
         {
            texture preset_3bodymarkings.png
}

You're missing four brackets, it should be:

material preset_3_bodyMatL
{
   technique
   {
      pass
      {
         specular 0.5 0.5 0.5 1
         texture_unit
         {
            texture background-brushed2.png
            env_map spherical
         }
      }
      pass
      {
         ambient 0.5 0.5 0.5 1
         alpha_rejection greater_equal 128
         texture_unit
         {
            texture preset_3body.png
         }
      }
 pass
      {
         emissive 1.0 0.0 0.0
         scene_blend alpha_blend
         texture_unit
         {
            texture preset_3bodymarkings.png
}
}
}
}
« Last Edit: October 01, 2014, 11:27:05 pm by Lovino Vargas »

Offline SL138197

  • Community Champion
  • ****
  • Posts: 1,799
  • Floof-O-Meter: 37
  • Thank ye' TinyTail.
    • View Profile
    • My DeviantArt
Re: Metal Marking Preset Help?
« Reply #11 on: October 01, 2014, 11:37:51 pm »
Thank you!
I finally got it working, now Jake is officially done!

I appreciate it, lots and lots!
DeviantArt: Riverthefluffybum
Minecraft: artsy_gamer906

S. Italy/Romano

  • Guest
Re: Metal Marking Preset Help?
« Reply #12 on: October 01, 2014, 11:46:03 pm »
No problem, glad I could help! Have fun with your preset :3

Offline SL138197

  • Community Champion
  • ****
  • Posts: 1,799
  • Floof-O-Meter: 37
  • Thank ye' TinyTail.
    • View Profile
    • My DeviantArt
Re: Metal Marking Preset Help?
« Reply #13 on: October 01, 2014, 11:50:50 pm »
I shall, can't wait for the Halloween party!
DeviantArt: Riverthefluffybum
Minecraft: artsy_gamer906