Project Zomboid

Project Zomboid

ES Inventory Filter
12 Comments
yusuduku 11 Dec, 2024 @ 10:51pm 
is there a way to do it in the opposite way? aka instead of only displaying a chosen category, make it show anything BUT that category
FBG  [author] 17 Mar, 2024 @ 6:21am 
I'll see if i can find time to improve the weapon filtering, its a bit involved.
Chapollin 14 Mar, 2024 @ 5:00pm 
Add tembel to search for ammunition. As it is today, there is no this option
FBG  [author] 8 Feb, 2024 @ 8:28am 
There is another mod that does search, one of the "Better inventory" mods i think.
Ryan 6 Feb, 2024 @ 4:42pm 
your mod is proving really useful. I was wondering would it be possible to add a search option in the inventory?
FBG  [author] 27 Jan, 2024 @ 9:45am 
Yeah, some weapons are and some aren’t, I’m hoping to improve the filtering to support the better categories but didn’t have time.

I’ll double check when I’m back.
테스트 26 Jan, 2024 @ 10:26pm 
Strangely, weapons are not filtered.
FBG  [author] 25 Jan, 2024 @ 8:22am 
Update the button sizing to use the small font size. There is perhaps some scaling code i'll need to add to properly support different resolutions but didn't have time to work on that. Back in a week.
FBG  [author] 24 Jan, 2024 @ 2:18pm 
Hmm, yeah I probably use a fixed button height, I’ll check me code and see about using the same height method used by the other buttons, I’ll see if I get time to do this tomorrow.
Ryan 24 Jan, 2024 @ 9:54am 
The top part seems to be slightly cut off. Is it a bug? or a settings I have to change? I am playing on 1440p

https://ibb.co/80h6J50
FBG  [author] 24 Jan, 2024 @ 7:14am 
I've not tested extensively, I did develop with a bunch of popular mods such as Better sorting, EquipmentUI, Manage container and search containers and bunch of others.

What i would say, is that if you have any mods that add buttons to the top inventory panel, especially if they are aligned next to the 'loot all button" then you may have an alignment issue. as the row of buttons i've added aligns to the left of that button.

Other mods manually check for various mod buttons, i cheated by aligning to the right. But who knows.

This mod hooks into the ISInventoryPages/Panes methods and hijacks th listItems, i chose this because i felt it was the safest way to ammend the inventory, so i'm confident it shouldn't break other mods.

Source code here if interested https://github.com/emileswain/zomboid_es_inventory_filter

I haven't tested on steam deck, it shouldn't break the steam deck, but it may not work with the joypad as i've not used the joypad classes.
Ryan 24 Jan, 2024 @ 2:25am 
any incompatibilities?