Author Topic: Can someone help me on this?  (Read 654 times)

Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Can someone help me on this?
« on: March 22, 2019, 05:29:47 am »
spoiler

Idk what happened. I was looking at my items and well, its different from the other scouters it's not see through.

can someone help me on this?
« Last Edit: March 22, 2019, 06:45:59 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: Can someone help me on this?
« Reply #1 on: March 22, 2019, 04:26:36 pm »
you are probably missing the semi-transparency script in the items' material files.

replace the text in the ScouterBlue.material file with this. do the same thing with the other colors but just replace blue with the color it corresponds to. make sure to capitalize the name.
Code: [Select]
material F25B3E5D
{
technique
{
pass
{
diffuse 0.639216 0.639216 0.639216 1
specular 0.752941 0.752941 0.752941 1 25
lighting off
depth_write off
scene_blend add
cull_hardware none
cull_software none
texture_unit
{
texture ScouterTxt.jpg
}

}

}

}

material EE7D3E9B
{
technique
{
pass
{
ambient 0 0 0 1
diffuse 0.25098 0 0 1
specular 1 1 1 1 128
lighting off
depth_write off
scene_blend add
cull_hardware none
cull_software none
texture_unit
{
texture Scoutermetal.jpg
}

}

}

}

material Blue
{
technique
{
pass
{
ambient 0.2 0.2 0.2 1
diffuse 0.8 0.8 0.8 1
lighting off
depth_write off
scene_blend add
cull_hardware none
cull_software none
texture_unit
{
texture ScouterBlue.jpg
}

}

}

}


Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Re: Can someone help me on this?
« Reply #2 on: March 22, 2019, 04:50:13 pm »
Nope it's still non see through.