Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certain ammo pouches have volume capacity 2000000L, wearing two makes available volume go negative. #53061

Closed
panicmod-e opened this issue Nov 27, 2021 · 3 comments · Fixed by #53079
Labels
Items: Containers Things that hold other things (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@panicmod-e
Copy link

Describe the bug

As of experimental build 2021-11-26-0633 some ammo pouches have a volume capacity of 2000000L. Wearing two of these together results in a negative max volume, which makes picking up items impossible due to lack of space.

Ammo pouches affected, as far as I've found in the ammo_pouch.json file:

ammo pouch, quiver, quiver_birchbark, quiver_large, quiver_large_birchbark, tacvest.

All these seem to have the pocket data defined through ammo restriction like for example "pocket_data": [ { "ammo_restriction": { "arrow": 60, "bolt": 60 }, "moves": 20 } ].

Steps to reproduce

Equip any 2 of the following items together: ammo pouch, quiver, quiver_birchbark, quiver_large, quiver_large_birchbark, tacvest.
Open inventory, the max volume should now display negative, preventing any items from being picked up even if there is room in another pocket available (i.e. backpack or similar).

Expected behavior

I expect ammo pouches that can hold a set number of a specific ammo type to have no effect on the max inventory volume.

Screenshots

ammo_pouches

Versions and configuration

Game version experimental 2021-11-26-0633 and newer tested.

Additional context

No response

@Zireael07
Copy link
Contributor

Related to #53044 (this is more generic of the two)

@Maleclypse Maleclypse added (S2 - Confirmed) Bug that's been confirmed to exist Items: Containers Things that hold other things labels Nov 27, 2021
@Terrorforge
Copy link
Contributor

Fwiw, if you go into Settings and enable "Dangerous pickups", it should let you pick up items even though it thinks you're full; your actual ability to put things into containers doesn't seem to be affected.

@panicmod-e
Copy link
Author

That is actually a fair workaround for the time being, thank you for the tip. The volume display seems to count a lot of small pockets that don't really hold anything useful so the display can be a bit imprecise, did not know about that option yet though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Items: Containers Things that hold other things (S2 - Confirmed) Bug that's been confirmed to exist
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants