[Twinsen] [0.17.76] Logistic network content in tooltip above health and "last user"
[Twinsen] [0.17.76] Logistic network content in tooltip above health and "last user"
When you hover over an entity related to the logistic network you can see the logistic content. However, since the tooltip changes you can't see the default entity lines like "Health" or "Last user" anymore when the screen is too small. When you have the tooltip at the mouse cursor you will see the following:
However when the tooltip is on the side the tooltip might be too big to show anything, specially when there are a lot of different items in the network:
The "Health" and "Last user" lines used to be above the logistic network content, but now you can't see it anymore.Re: [Twinsen] [0.17.76] Logistic network content in tooltip above health and "last user"
Our minimum supported resolution is 1920x1080. If you have a smaller screen you should lower the UI scale, or just "deal" with these issues.
But the huge tooltip problem is an issue we are aware of and I'm looking into ways to fix it but unfortunately it's not trivial without just removing the logistic contents from the tooltip.
Until then, I'll consider this a minor issue.
But the huge tooltip problem is an issue we are aware of and I'm looking into ways to fix it but unfortunately it's not trivial without just removing the logistic contents from the tooltip.
Until then, I'll consider this a minor issue.
- TruePikachu
- Filter Inserter
- Posts: 978
- Joined: Sat Apr 09, 2016 8:39 pm
- Contact:
Re: [Twinsen] [0.17.76] Logistic network content in tooltip above health and "last user"
Do we even still need the logistics content on the tooltip? Why not just replace it with the logistics network ID, and have players use the dedicated logistics content view to get the contents?
Re: [Twinsen] [0.17.76] Logistic network content in tooltip above health and "last user"
Players will complain that the information is not as easily accessible. But probably something like that will be done after I find an easy way to reach the network.
Re: [Twinsen] [0.17.76] Logistic network content in tooltip above health and "last user"
Shift + L over a selected entity directly opens the content view with preselected network...Twinsen wrote: Tue Nov 12, 2019 3:49 pm Players will complain that the information is not as easily accessible. But probably something like that will be done after I find an easy way to reach the network.
Re: [Twinsen] [0.17.76] Logistic network content in tooltip above health and "last user"
How about the following:steinio wrote: Tue Nov 12, 2019 4:20 pmShift + L over a selected entity directly opens the content view with preselected network...Twinsen wrote: Tue Nov 12, 2019 3:49 pm Players will complain that the information is not as easily accessible. But probably something like that will be done after I find an easy way to reach the network.
When only a few item types are present in the logistic network, just present it as is it is right now.
Once, there are too many item types in the network, the gui will start to reach the bottom of the screen. You could detect the collision between the tooltip (below the minimap, not on the cursor) and the bottom of the screen fairly easily, I suppose. When this happens you don't present all the contents in the network, but only up to that point. Then you give some kind of place holder like [...] and then you explicitly give the hint on how to see the full network content:
"Press Shift + L while hovering over this entity to see the entire storage of this logistic network"
- TruePikachu
- Filter Inserter
- Posts: 978
- Joined: Sat Apr 09, 2016 8:39 pm
- Contact:
Re: [Twinsen] [0.17.76] Logistic network content in tooltip above health and "last user"
Right now, my vote would be to:
- Remove the field listing logistic network contents, in favor of a field that indicates the network ID.
- Add a (config option controlled?) additional field for production entities, trains, logistic network entities, and electric network entities (?) which explains how to open the relevant UI.