tyfon7 / UIFixes

Small QOL fixes for SPTarkov
MIT License
8 stars 1 forks source link

[BUG] Loadout presets UIFixes + SVM #21

Closed reysonk closed 1 month ago

reysonk commented 1 month ago

When SVM uses the pocket expansion feature and your wonderful mod

изображение

If you put bullets that are not there in stash and push "Load Magazine"

изображение

this message does not appear:

изображение

Plugins and mods list:

изображение изображение

reysonk commented 1 month ago

Video DEMO https://drive.google.com/file/d/1WMgAJ8-jma4BXDBFmOP9yLZSrzfJC1PG/view?usp=sharing

tyfon7 commented 1 month ago

The problem is that the pocket slots added by SVM do not have MongoIDs. UI Fixes makes the preset loader look in your player inventory, not just stash, so it encounters your pockets. The non-mongoID pockets cause it to puke.

The same thing happens without UI Fixes if you have custom items in your stash that don't use MongoIDs.

I would recommend asking GhostFenixx (SVM author) to use proper MongoIDs.