Show Posts

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.


Messages - LizardFangs

Pages: [1]
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

2
Game Help / Re: Missing Preset Textures In-Game
« on: December 08, 2013, 02:46:05 am »
Mane doesn't work either.

3
Game Help / Re: Missing Preset Textures In-Game
« on: December 08, 2013, 02:43:49 am »
It's showing up now, but the textures for the tail, eyes and claws are still white for some reason. unu

4
Game Help / Re: Missing Preset Textures In-Game
« on: December 08, 2013, 02:23:47 am »


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 ^^


I tried that, and now preset_8 doesn't appear as a selection in-game at all. I must have really messed up somewhere. Could someone try fixing the file for me?

http://www.mediafire.com/download/b59kwb6ydnc5wzi/preset_8.material

5
Game Help / Re: Missing Preset Textures In-Game
« on: December 08, 2013, 01:20:57 am »

6
Game Help / Re: Missing Preset Textures In-Game
« on: December 08, 2013, 01:19:39 am »
I'm pretty sure, but I could be wrong. I can send a screenshot, if that helps?

7
Game Help / Missing Preset Textures In-Game
« on: December 08, 2013, 12:53:12 am »
I have two versions of FH saved to my computer. One uses a ton of custom textures and mods, and the other uses only the default textures. That being said, while I was transferring my preset files over to the default FH folder, I ran into a bit of a problem. In the preset maker, all of my presets come out white. I've checked and made sure all my image files are saved correctly, and everything works fine in the other FH. How can I fix this?

Pages: [1]