Basssiiie/OpenRCT2-RideVehicleEditor

Add spinner control for distance between vehicles

Basssiiie opened this issue · 0 comments

Idea
Add an extra spinner control to configure the distance between the current vehicle and the preceding vehicle. The value of this control would support copy/paste and apply-to-all-vehicles, because it can be equal for all cars.

Additional context
Implementation would require additional features in the OpenRCT2 plugin API regarding traversal of track pieces. Currently the distance between vehicles cannot be calculated if they are on different track pieces, because the track-progress is limited to the current track piece the vehicle is on.