seiggy / Skylines-Traffic-Manager

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

Rebrand #2

Closed oczkers closed 9 years ago

oczkers commented 9 years ago

Just an idea, it's not tested because i got build errors and this is my first time i'm trying to build cs mod:

public string Name => "Traffic Manager Plus";
[...]
fieldInfo?.SetValue(this, _replacementPathFinds);
seiggy commented 9 years ago

You probably aren't using Visual Studio 2015. I updated the project so I could use the new C# 6 compiler features such as Null chaining. Just download the latest VS2015 RC and that should allow you to compile it.

public string Name => "Traffic Manager Plus";
[...]
fieldInfo?.SetValue(this, _replacementPathFinds);
seiggy commented 9 years ago

Think I'm going to hold off on the rebrand of the mod on the name. I think this might break compatibility with save games. Not sure. I'll investigate it.