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

Backport fix to not being able to put smaller mags into tac vest #77121

Merged
merged 1 commit into from
Oct 19, 2024
Merged

Backport fix to not being able to put smaller mags into tac vest #77121

merged 1 commit into from
Oct 19, 2024

Conversation

phelieros
Copy link
Contributor

Summary

Bugfixes "Not being able to put smaller mags into tac vest"

Purpose of change

Fix #64815

Tac vest doesn't accept small mags when you try to insert them, providing a very confusing message as an explanation:
image

Describe the solution

Remove min_item_volume entries to make tac vest behave the same as other similar items, for example leg ammo pouch.
Here's a screen of attempting to insert the same mags into leg ammo pouch:
image3

Describe alternatives you've considered

Testing

After removing the entries all mags within acceptable size limits can be put into tac vest:
image2

Additional context

@github-actions github-actions bot added <Bugfix> This is a fix for a bug (or closes open issue) <Enhancement / Feature> New features, or enhancements on existing Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style Info / User Interface Game - player communication, menus, etc. new contributor [JSON] Changes (can be) made in JSON Items: Ammo / Guns Ammunition for all kinds of weapons and these weapons themselves Items: Armor / Clothing Armor and clothing json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Oct 18, 2024
@AudBobb
Copy link
Contributor

AudBobb commented Oct 18, 2024

I imagine the original thought process here was a vest that didn't have actual 'pouches' for the magazines, but elastic straps, where in theory, the straps might not hold a small enough item securely. Something akin to the orange magazine on this.
image
However, I could not find a single actual tactical vest with a similar mechanism, so probably safe to assume that variety would be the exception

Would be interesting if we could apply a move cost penalty to drawing items with significantly smaller size than their holster to simulate having to fish around in the magazine pocket for your tiny ass magazine :P

@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Oct 18, 2024
@Kantonine
Copy link
Contributor

I imagine the original thought process here was a vest that didn't have actual 'pouches' for the magazines, but elastic straps, where in theory, the straps might not hold a small enough item securely.

Thing is, is that the tac vest is actually pretty inaccurate to mags ingame now, due to a recent resizing for many magazines, the Tac vest ingame is modeled off of the Miltech USMC Vest:
mil-tec-10720002-usmc-black-combat-vest-with-belt-and-holster
The pockets of which are pretty form specific, compared to right now where it:

  1. Allows BULKY DRUM MAGS!!!!
  2. The pocket volume is also wayyyy too large, with 2 1L pockets (presumably rifle mags), while the irl version has three seperate pockets, and the 3 pistol mag pockets being 10x more spacious than they should

@AudBobb
Copy link
Contributor

AudBobb commented Oct 18, 2024

So if I'm looking at that vest correctly, top right is three pistol mags, bottom left is three standard rifle mags (hard to tell from the angle, but the one farthest from the camera maybe a tad larger?), bottom right is a pistol holster, and top left is a small utility pouch?

And yeah, nothing on that vest looks anywhere close to 1L lol. It would at best hold maybe a STANAG 30rd in the bottom left pockets

Edit: looked up another pic of the vest, and it's interesting to note that the holster is actually a MOLLE attachment?
image

@Kantonine
Copy link
Contributor

So if I'm looking at that vest correctly, top right is three pistol mags, bottom left is three standard rifle mags (hard to tell from the angle, but the one farthest from the camera maybe a tad larger?), bottom right is a pistol holster, and top left is a small utility pouch?

And yeah, nothing on that vest looks anywhere close to 1L lol. It would at best hold maybe a STANAG 30rd in the bottom left pockets

Edit: looked up another pic of the vest, and it's interesting to note that the holster is actually a MOLLE attachment? image

Yeah, 3 stanag mags, 3 pistol mags, universal pistol holder, and the pouch on the upper left above the rifle mag pouches is a shot shell pouch in game, tho it seems to be just a general use one irl.
Screenshot_20241018-214421

@AudBobb
Copy link
Contributor

AudBobb commented Oct 18, 2024

I actually found that same listing and have a list of changes ready to implement once this PR get's merged to bring the vest more in line with the real model.

As for the shot shells, PR #51750 has a picture of the vest with a Velcro shot shell holder that goes on that top left pouch. That also seems to be where most of the pockets that the vest has were implemented, although for some reason that top left pocket, the two interior pockets, and the hydration pouch pocket were neglected.

@GuardianDll
Copy link
Member

You would need to commit it to the experimental branch also, this one limit the fix only to 0.H branch

@phelieros
Copy link
Contributor Author

You would need to commit it to the experimental branch also, this one limit the fix only to 0.H branch

I've checked master branch and apparently it was already done in #71099 as part of magazine audit.

Since it wasn't backported I suggest to merge this PR as an immediate fix to the bug demonstrated in original post and then @AudBobb may be interested in taking a look at the changes in said magazine audit PR to work on changes to tac vest he has in mind.

@Maleclypse Maleclypse changed the title Fix not being able to put smaller mags into tac vest Backport fix to not being able to put smaller mags into tac vest Oct 19, 2024
@Maleclypse Maleclypse merged commit f7af889 into CleverRaven:0.H-branch Oct 19, 2024
20 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style <Enhancement / Feature> New features, or enhancements on existing Info / User Interface Game - player communication, menus, etc. Items: Ammo / Guns Ammunition for all kinds of weapons and these weapons themselves Items: Armor / Clothing Armor and clothing [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions new contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants