Page MenuHomeFeedback Tracker

Additional infantry launcher ammo in magazines[] ignored even when unit has backpack with enough room
Assigned, WishlistPublic

Description

Seems a bug from a recent change in inventory handling. {F22266} {F22267}

Details

Legacy ID
3299779489
Severity
None
Resolution
Open
Reproducibility
Always
Category
Inventory
Steps To Reproduce
  1. Use latest dev branch
  2. Load attached addon along
  3. Load attached mission
  4. Start mission
  5. Notice your custom class only has 3 RPG ammo - despite having 2 in backpack and 2 from magazines[]
  6. Start with the default recon LAT soldier to see that the ruck would still have enough room for another RPG rocket
Additional Information

class CfgVehicles
{
class O_recon_LAT_F;
class O_recon_LAT2_F: O_recon_LAT_F
{

		displayName = "TEST (AT)";
		magazines[] = ...,"RPG32_F","RPG32_F",..};//2x RPG32_F instead of default 1x

};
};

Event Timeline

kju-PvPscene edited Additional Information. (Show Details)
kju-PvPscene set Category to Inventory.
kju-PvPscene set Reproducibility to Always.
kju-PvPscene set Severity to None.
kju-PvPscene set Resolution to Open.
kju-PvPscene set Legacy ID to 3299779489.May 7 2016, 4:53 PM