Feral Heart

Help & Guidance => Game Help => Topic started by: Oddonelynx on October 08, 2018, 11:44:20 pm

Title: Ughhh >:/
Post by: Oddonelynx on October 08, 2018, 11:44:20 pm
Today, I've readded all my textures & markings to my feral heart, ( adding nails in process! ) but for some reason my tearless texture, THE TAIL IS A WHITE TEXTURELESS MARSHMELLOW! Does anyone know how to fix it?
Title: Re: Ughhh >:/
Post by: Flurr on October 08, 2018, 11:49:05 pm
I think this would probably go better in the game help board. A mod will move it for ya soon!

As for your issue, usally when a texture is just colorless and white that means your game is looking for a texture that doesnt exist. Make sure you have followed the directions, and pasted all the stuff in there in the correct folder. Is your problem a problem with your markings or the FH canine and feline textures? If you let me know this, it can help solve your issue a bit better and let you know where they go. ^^
Title: Re: Ughhh >:/
Post by: Redlinelies on October 09, 2018, 07:04:02 pm
White in FH means "Missing Material".

Could indicate there's something wrong with the code in the fmain.material files located in FeralHeart/media/materials

This is how the original code for the tail should look like:

Code: [Select]
material FtailMat
{
technique 1
{
pass
{
fragment_program_ref Tail_PS
{
param_named_auto colorMod1 custom 1
param_named_auto colorMod2 custom 2
}
texture_unit
{
texture ftailMask1.png
tex_coord_set 0
}
texture_unit
{
texture ftailShade.jpg
tex_coord_set 1
}
}
pass
{
depth_func equal
              scene_blend zero src_colour
}
}
technique 2
{
pass
{
lighting off
texture_unit
{
colour_op_ex source1 src_manual src_manual 1 0 0 1
}
texture_unit
{
texture ftailMask1.png
colour_op_ex blend_texture_alpha src_current src_manual 0 1 0 1
}
}
pass
{
depth_func equal
              scene_blend zero src_colour
texture_unit
{
texture ftailShade.jpg
colour_op modulate
}
}
}
}

It's located between FeyeMat and FmaneMat. I'd assume it's that at least. Thing is I have never used tearless textures as It's not of my personal taste, so if it changes anything or has any specific changes it makes I do not know.

Actually looking at it now, it could be something with the fmarkings.material file too for all that I know. I'd suggest just trying to get someone to send you their file of fmarkings.material and fmain.material and see if it helps anything.
Title: Re: Ughhh >:/
Post by: Astraea on October 09, 2018, 07:30:29 pm
Here ya go. Good luck!

http://www.mediafire.com/file/gaua9dwaw4x3p4x/fmarkings.material/file
http://www.mediafire.com/file/b4luplcw99hkgti/fmain.material/file
Title: Re: Ughhh >:/
Post by: Jango_Fett on October 11, 2018, 07:08:51 pm
double-check that all the files were moved over correctly.

sometimes a fresh deletion/move a second time over works. just to be sure.
Title: Re: Ughhh >:/
Post by: Oddonelynx on October 13, 2018, 01:17:42 am
I think this would probably go better in the game help board. A mod will move it for ya soon!

As for your issue, usally when a texture is just colorless and white that means your game is looking for a texture that doesnt exist. Make sure you have followed the directions, and pasted all the stuff in there in the correct folder. Is your problem a problem with your markings or the FH canine and feline textures? If you let me know this, it can help solve your issue a bit better and let you know where they go. ^^



It's the textures the markings are just fine. And I've gotten a new computer that won't even let me download Feral Heart so it just got worse...
Title: Re: Ughhh >:/
Post by: Aico on October 13, 2018, 01:27:50 am
Have you told your firewall to allow FH? Not sure what virus blocker you have, but I know on some you can tell it to allow FH
Title: Re: Ughhh >:/
Post by: Oddonelynx on October 13, 2018, 01:34:13 am
Have you told your firewall to allow FH? Not sure what virus blocker you have, but I know on some you can tell it to allow FH
It's Norton Antivirus.
Title: Re: Ughhh >:/
Post by: Oddonelynx on October 13, 2018, 02:16:58 am
And also, for some reason my computer won't run exe files, or let me install winrar.
Title: Re: Ughhh >:/
Post by: Kuri on October 13, 2018, 03:03:47 am
Norton antivirus is your problem.  I have no idea how it survives when it won't let people do anything.
Title: Re: Ughhh >:/
Post by: Oddonelynx on October 13, 2018, 03:37:26 am
Never mind I'm fine now it was just my darn old overprotective firewall.
Title: Re: Ughhh >:/
Post by: Calvary on October 13, 2018, 04:12:41 am
Alright! I'll lock this thread considering this has been solved. <3