Stacks of items change order when you pick them up making it very inconvenient when you want to quickly take several items of same type, you end up taking something that you don't want by accident, it gets even worse if several players loot same container at once. Repro mission and video attached. {F26220}
Description
Description
Details
Details
- Legacy ID
- 389409190
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Inventory
Steps To Reproduce
- Start attached Inventory_order_repro.VR mission
- Approach loot pile and start taking magazines
- Observe that after one or several magazines taken stack changes its position
Video: http://youtu.be/5U-62RvNSDI
Additional Information
Reason why it happens is because items and stacks display in order that they were added into container, but when you take first item from the stack, stack moves to position of next item in the stack. Easiest solution here would be to display order by last item in the stack, this will minimize stacks movement because you always take first item in the stack and order would never change.