[ scummvm-Feature Requests-3095169 ] AGI inventory items
SourceForge.net
noreply at sourceforge.net
Mon Oct 25 22:39:35 CEST 2010
Feature Requests item #3095169, was opened at 2010-10-25 23:39
Message generated for change (Tracker Item Submitted) made by sterv
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=3095169&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sami Tervo (sterv)
Assigned to: Nobody/Anonymous (nobody)
Summary: AGI inventory items
Initial Comment:
Extract from AGI Studio's help:
"Inventory items are things that the player can carry around with them. Their names are stored in the OBJECT file. A game contain up to 256 objects (numbered from 0-255). Each object used by the game must be present in the OBJECT file.
Every object has a room number which is a value from 0-255. If the room number is 255, it is in the player’s inventory."
Thus inventory items, though originally meant to be used with association with Sierra's original AGI inventory, can be also utilized as flags and/or variables. Unfortunately ScummVM 1.2.05 did not recognize inventory items added to object file and/or the commands that were trying to access them. ScummVM gave following message when inventory items were attempted to manipulate via inventory item commands.
Error: Can't access object inventory-item-number-here.
It would be vital that correct this since 256 additional variables/2048 flags is welcome addition to any AGI-game developer.
I would like to request that at least following commands would be functional if possible:
drop
get.room.v
get.v
get
put.v
put
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=3095169&group_id=37116
More information about the Scummvm-tracker
mailing list