Feral Heart

Help & Guidance => Game Help => Topic started by: kiraralove on August 09, 2013, 10:44:11 pm

Title: Item problem
Post by: kiraralove on August 09, 2013, 10:44:11 pm
Hi beautiful floofs,as I said.I maked some items,my items.I putted the TEXTURES,MATERIALS AND MODELS onto > Feralheart folder>media>items.I also wrote something in items.cfg
this

[Nebula]
material=nebulabubble4
bone=Main
offset_f=0 -16.5 -3.0
rotation_f=0 0 0
offset_c=0 -16.5 -3.0
rotation_c=0 0 0

But when i go on the game and click on it,it wont appear.
Suggestion?
Title: Re: Item problem
Post by: Ingredient on August 09, 2013, 10:52:16 pm
You're missing the mesh the item uses.

[Nebula]
material=nebulabubble4
mesh=NAME.mesh
bone=Main
offset_f=0 -16.5 -3.0
rotation_f=0 0 0
offset_c=0 -16.5 -3.0
rotation_c=0 0 0

Add the part in red to the Items.cfg file and type in the mesh the item uses. Make sure it matches the file name, it is case sensitive.
Title: Re: Item problem
Post by: kiraralove on August 10, 2013, 12:23:10 am
Thanks I fixed it.
But it still appears white?
Ho'w I do that?I want to fix that with a nebula texture
Title: Re: Item problem
Post by: Ingredient on August 10, 2013, 08:03:23 am
Make sure your .material file for your item is in the Items folder and it is linked to the correct image. Could you paste your .material code here, please? Also what is the name and format of the image you are using?
Title: Re: Item problem
Post by: kiraralove on August 10, 2013, 12:13:10 pm
Make sure your .material file for your item is in the Items folder and it is linked to the correct image. Could you paste your .material code here, please? Also what is the name and format of the image you are using?
I PM you..