Fantafaust Posted August 2, 2023 Share Posted August 2, 2023 Is there a way to, when opening a container, only show a specific kind of item that is in your inventory? ie I only want you to be able to put ammo in this container, so you can only see the ammo in your inventory.It would seem possible due to what I know about the syringer rifle, but of course that's all hardcoded, so I can't interact with that.Any ideas? Link to comment Share on other sites More sharing options...
SKKmods Posted August 2, 2023 Share Posted August 2, 2023 If you dont get a better option, the workaround I have used several times is to put an inventory filter on the receiving container and return any stuff it wont accept to the player with a notification. Link to comment Share on other sites More sharing options...
Fantafaust Posted August 2, 2023 Author Share Posted August 2, 2023 If you dont get a better option, the workaround I have used several times is to put an inventory filter on the receiving container and return any stuff it wont accept to the player with a notification.That's the method I already implemented, I was just hoping there was a better one since I want to avoid some specific scenarios.Thanks though Link to comment Share on other sites More sharing options...
DlinnyLag Posted August 2, 2023 Share Posted August 2, 2023 Is there a way to, when opening a container, only show a specific kind of item that is in your inventory? Any ideas?You will need to alter ContainerMenu.swfFunctionality similar to what you want is implemented in https://www.nexusmods.com/fallout4/mods/48758 Link to comment Share on other sites More sharing options...
Recommended Posts