Author Topic: Preset maker is being a poopy-butt  (Read 802 times)

Offline WolfQueen

  • Onion Queen
  • Elder Grey Pelt
  • ****
  • Posts: 3,419
  • Country: us
  • Floof-O-Meter: 117
  • feralheart's malignant tumor
    • jengajangle
    • jenqatower
    • jengatower
    • jengatowerr
    • View Profile
Preset maker is being a poopy-butt
« 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
}
}
}
}


S. Italy/Romano

  • Guest
Re: Preset maker is being a poopy-butt
« Reply #1 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.

Offline WolfQueen

  • Onion Queen
  • Elder Grey Pelt
  • ****
  • Posts: 3,419
  • Country: us
  • Floof-O-Meter: 117
  • feralheart's malignant tumor
    • jengajangle
    • jenqatower
    • jengatower
    • jengatowerr
    • View Profile
Re: Preset maker is being a poopy-butt
« Reply #2 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.