Author Topic: Uh? Help? Please lock I got it fix  (Read 2456 times)

Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Uh? Help? Please lock I got it fix
« on: March 17, 2019, 06:18:18 pm »
first of all, the arm is transparent.

second this shows

spoiler

is there a way to fix this?

Or not?
« Last Edit: March 22, 2019, 05:25:23 am by ArkhamScout »

Offline WolfQueen

  • Onion Queen
  • Elder Grey Pelt
  • ****
  • Posts: 3,419
  • Country: us
  • Floof-O-Meter: 117
  • feralheart's malignant tumor
    • jengajangle
    • jenqatower
    • jengatower
    • jengatowerr
    • View Profile
Re: Uh? Help?
« Reply #1 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.


Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Re: Uh? Help?
« Reply #2 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
« Last Edit: March 17, 2019, 06:27:01 pm by ArkhamScout »

Offline WolfQueen

  • Onion Queen
  • Elder Grey Pelt
  • ****
  • Posts: 3,419
  • Country: us
  • Floof-O-Meter: 117
  • feralheart's malignant tumor
    • jengajangle
    • jenqatower
    • jengatower
    • jengatowerr
    • View Profile
Re: Uh? Help?
« Reply #3 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?


Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Re: Uh? Help?
« Reply #4 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
         }
      }
   }
}

Offline WolfQueen

  • Onion Queen
  • Elder Grey Pelt
  • ****
  • Posts: 3,419
  • Country: us
  • Floof-O-Meter: 117
  • feralheart's malignant tumor
    • jengajangle
    • jenqatower
    • jengatower
    • jengatowerr
    • View Profile


Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se

Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Re: Uh? Help?
« Reply #7 on: March 17, 2019, 06:43:07 pm »
Nope it still shows it

Offline WolfQueen

  • Onion Queen
  • Elder Grey Pelt
  • ****
  • Posts: 3,419
  • Country: us
  • Floof-O-Meter: 117
  • feralheart's malignant tumor
    • jengajangle
    • jenqatower
    • jengatower
    • jengatowerr
    • View Profile
Re: Uh? Help?
« Reply #8 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?


Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Re: Uh? Help?
« Reply #9 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?