inventory difficulties

Discuss any other topics here
Post Reply
User avatar
zmaster
Posts: 28
Joined: Thu Nov 29, 2007 1:01 am

inventory difficulties

Post by zmaster »

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

( :arrow: i just started reality factory)
User avatar
vrageprogrammer
Posts: 566
Joined: Wed Oct 31, 2007 2:59 pm
Location: On top of a tree
Contact:

Post by vrageprogrammer »

First of all:
:!: :!: :!: :!: :!: :!: :!: :!: WELCOME TO DA FORUMS!!!!! :!: :!: :!: :!: :idea: :idea: :idea:

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....
User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Post by QuestOfDreams »

1) add an attribute definition to the player.ini file in the install folder

Code: Select all

[gold]
initial = 0
low = 0
high = 999
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)

Code: Select all

[gold]
catagory = static
image = gold.bmp
imagealpha = a_gold.bmp
text = gold
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
User avatar
zmaster
Posts: 28
Joined: Thu Nov 29, 2007 1:01 am

Post by zmaster »

i already did that but it still wont show up :cry:
User avatar
bernie
RF Moderator
Posts: 1249
Joined: Tue Nov 15, 2005 10:07 am
Location: Ireland

Post by bernie »

What size your bitmaps ? They should be 128 x 96 for inventory.
User avatar
zmaster
Posts: 28
Joined: Thu Nov 29, 2007 1:01 am

Post by zmaster »

that is the size they are
Post Reply