Author Topic: please help with white preset!  (Read 6800 times)

Offline ccrow974

  • Experienced Traveler
  • **
  • Posts: 101
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
please help with white preset!
« on: October 22, 2011, 04:14:23 pm »
ok i made an awesome gray wolf preset when i was bored and decided to see what it looked like on the wolf character thing then it turned up white!and ive done all the code stuff in notepad and turned all files to jpg.

Offline ringoluver

  • Delay's Nop.
  • Community Champion
  • ****
  • Posts: 2,361
  • Country: us
  • Floof-O-Meter: 227
    • ringoluver
    • lavenderdaze
    • View Profile
Re: please help with white preset!
« Reply #1 on: October 22, 2011, 05:09:26 pm »
Can you copy and paste the material code it? I'll check for errors


Signature Art by Bawfle, Icon Art by Edolicious

Offline ccrow974

  • Experienced Traveler
  • **
  • Posts: 101
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: please help with white preset!
« Reply #2 on: October 22, 2011, 08:46:15 pm »
like in notepad? yes i did and i saved it as a jpg also. it was preset 9 and whenever i click it in preset editor it turns up white.

Offline ringoluver

  • Delay's Nop.
  • Community Champion
  • ****
  • Posts: 2,361
  • Country: us
  • Floof-O-Meter: 227
    • ringoluver
    • lavenderdaze
    • View Profile
Re: please help with white preset!
« Reply #3 on: October 22, 2011, 09:46:20 pm »
No i mean, copy and paste it here so I can see it c:


Signature Art by Bawfle, Icon Art by Edolicious

Offline ccrow974

  • Experienced Traveler
  • **
  • Posts: 101
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: please help with white preset!
« Reply #4 on: October 22, 2011, 09:55:48 pm »
oh like from notepad? or pictures XD

Offline ccrow974

  • Experienced Traveler
  • **
  • Posts: 101
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: please help with white preset!
« Reply #5 on: October 22, 2011, 09:58:30 pm »
if u mean notepad then here it is:
material preset_9_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaBody_Left.png
         }
      }
   }
}
material preset_9_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaBody_Right.png
         }
      }
   }
}
material preset_9_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaHead_Left.png
         }
      }
   }
}
material preset_9_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaHead_Right.png
         }
      }
   }
}
material preset_9_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture SikitaEyes_Left.png
         }
      }
   }
}
material preset_9_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture SikitaEyes_Right.png
         }
      }
   }
}
material preset_9_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaTail.png
         }
      }
   }
}
material preset_9_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture SikitaHair.png
         }
      }
   }
}
yes the name of the character for the preset is sikita, and in the tutorial video i watched it said to rename all of this crap :D

Asheyx

  • Guest
Re: please help with white preset!
« Reply #6 on: October 23, 2011, 03:04:53 pm »
You said you saved all files as .jpg files, but the code says they have to be .png files. Try either saving them as .png files or change the code so that it says (PRESETNAME).jpg.

Offline KarissaC9

  • Curious Wanderer
  • *
  • Posts: 16
  • Floof-O-Meter: 0
  • Can't dance, if you don't move those feet!!
    • View Profile
Re: please help with white preset!
« Reply #7 on: October 23, 2011, 04:11:11 pm »
^-^ Don't get your files mixed up. Make sure they are both jpg. or png.

Offline ccrow974

  • Experienced Traveler
  • **
  • Posts: 101
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: please help with white preset!
« Reply #8 on: October 23, 2011, 04:35:44 pm »
like change it exactly to this:  (PRESETNAME) or the name of the preset like preset_9 ? i already tried saving the images as .png too and it still showed up white.

Asheyx

  • Guest
Re: please help with white preset!
« Reply #9 on: October 23, 2011, 05:07:31 pm »
I'll just edit the code to how it should be and give it to you.
*Edits* Okay, it should work with this code now:


Code: [Select]
material preset_9_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaBody_Left.jpg
         }
      }
   }
}
material preset_9_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaBody_Right.jpg
         }
      }
   }
}
material preset_9_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaHead_Left.jpg
         }
      }
   }
}
material preset_9_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaHead_Right.jpg
         }
      }
   }
}
material preset_9_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture SikitaEyes_Left.jpg
         }
      }
   }
}
material preset_9_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture SikitaEyes_Right.jpg
         }
      }
   }
}
material preset_9_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture SikitaTail.jpg
         }
      }
   }
}
material preset_9_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture SikitaHair.jpg
}
}
}
}
}

Save your files in .jpg format or it won't work!