Page MenuHomeFeedback Tracker

Ability to remove single items from crates without the need to clear all items and reload them all again.
Feedback, WishlistPublic

Description

At the moment Arma3 does not have the functionality to allow a scriptwriter to remove a single weapon, magazine, item, backpack from a cargo space.

E.G.

An ammo crate contains 300 magazines of ammo. I want to reduce the magazine count by 1. To do this I am required to clear all magazines in the crate and then reload all the magazines again minus a single magazine.

The simplest way to allow this to happen without much effort would be to allow negative numbers to be 'added' to the cargo container.
i.e.
_CrateWeapons = weaponCargo AmmoCrate1;
if("MegapewpewGunofDooM" In _CrateWeapons) then
{
AmmoCrate1 addweaponcargo ["MegapewpewGunofDooM",-1];
};

OR

can we PLEASE have
your own removeweaponcargo command from VBS2
https://resources.bisimulations.com/w/index.php?title=removeWeaponCargo

your own removeMagazineCargo command from VBS2
https://resources.bisimulations.com/w/index.php?title=removeMagazineCargo

and could you create a
removeitemcargo (for items, uniforms, backpacks etc)

I hope you guys add this capability because at the moment I am going to have to design an entire GUI and container system because these functions do not exist.

Details

Legacy ID
260536178
Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Feature Request
Steps To Reproduce

-

Event Timeline

ozdeadmeat edited Additional Information. (Show Details)
ozdeadmeat set Category to Feature Request.
ozdeadmeat set Reproducibility to Always.
ozdeadmeat set Severity to None.
ozdeadmeat set Resolution to Open.
ozdeadmeat set Legacy ID to 260536178.May 7 2016, 6:18 PM

+1

clearMagazineCargoGlobal, clearWeaponCargoGlobal, clearBackpackCargoGlobal and clearItemCargoGlobal all could do with alternative syntax

clearXXXXCargoGlobal ARRAY

where ARRAY is [type, quantity]

Koala added a subscriber: Koala.May 7 2016, 6:18 PM
Koala added a comment.Mar 29 2014, 7:48 PM

+1

Or simply BIS integrates the functions from ZEUS, where you can drag and drop items you want and/or you don't want.

The need of scripting simple things like that is pretty old school and time intense.

This is important.

Come on guys, when can we get this or something with the same functionality please?

Can we get any news on this? Its been almost a year. It would still be a fantastic script feature.

Love the Heli DLC btw, firing from vehicles OMFG yes!

NerdMod added a subscriber: NerdMod.May 7 2016, 6:18 PM

+1

This is very much needed!

Bump, still an issue BIS

Dscha added a subscriber: Dscha.May 7 2016, 6:18 PM
Dscha added a comment.Jan 6 2016, 7:41 AM

+

Definitely needed!

PiepMGI added a subscriber: PiepMGI.EditedJul 15 2016, 4:09 AM

If you have some time...

While you're at it (or not), if you could add a command to remove one specific container (uniform, backpack...) from a box... We are far from Christmas, I know.

Cre8or added a subscriber: Cre8or.May 16 2017, 4:23 PM

+1

Also take a look at https://feedback.bistudio.com/T124736 for another possible approach on how BI could tackle this issue!

reekoj added a subscriber: reekoj.Jun 5 2017, 1:02 PM

+1000
That would be very very useful

VincentH added a subscriber: VincentH.EditedDec 26 2017, 3:17 PM

+1 again. Can we please have this command(s)? Its now been 3 years ago since the issue was created...

Nothing new under the sun...

Jaffa added a subscriber: Jaffa.Jan 14 2019, 5:08 PM

Yo. Bohemia. This is a little important. It's been 5 years, can we get going on this?

BIS_fnc_KK updated the task description. (Show Details)
BIS_fnc_KK edited Additional Information. (Show Details)
BIS_fnc_KK set Operating System to Windows 7.
BIS_fnc_KK added a subscriber: razazel.
h- added a subscriber: h-.Jan 27 2023, 5:00 PM

Negative count would now remove items, positive - add items rev.150276

Affected commands: addMagazineCargo/Global, addWeaponCargo/Global, addItemCargo/Global, addBackpackCargo/global, addMagazineAmmoCargo

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Jan 27 2023, 8:13 PM
BIS_fnc_KK changed the task status from Acknowledged to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.
h- added a comment.Jan 27 2023, 8:42 PM

I love you

dedmen set Ref Ticket to AIII-55525.Jan 30 2023, 10:06 AM
keel added a comment.Feb 2 2023, 11:48 PM

This is so amazing. Arma for life!

This comment was removed by RSandiford.

Will this be done for addWeaponWithAttachmentsCargo too? This command is needed to script removing a specific weapon with attachments from a crate.

Hi, do I understand it correctly that this comes with the next update? Or is it not sure yet? (sorry, no feedback tracker pro)

it lands with v2.14 yes

Will this be done for addWeaponWithAttachmentsCargo too? This command is needed to script removing a specific weapon with attachments from a crate.

+1 on this, would be very helpful if possible.