Page 1 of 1
Hide fluid indicator arrow
Posted: Fri Dec 27, 2024 10:59 pm
by 0n0w1c
Similar to this request:
97809
When a compound entity consists of a pump that is selectable in game, the fluid direction indicator appears on mouse-over.
- Screenshot 2024-12-27 at 4.44.13 PM.png (256.45 KiB) Viewed 450 times
A flag similar to "hide-alt-info", alternate sprite, or scale it? While a pump is used and meaningful to the operation of the compound entity, fluid flow direction is not.
Re: Hide fluid indicator arrow
Posted: Fri Dec 27, 2024 11:10 pm
by curiosity
hide_connection_info doesn't work? Seems like exactly what it was made for.
Re: Hide fluid indicator arrow
Posted: Sat Dec 28, 2024 2:41 am
by 0n0w1c
While the visualization is the same, this seems to be part of the player selected logic, the code that displays the entity's selection box.
The hide_connection_info does as it should, for the connections. I believe this represents the fluid flow, the direction of the pump.
Re: Hide fluid indicator arrow
Posted: Sat Dec 28, 2024 3:37 am
by curiosity
It looks the same with chemical plant etc. Quite sure that arrow is a fluidbox visualization, thus should be affected.
edit: checked on the vanilla pump, indeed it doesn't obey the property. Should be fixed.
Re: Hide fluid indicator arrow
Posted: Sat Dec 28, 2024 4:38 am
by Stringweasel
I already have an PR open to fix this internally (7099). Ran into it with the Valves mod.
Re: Hide fluid indicator arrow
Posted: Tue Jan 14, 2025 11:14 pm
by protocol_1903
Any updates? It's been a little while and the issue still exists
Re: Hide fluid indicator arrow
Posted: Wed Jan 15, 2025 12:25 am
by protocol_1903
Upon further inspection... the value doesn't even show in the prototype explorer. It also doesn't show up in the log as an "unused" value.
- 01-14-2025, 17-25-31.png (42.29 KiB) Viewed 206 times
Re: Hide fluid indicator arrow
Posted: Fri Jan 17, 2025 4:10 pm
by Stringweasel
I'm also running into this bug with the
Valves mod. I have three valves (pumps). The one valve has the arrow drawn when selected, but the other two has not because their output connections are linked. From a player's perspective there should be no difference.
- 01-17-2025, 17-09-44.png (278.79 KiB) Viewed 165 times
- 01-17-2025, 17-09-51.png (269.41 KiB) Viewed 165 times
Re: Hide fluid indicator arrow
Posted: Fri Jan 17, 2025 5:28 pm
by Stringweasel
This is implemented for the next release. A pump's direction arrow will now obey "hide_connection_info"