Page MenuHomeFeedback Tracker

No way to get the amount of space remaining in an ammo crate or vehicle
New, WishlistPublic

Description

Hi,

Is there a way to get the amount of remaining space left in the inventory of an ammo crate or Vehicle inventory? When adding weapons and magazines it doesn't seem to change the weight of said vehicle. Also, as far as I can tell, there is no way to get the weight of a crate either to work out what its maximum load is.

Details

Legacy ID
238217388
Severity
None
Resolution
Open
Reproducibility
Always
Category
Inventory
Steps To Reproduce

Load mission editor

Put down Cargo Net NATO (apparently capacity of 22,000 Mass Units.

Drop in as many Titan AA missiles as possible (Max I was able to put in is 704).

Mass of Titan AA Missiles is 100 units as far as the config tells me.

22,000 / 704 = 31.25.

I was unable to find that number in the Titan AA Missiles Config.

Event Timeline

ozdeadmeat set Category to Inventory.
ozdeadmeat set Reproducibility to Always.
ozdeadmeat set Severity to None.
ozdeadmeat set Resolution to Open.
ozdeadmeat set Legacy ID to 238217388.May 8 2016, 1:23 PM
ozdeadmeat added a subscriber: ozdeadmeat.

Interesting to note. I am able to add 704 Titan AA Missiles into the crate from the Zeus interface.

Execute this from the init of the crate

clearMagazineCargo this; clearWeaponCargo this; clearItemCargo this; while {this canAdd "Titan_AA"} do {this addMagazineCargo ["Titan_AA",1]}

returns the correct 220 number expected. This looks to be a Zeus interface issue.