Author Topic: Umm..small newbie preset issue. ^_^;  (Read 1647 times)

Alayna Nikita

  • Guest
Umm..small newbie preset issue. ^_^;
« on: September 30, 2011, 12:31:31 am »
Okay, so the preset I've been working on is in the preset 8 folder. All the colored UVs have been saved as jpgs, and I click export in the creator and go to preset 8 but it just pops up a blank white preset. I'm thinking I missed a step somewhere and I've gone through the documentation and the user-made tuts and I can't find anything that helps.

Thoughts? Suggestions? ^_^;

Offline Definition

  • Dedicated Supporter
  • ***
  • Posts: 292
  • Floof-O-Meter: 20
    • View Profile
Re: Umm..small newbie preset issue. ^_^;
« Reply #1 on: September 30, 2011, 01:09:02 am »
Hm...Did you put the colored UVs or pictures in the same Preset 8 folder?

Also check your material file and see if anything is wrong. Make sure you type the name of the UVs right in the material code.

Code: [Select]
}
}
material preset_8_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_8body.jpg
}
}
}
}
material preset_8_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_8head.jpg
}
}
}
}
material preset_8_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_8head.jpg
}
}
}
}
material preset_8_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_8eye.jpg
}
}
}
}
material preset_8_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_8eye.jpg
}
}
}
}
material preset_8_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_8tail.jpg
}
}
}
}
material preset_8_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_8mane.png
}
}
}
}


Alayna Nikita

  • Guest
Re: Umm..small newbie preset issue. ^_^;
« Reply #2 on: September 30, 2011, 04:12:14 am »
Ah, I forgot to change the names in the materials folder..how embarrassing. xP;