-
-
Notifications
You must be signed in to change notification settings - Fork 975
Upgrading road tunnels to road+tram tunnels depend on mouse position within the tile #8972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try using the 'autotram' tool and click on the nearest end of the tunnel. Should work :) The error message isn't super helpful for building tram on road tunnels and bridges (and vice versa). Aspects of the game UI can be fiddly eh :) |
In my case (OpenTTD 1.11.0), clicking on the lower part of a sloped tile will attempt to build a road dead-end on the lower part of said tile, which is compatible with a tunnel entrance (as it instead adds/removes road/tram from that tunnel). Clicking on the upper part of a sloped tile will attempt to build a road dead-end on the upper part of said tile. Since tunnel entrances can not have non-bridge roads above them, attempting to build a road on the upper part of said tile will fail with "Must demolish tunnel first". |
Perfectly explained :) That also means this is not really a bug, but the UX is not really superb. I myself too have issues when building tram-tracks that it is not always as clear to me what is going wrong. Your mouse selects the whole tile, but for trams (and roads) the part you are on the tile is very important too. But this is not visually shown to the user, often leading to a bit frustrating results. For rails this is solved by showing what part of the rail will be build; which is especially useful for diagonal tracks. So I wonder if we cannot do the same for tram-tracks, that we show a bit more where the tram-track will be build. That should also give feedback for instances like tunnel upgrading, the different between the entrance of the tunnel and the top of the tunnel. Either way, I think this is a legit issue to fix, the UX part. |
Version of OpenTTD
1.10.0
Expected result
When I go to Streetcar Construction, click on Tunnel and and click on the entrance of an existing road tunnel, it should add tram tracks to the road.
Actual result
I get an error saying "Must demolish tunnel first". This might be more of a feature request than a bug, but I think it would be very useful since building tram tracks in an existing tunnel would be much cheaper than demolishing and rebuilding the tunnel.
Steps to reproduce
The text was updated successfully, but these errors were encountered: