What Items Do I Have?


Press Alt + Z over anything to see how many you have in your logistics network, and of what quality. Now supports searching the space platform hub for items! Requested on the forums by Tinyboss

Utilities
4 days ago
2.0
1.33K
Logistic network

g [fixed] inconsistency and suggestions

2 months ago

Hi!
Just found this gold nugget. That's a great mod idea. There are a few things I found working strange. Is this intended?
- The pop-up window reappears top left corner and not where you left/closed it
- what does "search items when hand changes" do?
- the second tooltip has some kind of typo - [unknown key: "shortcut-name:widih-update-hover"]
- "on hover mod" works on hovered entities, but doesn't work in: inventory, toolbar (most important I think), crafting, or ghost menu (so in remote view you can only hover over ground entities).
- the alt+z works on pretty much anything BUT: remote view on ghosts (some of the items in intermediate resources work, but nothing else), and when on self, crafting doesn't work (even filters work).
- It would be superb to have consistency here: alt + z should work on anything but need to press a button while hover mod doesn't need the hotkeys click.
Otherwise, it's a great mod. Thanks!

2 months ago
(updated 2 months ago)

Thanks for the suggestions! I've got a few comments:

  • The pop-up window reappears top left corner and not where you left/closed it

This is intended, I haven't quite figured out how to set the position of it outright, so the only other option I have is to have it show up at the same spot. If you think it should do that, let me know, and I can revert the change (it originally stayed in the same spot)

  • what does "search items when hand changes" do?

This shortcut updates the window whenever the item in the cursor changes, so you can pipette things to update it, or select them in an inventory. I realize that some of the more recent features of the mod have been rather undocumented... I'll see about adding some tooltip descriptions and updating the mod description to match.

  • the second tooltip has some kind of typo - [unknown key: "shortcut-name:widih-update-hover"]

I must have missed the locale key for this one, thanks for letting me know.

  • "on hover mod" works on hovered entities, but doesn't work in: inventory, toolbar (most important I think), crafting, or ghost menu (so in remote view you can only hover over ground entities).

This is the nature of the on_selected_entity_changed event that I'm hooking onto to facilitate this feature. It only works with entities in-world, as that's what's selected. You need to use one of the other search functions for inventories, toolbars, etc (i recommend just pipette and the previously mentioned search when cursor changes shortcut)

  • the alt+z works on pretty much anything BUT: remote view on ghosts (some of the items in intermediate resources work, but nothing else), and when on self, crafting doesn't work (even filters work).

Thanks, I didn't know it didn't work on ghosts. That is an obvious oversight. I don't quite understand what you're referring to for the rest of it, do you mind explaining?

As always, thank you for using my mod and taking the time to type up a bunch of thoughtful suggestions!

2 months ago

"i recommend just pipette and the previously mentioned search when cursor changes shortcut"
- The pipette tool works perfectly and it is just what I needed! Thanks for the suggestion.

" I don't quite understand what you're referring to for the rest of it, do you mind explaining?"
- you can alt+z iron ore, solid fuel in remote view, but plastic that is just next to it doesn't show. So by the "rest of it" I meant logistics, production, and other tabs. Nothing seems to work there with alt+z BUT now that you mentioned pipette tool, it, the tool, works. This is strange since I would guess there should be nearly the same logic in the code involved - alt+z on the item or pipette on the item.

So now that I know of pipette tool + "hand changed" option I can just use it. Thanks again!

2 months ago

No problem! I'll look into the missing logic... it's strange that it's working for some but not others.

2 months ago

I've fixed the missing locale key, the ghost bug, and added descriptions to the hotkeys in v1.0.10. I'll look into the ALT+Z issue now

2 months ago

You are the best! Thanks!

2 months ago

Fixed the Alt+Z issue when in remote view. The system I had in place didn't account for recipes... except for the fact that the remote view GUI for some reason has items AND recipes in the same GUI... I dont know why it needs recipes there, you can't use them in any meaningful way...

New response