Author Topic: Ummm (SOLVED) Thanks Lord Suragaha!!  (Read 2625 times)

Offline SL138197

  • Community Champion
  • ****
  • Posts: 1,799
  • Floof-O-Meter: 37
  • Thank ye' TinyTail.
    • View Profile
    • My DeviantArt
Ummm (SOLVED) Thanks Lord Suragaha!!
« on: March 26, 2013, 03:38:54 pm »
Hi!

I am currently making a preset and whenever I made the body it popped right up!  But, when I made the head, it didn't show up.  I only saw a white head.  I am kinda upset.  Can someone help me?

What it shows:
http://i1338.photobucket.com/albums/o688/SL138197/screenshot_03262013_102856467_zpsdcdba21e.png
« Last Edit: March 26, 2013, 04:37:28 pm by Foalan »
DeviantArt: Riverthefluffybum
Minecraft: artsy_gamer906

Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: Ummm
« Reply #1 on: March 26, 2013, 03:42:00 pm »
That means you need to double check the coding in the material file. Make sure nothing is off in there.

« Last Edit: March 26, 2013, 03:58:30 pm by LordSuragaha »

Offline SL138197

  • Community Champion
  • ****
  • Posts: 1,799
  • Floof-O-Meter: 37
  • Thank ye' TinyTail.
    • View Profile
    • My DeviantArt
Re: Ummm
« Reply #2 on: March 26, 2013, 03:52:29 pm »
My coding:
material preset_7_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture TestBody_Left.jpg
         }
      }
   }
}
material preset_7_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture TestBody_Right.jpg
         }
      }
   }
}
material preset_7_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture TestHead_Left.jpg
         }
      }
   }
}
material preset_7_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture TestHead_Right.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
                {
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
                       {
                                texture preset_7mane.png
                }
          }
     }
}
DeviantArt: Riverthefluffybum
Minecraft: artsy_gamer906

Offline SL138197

  • Community Champion
  • ****
  • Posts: 1,799
  • Floof-O-Meter: 37
  • Thank ye' TinyTail.
    • View Profile
    • My DeviantArt
Re: Ummm
« Reply #3 on: March 26, 2013, 03:53:01 pm »
is it ok?

If not, could you correct it plz?
DeviantArt: Riverthefluffybum
Minecraft: artsy_gamer906

Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: Ummm
« Reply #4 on: March 26, 2013, 03:58:39 pm »
The parts that are red should correspond to the name on the file of that part of the preset. So be sure they match. If anything you can send me the preset via private message and I can check it out for you.


I can't get the head to show up...Got the body...No head.
Coding:
material preset_7_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture TestBody_Left.jpg
         }
      }
   }
}
material preset_7_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture TestBody_Right.jpg
         }
      }
   }
}
material preset_7_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture TestHead_Left.jpg
         }
      }
   }
}
material preset_7_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture TestHead_Right.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
                {
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
                       {
                                texture preset_7mane.png
                }
          }
     }
}
[\quote]

Offline SL138197

  • Community Champion
  • ****
  • Posts: 1,799
  • Floof-O-Meter: 37
  • Thank ye' TinyTail.
    • View Profile
    • My DeviantArt
Re: Ummm
« Reply #5 on: March 26, 2013, 04:01:58 pm »
It is all correct.  That is the name of the head parts...Any other suggestions?
DeviantArt: Riverthefluffybum
Minecraft: artsy_gamer906

Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: Ummm
« Reply #6 on: March 26, 2013, 04:03:04 pm »
Send me the preset's files through private message and I'll investigate it for you and see what needs correcting.

Offline SL138197

  • Community Champion
  • ****
  • Posts: 1,799
  • Floof-O-Meter: 37
  • Thank ye' TinyTail.
    • View Profile
    • My DeviantArt
Re: Ummm
« Reply #7 on: March 26, 2013, 04:10:17 pm »
Sent it just now!
DeviantArt: Riverthefluffybum
Minecraft: artsy_gamer906

Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: Ummm
« Reply #8 on: March 26, 2013, 04:20:42 pm »
Alright I got it. The problem is that the actual head image file is a png file type and the coding in the material file says "jpg". You could try reopening the head files in GIMP or what ever program you use and change the file type to match the coding in jpg format.

Offline SL138197

  • Community Champion
  • ****
  • Posts: 1,799
  • Floof-O-Meter: 37
  • Thank ye' TinyTail.
    • View Profile
    • My DeviantArt
Re: Ummm
« Reply #9 on: March 26, 2013, 04:24:55 pm »
It works!!! Thanks soosososososos much Lord!! -nuzzles-
DeviantArt: Riverthefluffybum
Minecraft: artsy_gamer906