DLL-ready Onslope Transitions#532
Merged
Merged
Conversation
In particular stub-based, T-based or any other form of disconnected OST overrides. Some RUL2 code for alt viaducts and viaduct FTLs is kept unchanged.
The diagonal ones are too broken currently to enable (orientation issues between RUL2, models, paths and T21s).
for DLL-based slope fixes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades to DLL 1.2.0, which brings improvements for Onslope Transitions.
The implementation of several FLEX OSTs is tweaked (RHW, Viaducts, RRW, HRW). In particular, there's no need for a special extra tile adjacent to the OST anymore, and the base network can be dragged through all the OSTs.
This PR depends on #529 being merged first.
The orthogonal HRW FLEX-OSTs are reactivated by overriding the RRW OST. For this purpose, the RRW OSTs are now Rail/Monorail-based. (The diagonal HRW OSTs are not activated in the PR, as they still have some issues.)