Author Topic: Item problem  (Read 903 times)

Offline kiraralove

  • Curious Wanderer
  • *
  • Posts: 40
  • Floof-O-Meter: 1
    • View Profile
Item problem
« 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?

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Item problem
« Reply #1 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.
Will be inactive due to work and exams.

Offline kiraralove

  • Curious Wanderer
  • *
  • Posts: 40
  • Floof-O-Meter: 1
    • View Profile
Re: Item problem
« Reply #2 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

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Item problem
« Reply #3 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?
Will be inactive due to work and exams.

Offline kiraralove

  • Curious Wanderer
  • *
  • Posts: 40
  • Floof-O-Meter: 1
    • View Profile
Re: Item problem
« Reply #4 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..