seiggy / Skylines-Traffic-Manager

Cities: Skylines Traffic Management Mod
http://steamcommunity.com/sharedfiles/filedetails/?id=481786333
MIT License
8 stars 2 forks source link

Negative Counter for timed Traffic Lights #6

Closed philipp94831 closed 9 years ago

philipp94831 commented 9 years ago

I get negative counters for all of my timed traffic lights. Never saved to cloud at anytime...

seiggy commented 9 years ago

Replication steps from user on Steam:

The bug happens when you modify a street segmet that is connected to an intersection that runs a timed script. Deleting a connected road or upgrading/downgrading a segment breaks the node. This means the script that belongs to the node is not editable any more or the intersection even gets a new node, making the old node and hence the timed script inaccessible. This means, ones the script is broken due to changes to the intersection, the timed script for that node cannot be deleted anymore, so this basically ruins timed traffic lights for this entire savegame. The only way around so far is, before making any changes to a road/intersection, make sure it has not timed traffic scripts running for it, or delete the script before making changes.

This bug will be squashed this weekend. I'm rewriting the save system, and looking into how Traffic++ writes out their data. Hopefully after the next patch, this bug will be squashed, AND cloud saves should be supported as well.

seiggy commented 9 years ago

Latest patch should have this fixed.