Feral Heart

Help & Guidance => Game Help => Topic started by: Arkham_Scout on March 17, 2019, 06:18:18 pm

Title: Uh? Help? Please lock I got it fix
Post by: Arkham_Scout on March 17, 2019, 06:18:18 pm
first of all, the arm is transparent.

second this shows

spoiler
(https://cdn.discordapp.com/attachments/507776149301231636/556903514580844619/screenshot_03172019_141518279.png)

is there a way to fix this?

Or not?
Title: Re: Uh? Help?
Post by: WolfQueen on March 17, 2019, 06:21:02 pm
may i see a pic of the body texture? seems like you forgot to fill a part up.
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 17, 2019, 06:23:14 pm
may i see a pic of the body texture? seems like you forgot to fill a part up.

hold up I'm going send it

here you go
spoiler
(https://cdn.discordapp.com/attachments/490106026159505408/556906187531223071/preset_7bodyr.png)
Title: Re: Uh? Help?
Post by: WolfQueen on March 17, 2019, 06:33:44 pm
i see it's a... smaller version of the whole texture file??

may i see your material code?
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 17, 2019, 06:36:46 pm
i see it's a... smaller version of the whole texture file??

may i see your material code?

spoiler
Quote
material preset_7_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7body.png
         }
      }
   }
}
material preset_7_bodyMatR
{
   technique
   {
      pass
      {
alpha_rejection greater_equal 128
         texture_unit
         {
            texture preset_7bodyr.png
         }
      }
   }
}
material preset_7_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7headl.jpg
         }
      }
   }
}
material preset_7_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7head.jpg
         }
      }
   }
}
material preset_7_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_7eyel.png
         }
      }
   }
}
material preset_7_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_7eye.png
         }
      }
   }
}
material preset_7_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7tail.jpg
         }
      }
   }
}
material preset_7_maneMat
{
        technique
        {
                pass
                {
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
                       {
                                texture preset_7mane.png
                }
          }
     }
}
material preset_7_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7equip.jpg
         }
      }
   }
}
material preset_7_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7equip.jpg
         }
      }
   }
}
Title: Re: Uh? Help?
Post by: WolfQueen on March 17, 2019, 06:38:19 pm
try putting this code in https://feral-heart.com/smf/index.php?topic=5656.0
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 17, 2019, 06:39:45 pm
try putting this code in https://feral-heart.com/smf/index.php?topic=5656.0

Alright ^^
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 17, 2019, 06:43:07 pm
Nope it still shows it
Title: Re: Uh? Help?
Post by: WolfQueen on March 17, 2019, 06:47:10 pm
Nope it still shows it
is your preset supposed to be two sided? if so, does it have two textures for the body?
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 17, 2019, 06:48:06 pm
Nope it still shows it
is your preset supposed to be two sided? if so, does it have two textures for the body?

Yes, it's two sided why? is that the problem?
Title: Re: Uh? Help?
Post by: VortexAlive on March 17, 2019, 07:14:56 pm
It looks like there are still some lines in the transparent areas, if you're using gimp you can select the eraser and in one of the sidebars there is an option to give the eraser a 'Hard Edge' which will erase to 100% transparency with a single click.

Also, if you use alpha_rejection greater_equal # then setting # to be lower/higher may help a little.
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 17, 2019, 07:26:36 pm
It looks like there are still some lines in the transparent areas, if you're using gimp you can select the eraser and in one of the sidebars there is an option to give the eraser a 'Hard Edge' which will erase to 100% transparency with a single click.

Also, if you use alpha_rejection greater_equal # then setting # to be lower/higher may help a little.

Alright ^^ I'll try that
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 17, 2019, 09:04:24 pm
It looks like there are still some lines in the transparent areas, if you're using gimp you can select the eraser and in one of the sidebars there is an option to give the eraser a 'Hard Edge' which will erase to 100% transparency with a single click.

Also, if you use alpha_rejection greater_equal # then setting # to be lower/higher may help a little.

Alright ^^ I'll try that.

that didn't work it still shows. :<
Title: Re: Uh? Help?
Post by: Valar.Morghulis on March 17, 2019, 09:34:11 pm
Could you send a screenshot of the preset folder with all the images?
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 17, 2019, 09:40:31 pm
Could you send a screenshot of the preset folder with all the images?

sure.

spoiler
(https://cdn.discordapp.com/attachments/468218103462101014/556954408206991391/Screen_Shot_2019-03-17_at_5.36.10_PM.png)

I crossed off erm contents to my family member computers
Title: Re: Uh? Help?
Post by: Calvary on March 17, 2019, 09:46:13 pm
Sorry to ask constant questions, but could I see what you did to your preset_7.material file?

This way we can make sure everything in the material file correlates to what you have in your files. <3
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 17, 2019, 09:53:00 pm
Sorry to ask constant questions, but could I see what you did to your preset_7.material file?

This way we can make sure everything in the material file correlates to what you have in your files. <3

here it is :<

spoiler
Quote
material preset_7_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7body.png
         }
      }
   }
}
material preset_7_bodyMatR
{
   receive_shadows on
   technique
   {
      pass
      {
                     ambient 1.000000 1.000000 1.000000 1.000000
                    diffuse 1.000000 1.000000 1.000000 1.000000
                     specular 0.050000 0.050000 0.050000 1.000000 12.500000
                     emissive 0.000000 0.000000 0.000000 1.000000
                    cull_hardware none
                     cull_software none
                     scene_blend alpha_blend
             alpha_rejection greater_equal 128
                     texture_unit
         {
            texture preset_7bodyr.png
                         tex_address_mode wrap
                         filtering trilinear
         }
            texture preset_7bodyr.png
         }
      }
   }
}
material preset_7_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7headl.jpg
         }
      }
   }
}
material preset_7_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7head.jpg
         }
      }
   }
}
material preset_7_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_7eyel.png
         }
      }
   }
}
material preset_7_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_7eye.png
         }
      }
   }
}
material preset_7_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7tail.jpg
         }
      }
   }
}
material preset_7_maneMat
{
        technique
        {
                pass
                {
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
                       {
                                texture preset_7mane.png
                }
          }
     }
}
material preset_7_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7equip.jpg
         }
      }
   }
}
material preset_7_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7equip.jpg
         }
      }
   }
}
Title: Re: Uh? Help?
Post by: Arkham_Scout on March 18, 2019, 04:25:57 am
Honestly it doesn't show on the canine model. but show it on the feline model. :<
Title: Re: Uh? Help? Please lock I got it fix
Post by: Calvary on March 22, 2019, 11:56:11 pm
I see you got this fixed by reading the title! Thank you for letting us know. <3

I'll be locking this thread seeing as it's fixed, but if it needs to be reopened for any reason, please message a staff member!