bloodypenguin / Skylines-MetroOverhaulMod

Metro Overhaul Mod for Cities: Skylines
http://steamcommunity.com/sharedfiles/filedetails/?id=816260433
GNU General Public License v3.0
66 stars 18 forks source link

True single tracks #15

Closed coarxflow closed 7 years ago

coarxflow commented 7 years ago

Hi! I made a little script to manage the trains circulation on the 2 ways 1 lane tracks.

This code will reserve a section of successive connected single tracks for the train that is currently entering that section. No other trains will then be able to enter this section, and will wait for the track to free.

It is a simple - but robust - way to tackle the problem. It uses detour though, so I let you see if you wanna include it in your mod.

modified files.zip

CoarzFlovv

bloodypenguin commented 7 years ago

This was released as a separate mod by pull request's author, no longer needed