Author Topic: Bleh, once again White Presets...[Solved!]  (Read 1221 times)

Ligoth

  • Guest
Bleh, once again White Presets...[Solved!]
« on: October 20, 2011, 08:02:18 am »
Soooo...I posted once before that my presets came out white. Thinking I solved it, with the whole png to .jpg thing.
Well...After finishing my preset, making sure everything was .jpg, and in the right folders and such...It's still white.

So. If someone can solve this problem for me, have at it! :D Because once again, I have no idea...
« Last Edit: October 29, 2011, 04:10:32 am by Ligoth »

Offline RyuuWolf

  • Dedicated Supporter
  • ***
  • Posts: 342
  • Floof-O-Meter: 15
  • hasnt been on for 2 years wow
    • View Profile
Re: Bleh, once again White Presets...
« Reply #1 on: October 20, 2011, 10:05:08 am »
Did you code it in? You have to open the txt. document in the my_presets folder.

Code: [Select]
material preset_10_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_changethistothepresetsname.png
}
}
}
}
material preset_10_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_changethistothepresetsname.png
}
}
}
}
material preset_10_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_changethistothepresetsname.png
}
}
}
}
material preset_10_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_changethistothepresetsname.png
}
}
}
}
material preset_10_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_changethistothepresetsname.png
}
}
}
}
material preset_10_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_changethistothepresetsname.png
}
}
}
}
material preset_10_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_changethistothepresetsname.png
}
}
}
}
material preset_10_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_changethistothepresetsname.png
}
}
}
}

Ligoth

  • Guest
Re: Bleh, once again White Presets...
« Reply #2 on: October 20, 2011, 01:04:43 pm »
Yep. I edited that. It still did nothing, sadly..

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Bleh, once again White Presets...
« Reply #3 on: October 21, 2011, 02:25:08 am »
Can you post your code here?
As well as the image names?

Ligoth

  • Guest
Re: Bleh, once again White Presets...
« Reply #4 on: October 21, 2011, 03:15:12 am »
Sure, I'll do that sometime tomorrow~

Ligoth

  • Guest
Re: Bleh, once again White Presets...
« Reply #5 on: October 29, 2011, 04:10:08 am »
Bleh, power went out for alittle while, my apologies.

Anywho, I actualy figured it out! :D I left part of the otherfile name in with my own.
Awful mistake, but I suppose I just got confused. I do appreciate everyone's help, though.