Author Topic: Item texture is showing up white -plz help-  (Read 3528 times)

Offline Kastilla

  • my mind is a sieve for inspiration.
  • Community Champion
  • ****
  • Posts: 2,382
  • Country: 00
  • Floof-O-Meter: 71
  • [ ] make time go faster
    • View Profile
Re: Item texture is showing up white -plz help-
« Reply #10 on: August 11, 2018, 03:03:52 am »
Well, I just tested it and it worked fine. I believe it was because you included the number beside the texture? I'm not entirely sure. Here:
Material Code
Code: [Select]
material AC3D/Shrek/Mat001_Tex00
{
  transparency_casts_shadows off
    receive_shadows off
    technique
    {
      pass
      {
          cull_hardware none
          cull_software none
          alpha_rejection greater_equal 128
          texture_unit
          {
texture Shrek.png
          texture_unit
          }
      }
    }
}
Item code to put in the items.cfg in the FeralHeart folder.
Code: [Select]
[Shrek]
mesh=DevilsLockMane.mesh
material=AC3D/Shrek/Mat001_Tex00
bone=forehead
offset_f=0 .7 -.4
rotation_f=0 0 0
offset_c=0 1.7 -1
rotation_c=50 0 0
stinky dog coming through, don't mind me!

Offline Vidathelion

  • Experienced Traveler
  • **
  • Posts: 247
  • Country: 00
  • Floof-O-Meter: 5
    • www.deviantart.com/cynde
    • www.youtube.com/channel/UC90KdyZ
    • http://feebleturtleduck-artz.tum
    • View Profile
Re: Item texture is showing up white -plz help-
« Reply #11 on: August 11, 2018, 03:10:22 am »
Well, I just tested it and it worked fine. I believe it was because you included the number beside the texture? I'm not entirely sure. Here:
Material Code
Code: [Select]
material AC3D/Shrek/Mat001_Tex00
{
  transparency_casts_shadows off
    receive_shadows off
    technique
    {
      pass
      {
          cull_hardware none
          cull_software none
          alpha_rejection greater_equal 128
          texture_unit
          {
texture Shrek.png
          texture_unit
          }
      }
    }
}
Item code to put in the items.cfg in the FeralHeart folder.
Code: [Select]
[Shrek]
mesh=DevilsLockMane.mesh
material=AC3D/Shrek/Mat001_Tex00
bone=forehead
offset_f=0 .7 -.4
rotation_f=0 0 0
offset_c=0 1.7 -1
rotation_c=50 0 0

AHHhhh holy shetland pony batman!
it worked ahHHH thank you!
I can finally make my perf oc<333!

And I didn't write the code/material, that was how it came. I just tried to replace stuff with "Shrek"
thankyouthankyou<333

Offline Kastilla

  • my mind is a sieve for inspiration.
  • Community Champion
  • ****
  • Posts: 2,382
  • Country: 00
  • Floof-O-Meter: 71
  • [ ] make time go faster
    • View Profile
Re: Item texture is showing up white -plz help-
« Reply #12 on: August 11, 2018, 03:11:25 am »
Ahh, okayy~ I am glad I could help you!
stinky dog coming through, don't mind me!