1
Game Help / Re: Missing Preset Textures In-Game
« on: December 08, 2013, 02:55:33 am »
Thank you so much! Everything is working fine now. <3
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The image names in the preset's .material file doesn't match the image names in the folder. You should copy the .material file as well as the images from your modded Feralheart folder to the default one. Otherwise you could manually edit all the incorrect image names in the .material file.
material preset_8_bodyMatLeft
{
technique
{
pass
{
texture_unit
{
texture imagenamehere(Left).jpg or .png?
}
}
}
}
material preset_8_bodyMatRight
{
technique
{
pass
{
texture_unit
{
texture preset_8body.jpg
}
}
}
}
Hope that helps ^^