Feral Heart

Help & Guidance => Game Help => Topic started by: FlyingGrass on June 14, 2017, 07:36:40 am

Title: Item texture problem
Post by: FlyingGrass on June 14, 2017, 07:36:40 am
*Facepalms at the amount of times I needed help*

I've tried making an item using existing meshes and my own texture, but the texture won't show up. I've tried a .jpg and a .png but both of those are not working.
The item I'm making is a request for a bloody green bandana.
Here's the code for the item:
Code: [Select]
[Bandana Bloody]
mesh=bandana.mesh
material=GreenBloodyPNG
bone=neck2
bone=neck2
offset_f=0.01 -0.1 -0.5
rotation_f=1 180 1
offset_c=0.01 -0.1 -0.7
rotation_c=-15 180 1

This is the image I'm trying to use:(http://i.imgur.com/iFCFs1l.png)
Title: Re: Item texture problem
Post by: Kuri on June 14, 2017, 09:44:49 am
I'm not sure i see a material file itself.  Just an image.
Title: Re: Item texture problem
Post by: FlyingGrass on June 14, 2017, 10:38:45 am
Oh! I didn't make the material file!

Thank you! I was wondering why there was no .png at the end of the material names in the Items.cfg!
Title: Re: Item texture problem
Post by: Kerriki on June 14, 2017, 06:01:22 pm
Locking as the problem seems to be resolved