OpenRCT2 / OpenRCT2

An open source re-implementation of RollerCoaster Tycoon 2 🎢
https://openrct2.io
GNU General Public License v3.0
13.43k stars 1.54k forks source link

Some track designs can not be placed #3788

Open IntelOrca opened 8 years ago

IntelOrca commented 8 years ago

Track design does not show any preview and is not placeable. Source: https://www.reddit.com/r/openrct2/comments/4lw871/help_premade_tracks_are_not_working_in/

Track design: No Excitement V3 ChainCableStart_56kmh.zip

Krutonium commented 8 years ago

Anyone know what kind of ride that design is for?

IntelOrca commented 7 years ago

Compact inverted coaster

IntelOrca commented 7 years ago

The issue is with map_can_construct_with_clear_at

The track design intersects itself.

The side effect to this is that the ride construction window opens, but the ride is never placed.

So why not just temporarily disable clearance? Because then it will allow you to place the track through other things and not clear trees etc. The whole system for doing this doesn't really allow an easy way to say, oh its fine if it the element is itself.

Current workaround: Disable clearance checks when placing the track.