Feral Heart

Help & Guidance => Game Help => Topic started by: WolfQueen on October 04, 2014, 09:46:24 pm

Title: Preset maker is being a poopy-butt
Post by: WolfQueen on October 04, 2014, 09:46:24 pm
Everytime I try to preview a preset the game crashes. This is only happening for preset5, the section I'm working on.

my material file
Code: [Select]
material preset_5_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_5body.jpg
}
}
}
}
material preset_5_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_5body.jpg
}
}
}
}
material preset_5_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_5head.jpg
}
}
}
}
material preset_5_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_5head.jpg
}
}
}
}
material preset_5_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_5eye.jpg
}
}
}
}
material preset_5_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_5eye.jpg
}
}
}
}
material preset_5_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_5tail.jpg
}
}
}
}
material preset_5_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_5mane.png
}
}
}
}
Title: Re: Preset maker is being a poopy-butt
Post by: S. Italy/Romano on October 04, 2014, 09:52:37 pm
I don't get it... That's the exact same coding I have for the default preset 5 and it runs fine on my FH.

If you're working on it, did you save it in the right format? I know that in PS you have to explicitly select png and not just type it at the end of the file name, otherwise it will be unusable and unrecoverable.
Title: Re: Preset maker is being a poopy-butt
Post by: WolfQueen on October 04, 2014, 09:59:04 pm
I found out the problem. .jpg files don't work for me. I changed it to .png and I can preview my preset now.

Lock pls.