Add forward_overlap and backward_overlap to RollingStockPrototype
Posted: Fri Aug 15, 2025 6:24 am
Well let's just say I have a.. rather peculiar.. mod idea, where I have a train that has overlapping carriages. Due to the game's rendering engine (from left to right and from top to bottom) this train is rendered properly when facing towards the right, but messes up when facing towards the left.
You might recognize this "train"

All segments are rendered in the correct order when facing right

The segments are rendered in the order of the rendering engine but it just looks awful when facing left
With the introduction of demolishers the SegmentPrototype has the forward_overlap and backward_overlap properties. It would be great if we could also have this on RollingStockPrototype.
You might recognize this "train"

All segments are rendered in the correct order when facing right

The segments are rendered in the order of the rendering engine but it just looks awful when facing left
With the introduction of demolishers the SegmentPrototype has the forward_overlap and backward_overlap properties. It would be great if we could also have this on RollingStockPrototype.