Author Topic: Ughhh >:/  (Read 2390 times)

Offline Oddonelynx

  • Tuesday is applesauce day, but I am also a Jovial Bobcat!(Not lynx)
  • Community Champion
  • ****
  • Posts: 1,942
  • Country: us
  • Floof-O-Meter: 110
  • Hyenas deserve less hate.
    • BOTOFan
    • channel/UC5lDa5s7GLRWQHoH70ne34Q
    • View Profile
Ughhh >:/
« 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?

Art by QuietMacaroni

Flurr

  • Guest
Re: Ughhh >:/
« Reply #1 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. ^^

Offline Redlinelies

  • The FeralHeart Guru
  • Immortal Legend
  • *****
  • Posts: 7,077
  • Country: 00
  • Floof-O-Meter: 792
  • Modoru Pride
    • redlinelies
    • redlinelies
    • redlinelies
    • redlinelies
    • View Profile
Re: Ughhh >:/
« Reply #2 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.
« Last Edit: October 09, 2018, 07:10:06 pm by Redlinelies »
Former community manager of FeralHeart

Offline Astraea

  • ❤ Positivity ❤
  • Elder Grey Pelt
  • ****
  • Posts: 3,104
  • Country: us
  • Floof-O-Meter: 186
  • previously esarosa
    • Esar0sa
    • View Profile
not active here anymore ♡
avatar by kianxiety

Offline Jango_Fett

  • Solid Snake
  • Ancient Silver Mane
  • *****
  • Posts: 4,113
  • Country: ee
  • Floof-O-Meter: 134
  • rotten kind of cute
    • euralore
    • EmpressWolf
    • littlemisscancer
    • parahyena
    • LM_Cancer
    • View Profile
    • Picarto.tv
Re: Ughhh >:/
« Reply #4 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.

i don't know nothing about mopeds
feral_cast.fhm
have a question? just ask - Rubricae#6972

Offline Oddonelynx

  • Tuesday is applesauce day, but I am also a Jovial Bobcat!(Not lynx)
  • Community Champion
  • ****
  • Posts: 1,942
  • Country: us
  • Floof-O-Meter: 110
  • Hyenas deserve less hate.
    • BOTOFan
    • channel/UC5lDa5s7GLRWQHoH70ne34Q
    • View Profile
Re: Ughhh >:/
« Reply #5 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...
« Last Edit: October 13, 2018, 01:19:15 am by Oddonelynx »

Art by QuietMacaroni

Offline Aico

  • Experienced Traveler
  • **
  • Posts: 115
  • Country: gb
  • Floof-O-Meter: 5
  • Le bleh bleh bleh
    • View Profile
Re: Ughhh >:/
« Reply #6 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

Offline Oddonelynx

  • Tuesday is applesauce day, but I am also a Jovial Bobcat!(Not lynx)
  • Community Champion
  • ****
  • Posts: 1,942
  • Country: us
  • Floof-O-Meter: 110
  • Hyenas deserve less hate.
    • BOTOFan
    • channel/UC5lDa5s7GLRWQHoH70ne34Q
    • View Profile
Re: Ughhh >:/
« Reply #7 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.

Art by QuietMacaroni

Offline Oddonelynx

  • Tuesday is applesauce day, but I am also a Jovial Bobcat!(Not lynx)
  • Community Champion
  • ****
  • Posts: 1,942
  • Country: us
  • Floof-O-Meter: 110
  • Hyenas deserve less hate.
    • BOTOFan
    • channel/UC5lDa5s7GLRWQHoH70ne34Q
    • View Profile
Re: Ughhh >:/
« Reply #8 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.

Art by QuietMacaroni

Offline Kuri

  • Immortal Legend
  • *****
  • Posts: 8,168
  • Country: nz
  • Floof-O-Meter: 136
  • Foreboding evil harmless kitten.
    • dumbstuff4friends
    • channel/UCo42jgbLvEzkofpOin0_a4A
    • View Profile
Re: Ughhh >:/
« Reply #9 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.
The Japanese concept of wabisabi:
The closest concept in english would be 'rustic'
They might have an old thing, one example is a favourite bowl or dish, it's broken, pieces are missing, why fix it?  With gold and pieces from other dishes?
"Because it was my favourite & I like it"