Page MenuHomeFeedback Tracker

Addweaponcargo array breaks ironsight range adjustment on numbers greater than 1
Closed, ResolvedPublic

Description

http://feedback.arma3.com/view.php?id=6389
This was a previous post regarding the issue but the cause was incorrect, so I investigated the issue a bit more.

The problem occurs when using addweaponcargo - when more than one of a gun is added to the container the weapons adjustable sights no longer work.
For example:
this addweaponcargo["srifle_EBR_F",1];
Will work fine.
While:
this addweaponcargo["srifle_EBR_F",2];
The range adjustment hud will be missing and page up and down will not do anything.

I've attached a repo mission and I have it working consistently, one crate only has one EBR the other has two. {F18584}

Details

Legacy ID
3210928802
Severity
Minor
Resolution
Suspended
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. Load attached repo mission in singleplayer/editor
  2. Upon loading two supply crates will be in front of you, the left having one EBR the right having two.
  3. Grab the EBR out of the left crate, note that you can zero it. Drop it or put it back in the crate.
  4. Grab an EBR out of the right crate, note that this particular EBR cannot be zeroed even though they're the exact same weapon class.

Event Timeline

KercKasha edited Additional Information. (Show Details)
KercKasha set Category to Scripting.
KercKasha set Reproducibility to Always.
KercKasha set Severity to Minor.
KercKasha set Resolution to Suspended.
KercKasha set Legacy ID to 3210928802.May 7 2016, 1:20 PM

This issue was probably already fixed, I am not able to reproduce it. Could you please check it and let me know? Thanks!

No reaction for more than a month. Seems to be already fixed, closing.