Plastic canteen holding my two-way radio?
Two-way radio should not be able to fit inside a plastic canteen.


There are two issues here: the first is that it is not possible yet to prioritize where picked up loot is placed, and the other is about items and containers not yet having dimensional restrictions other than total volume.
The first problem should be somewhat easy to implement.
The second with the dimension requirements would be a lot more work as every item and container in the game would need the dimension data added. Not to mention the code. I've seen some discussion about this but would be a big undertaking to do properly.
In theory it looks like this should fix this -
possibly, but it could be a different pr that fixes this. there are 2 separate features i'm adding to pockets: max length, and max size.
duplicate of #40130
Most helpful comment
There are two issues here: the first is that it is not possible yet to prioritize where picked up loot is placed, and the other is about items and containers not yet having dimensional restrictions other than total volume.
The first problem should be somewhat easy to implement.
The second with the dimension requirements would be a lot more work as every item and container in the game would need the dimension data added. Not to mention the code. I've seen some discussion about this but would be a big undertaking to do properly.