Feral Heart

Help & Guidance => Game Help => Topic started by: Ligoth on October 20, 2011, 08:02:18 am

Title: Bleh, once again White Presets...[Solved!]
Post by: Ligoth 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...
Title: Re: Bleh, once again White Presets...
Post by: RyuuWolf 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
}
}
}
}
Title: Re: Bleh, once again White Presets...
Post by: Ligoth on October 20, 2011, 01:04:43 pm
Yep. I edited that. It still did nothing, sadly..
Title: Re: Bleh, once again White Presets...
Post by: Ruby1234 on October 21, 2011, 02:25:08 am
Can you post your code here?
As well as the image names?
Title: Re: Bleh, once again White Presets...
Post by: Ligoth on October 21, 2011, 03:15:12 am
Sure, I'll do that sometime tomorrow~
Title: Re: Bleh, once again White Presets...
Post by: Ligoth 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.