Author Topic: Black and yellow wing textures wut  (Read 1379 times)

Offline ponylover969

  • Curious Wanderer
  • *
  • Posts: 10
  • Floof-O-Meter: 0
    • View Profile
Black and yellow wing textures wut
« on: June 18, 2014, 06:57:27 pm »
I'm not sure when exactly they appeared but, I have strange black and yellow wing textures and have had them for a while now. I tried re-installing the game from some backup files, re-downloaded the wing textures {well, I think I did, but if it's still there then maybe I didn't properly?}, tried everything and it's still really weird. Even if I try changing the colour of equip, nope, still doesn't work.

Screenshot;

Offline shayy

  • Pack & Pride Representative
  • ****
  • Posts: 1,241
  • Country: us
  • Floof-O-Meter: 73
  • World Class Shawty
    • View Profile
Re: Black and yellow wing textures wut
« Reply #1 on: June 18, 2014, 07:05:12 pm »
I could be that you (somehow) made a preset with the black and yellow wings, yet it would have been deleted with Fh when you reinstalled. Go into your Fh media folder, search for anything named "wing" and see if  looks likes this:
pm for free art i need practice

AlphaEclipse

  • Guest
Re: Black and yellow wing textures wut
« Reply #2 on: June 18, 2014, 07:07:33 pm »
I just bundled my two wing textures for ya': http://www.mediafire.com/download/dvu3pwt9w5ync73/Wing_texture.zip
Export them to Feralheart >> media > textures and click replace. You can also try changing your games rendering system. :) Also, go into FeralHeart > media > Materials and open the file "equip.material." Replace everything in there with this. It looks like there's almost an ambient or another, unwanted effect that was applied to the wings. 
material wingMatL
{
   technique 1
   {
      pass
      {
         cull_hardware none
         cull_software none
         
         fragment_program_ref Wing_PS
         {
            param_named_auto colorMod1 custom 1
         }
         texture_unit
         {
            texture wingShade.jpg
            tex_coord_set 0
         }
      }
   }
   technique 2
   {
      pass
      {
         cull_hardware none
         cull_software none

         texture_unit
         {
            texture wingShade.jpg
            colour_op_ex modulate src_texture src_manual 1 0 0 1
         }
      }
   }
}
material wingMatR
{
   technique 1
   {
      pass
      {
         cull_hardware none
         cull_software none
         
         fragment_program_ref Wing_PS
         {
            param_named_auto colorMod1 custom 1
         }
         texture_unit
         {
            texture wingShade.jpg
            tex_coord_set 0
         }
      }
   }
   technique 2
   {
      pass
      {
         cull_hardware none
         cull_software none

         texture_unit
         {
            texture wingShade.jpg
            colour_op_ex modulate src_texture src_manual 1 0 0 1
         }
      }
   }
}
material wing2MatL
{
   technique 1
   {
      pass
      {
         cull_hardware none
         cull_software none
         
         fragment_program_ref Wing_PS
         {
            param_named_auto colorMod1 custom 1
         }
         texture_unit
         {
            texture wing2Shade.jpg
            tex_coord_set 0
         }
      }
   }
   technique 2
   {
      pass
      {
         cull_hardware none
         cull_software none

         texture_unit
         {
            texture wing2Shade.jpg
            colour_op_ex modulate src_texture src_manual 1 0 0 1
         }
      }
   }
}
material wing2MatR
{
   technique 1
   {
      pass
      {
         cull_hardware none
         cull_software none
         
         fragment_program_ref Wing_PS
         {
            param_named_auto colorMod1 custom 1
         }
         texture_unit
         {
            texture wing2Shade.jpg
            tex_coord_set 0
         }
      }
   }
   technique 2
   {
      pass
      {
         cull_hardware none
         cull_software none

         texture_unit
         {
            texture wing2Shade.jpg
            colour_op_ex modulate src_texture src_manual 1 0 0 1
         }
      }
   }
}

Offline ponylover969

  • Curious Wanderer
  • *
  • Posts: 10
  • Floof-O-Meter: 0
    • View Profile
Re: Black and yellow wing textures wut
« Reply #3 on: June 18, 2014, 07:21:33 pm »
This is what I have in my media folder when I search for wings;

wingShade

wings2.mesh

wings2M.skeleton

wing2Shade

Wings_WHITE.mesh

Wings_BLACK.mesh

Wings.mesh

{then some wing items so that's not important}

Wings.material

Wings_WHITE.material

Wings_BLACK.material

{then another wing item}

wings.skeleton

wings1.mesh

I'm also gonna try what AlphaEclipse suggested and see what that does.

Offline shayy

  • Pack & Pride Representative
  • ****
  • Posts: 1,241
  • Country: us
  • Floof-O-Meter: 73
  • World Class Shawty
    • View Profile
Re: Black and yellow wing textures wut
« Reply #4 on: June 18, 2014, 07:34:08 pm »
This is what I have in my media folder when I search for wings;

wingShade

wings2.mesh

wings2M.skeleton

wing2Shade

Wings_WHITE.mesh

Wings_BLACK.mesh

Wings.mesh

{then some wing items so that's not important}

Wings.material

Wings_WHITE.material

Wings_BLACK.material

{then another wing item}

wings.skeleton

wings1.mesh

I'm also gonna try what AlphaEclipse suggested and see what that does.
Yes, it would probably be best to follow what Alpha has suggested, in order to find a solution to your problem. :)
pm for free art i need practice

Offline ponylover969

  • Curious Wanderer
  • *
  • Posts: 10
  • Floof-O-Meter: 0
    • View Profile
Re: Black and yellow wing textures wut
« Reply #5 on: June 18, 2014, 08:07:48 pm »
Okay, replaced my textures with the ones given by Alpha, still black and yellow. Did the code equip file thing, partially worked; now it's no longer black and yellow and you can see the details but now it's stuck white and you can't change the colour. :I

Tried changing my rendering system. Didn't help. Still white. :/