Hello everyone.
I decided that Adventure Mode inventory screen could be improved a lot, so I started writing a DFHack plugin.
I started by reimplementing the default screen to expand to whole window, but later I got a lot of new ideas.
After 5 days of working on it I have pretty much finished the display part.
Here is what I got so far:
Screenshots on Imgur- first screenshot shows DF default inventory screen for comparison.
- second one shows my AdvInventory plugin with items in default order
- Third one shows the plugin with items in
sorted order.
If anyone is wondering, the "EIW" flags will show whether the item can be eaten, interacted or worn.
(all screens are from DF 0.34.11 because I am waiting for new DFHack before I move development to DF 0.40)
Hope you like it
As I said the display part is practically finished but there is almost no interaction with it yet. Only Sorting, Tab and ESC keys work at the moment, not even scrolling the list does. So there is still much work to do.
And there is even more work to do to support all the actions, because my plan is to eventually allow all actions like Eat, Put, Remove, Throw etc. to be available from this one screen.
I plan to release a version with basic functionality once the new DFHack ready, and then continue work on more advanced fuctions.
Rafal99 / Carabus