Split dam tower & brick base block objects#270
Merged
Gymnasiast merged 3 commits intoOpenRCT2:masterfrom Jan 19, 2024
ZeeMaji:split-dam-tower
Merged
Split dam tower & brick base block objects#270Gymnasiast merged 3 commits intoOpenRCT2:masterfrom ZeeMaji:split-dam-tower
Gymnasiast merged 3 commits intoOpenRCT2:masterfrom
ZeeMaji:split-dam-tower
Conversation
This object had supports added to it, however this broke some parks that deliberately used it without supports. This fixes that by turning the original object into a compat object with support rendering disabled and a new object with support rendering enabled.
Member
|
I ran the base block images through |
Contributor
Author
|
Done, although it will still take 4 image slots ingame due to small scenery needing 4 images and i believe the object builder will still duplicate the images in the lgx file it builds. resulting in no file size change. |
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.
Splits these two objects into two objects each, the original objects are marked as compat objects while the new ones are not. The required metadata changes for id, scenery groups, and originalid have been made so the new objects are the ones that are used in new parks.
For the original dam tower, the support rendering broke a park so the original object has it's supports removed, while the new object retains support rendering.
For the base block, the original object would block supports entirely which was used by a few parks as deliberate support blockers. While the new object allows supports to connect to them (like the vanilla base blocks)