-
Notifications
You must be signed in to change notification settings - Fork 738
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
Arsenal - Reuse current inventory containers when importing invalid loadouts #10364
base: master
Are you sure you want to change the base?
Conversation
I think loadout validation is spread out over multiple frames now so it doesn't matter as much Just for confirmation's sake: does this only apply if the class doesn't exist, or also for items that aren't available in the arsenal as well? Not the problem if the latter, it opens up an interesting possibility (layered loadouts) |
It applies whenever |
Could this make 3.19? |
Co-authored-by: Jouni Järvinen <[email protected]>
When merged this pull request will:
The use case for this change is missions in which the arsenal is restricted to clothing from a specific faction, but still contains all the usual medical and other specialized equipment for a given role.
Previously, even if one had saved a very similar loadout, but with a different camo, it was impossible to load it without losing all clothing items. Forcing one to redo the entire loadout from scratch.
With this change, it will be possible to import such a loadout, so that the numerous equipment items will be placed in already worn clothing of the specific faction, saving time.
I realize that this was part of optimization work in #9316. Since it hinders this implementation, I removed that check. I have not found it causing errors when importing loadouts.