I can't get the gold to show up in my inventory no matter what i do
I looked though the tutorials and it dosent help
( i just started reality factory)
inventory difficulties
- vrageprogrammer
- Posts: 566
- Joined: Wed Oct 31, 2007 2:59 pm
- Location: On top of a tree
- Contact:
First of all:
WELCOME TO DA FORUMS!!!!!
whew...that was long....
Ok, first,
I guess this topic doesn't belong here, but since we are a supportive community, here you go:
try these tutorials to get started:
http://www.realityfactory.info/forum/vi ... php?t=2860
, also the info you provided was not enough.....
WELCOME TO DA FORUMS!!!!!
whew...that was long....
Ok, first,
I guess this topic doesn't belong here, but since we are a supportive community, here you go:
try these tutorials to get started:
http://www.realityfactory.info/forum/vi ... php?t=2860
, also the info you provided was not enough.....
It was not Possible to determine the dimensions of the image....
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
1) add an attribute definition to the player.ini file in the install folder
2) add an item definiton to the inventory.ini in the install folder (I'm assuming that you just want the item to show up in the inventory, otherwise you must use a different catagory)
3) place the bitmaps for the inventory screen (gold.bmp, a_gold.bmp) in the media/bitmaps/inventory folder
4) in your level add an Attribute entity that increases the gold attribute value
5) run the level pick up the attribute press the inventory key select the items submenu in the inventory and the gold attribute should be there
Code: Select all
[gold]
initial = 0
low = 0
high = 999
Code: Select all
[gold]
catagory = static
image = gold.bmp
imagealpha = a_gold.bmp
text = gold
4) in your level add an Attribute entity that increases the gold attribute value
5) run the level pick up the attribute press the inventory key select the items submenu in the inventory and the gold attribute should be there