-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
Town builds unnecessary junctions on highway #8506
Comments
"Highway" is not a default road in OpenTTD, so you might want to update your "steps to reproduce" by which NewGRFs need to be loaded. |
I used Rattroad 1.0.2 to reproduce it, but it is reproducible with any newgrf which includes a roadtype with flag bit 2 set and bit 4 cleared. |
Does it happen for all town layouts ? |
I found that town can build roads after making junctions, I'm not sure whether this is intended or not. |
@kiwitreekor can you check if #8535 solves the issue ? (A preview is available for this PR): https://preview.openttd.org/pr8535/ |
#8535 fixes the issue, thanks! |
…oads they cannot build (#8535)" As per #8535 (comment), jumped the gun here.
…oads they cannot build (#8535)" (#8541) As per #8535 (comment), jumped the gun here.
For reference I added a road/tram type flag in my branch to prevent towns from modifying tiles of a particular road/tram type. JGRennison/OpenTTD-patches@946442a I had highways (i.e. dual carriageway one way roads of a highway road type) in mind when I added this, but there are no GRFs using this as far as I aware. |
Fixed by #10347. |
Version of OpenTTD
1.10.3
Expected result
Towns should not build unnecessary junctions on highway (disallowed construction of houses along roadtype and disabled to be built by towns)
Actual result
Towns build unnecessary junctions
Steps to reproduce
The text was updated successfully, but these errors were encountered: