Author Topic: Present help. .:SOLVEED:.  (Read 2564 times)

Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Present help. .:SOLVEED:.
« on: July 05, 2013, 02:18:18 am »
Ok so uhm I made a present for a charrie of mine and well I CAN ONLY SEE THE EYES :'( I dunno what to do I saved them right too! Please help...I have no clue what to do and I saved them in the right file name too. Here's what the things for the present look like: and and they are all Jpeg images well the mane is a PNG.
« Last Edit: July 05, 2013, 05:00:23 am by Matryo-the-wolf »

         Signature by Demon
            Merry Christmas

Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: Present help.
« Reply #1 on: July 05, 2013, 02:31:17 am »
Double check that preset's material file. Make sure that the coding in the material file corresponds to the individual preset files. Example with a small part of a preset's coding:

material preset_1_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.jpg
         }
      }
   }
}
material preset_1_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.jpg
         }
      }
   }
}
material preset_1_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.jpg
         }
      }
   }
}
material preset_1_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.jpg
         }
      }
   }
}
material preset_1_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.jpg
         }
      }
   }
}
material preset_1_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eye.jpg
         }
      }
   }
}
material preset_1_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1tail.jpg
         }
      }
   }
}
material preset_1_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_1mane.png
         }
      }
   }
}


The parts that I highlighted in red are the parts that you need to pay attention to most. Be sure that those parts of the coding match up to their corresponding parts of the preset that you made. Also be sure that the individual preset files are saved as the correct file type.


Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Re: Present help.
« Reply #2 on: July 05, 2013, 03:01:17 am »
That helped but I can't see the body or tail still

         Signature by Demon
            Merry Christmas

Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: Present help.
« Reply #3 on: July 05, 2013, 03:07:00 am »
Just double check that both the body and tail files are saved as .jpg file type and make sure that the body and tail parts of the material coding match up to the names of the actual body and tail files. That's really all that could be wrong.

Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Re: Present help.
« Reply #4 on: July 05, 2013, 03:10:44 am »
*Bangs head on desk* I don't understand coding All I did was edit the present_1 stuff... and I used gimp but then thinking gimp was the issue went into paint and re-saved it. Now I see the head and eyes. just not tail and body. I have no clue how to figure out if its coded wrong

         Signature by Demon
            Merry Christmas

Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: Present help.
« Reply #5 on: July 05, 2013, 03:15:18 am »
Copy your material file coding and paste it here and we'll see together what's wrong and I'll try to help you fix it.

Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Re: Present help.
« Reply #6 on: July 05, 2013, 03:19:15 am »
OK. material preset_3_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3body.jpg
         }
      }
   }
}
material preset_3_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3body.jpg
         }
      }
   }
}
material preset_3_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3head.jpg
         }
      }
   }
}
material preset_3_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3head.jpg
         }
      }
   }
}
material preset_3_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.jpg
         }
      }
   }
}
material preset_3_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_3eye.jpg
         }
      }
   }
}
material preset_3_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3tail.jpg
         }
      }
   }
}
material preset_3_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_3mane.png
         }
      }
   }
Straight from the file

         Signature by Demon
            Merry Christmas

Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: Present help.
« Reply #7 on: July 05, 2013, 03:35:30 am »
Coding is fine but as I suspected your preset tail and body file were saved as png image instead of jpg. Change their file type and they should work. Change it so that your files look like this:


Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Re: Present help.
« Reply #8 on: July 05, 2013, 03:45:16 am »
They already do. This is me right now: but they still won't show.
« Last Edit: July 05, 2013, 03:55:50 am by Matryo-the-wolf »

         Signature by Demon
            Merry Christmas

Offline Feareh

  • The Jaguar Artist
  • Ancient Silver Mane
  • *****
  • Posts: 4,026
  • Country: us
  • Floof-O-Meter: 195
  • Where is the Walrus Species?
    • View Profile
Re: Present help.
« Reply #9 on: July 05, 2013, 03:58:49 am »
Did you made sure that your body and your tail were both jpgs. These codings your provided are only for jpg. If that's not the case then try to see if you can change the name of your file to something else but still recognizable.
I Stalk from time to time...I have moved on to other things but do miss this place. Good times
Add me on discord:
Bakujio 🐺#7358