joaofarias / csl-traffic

A WIP mod for Cities: Skylines to improve traffic.
91 stars 30 forks source link

Install manually #5

Closed lucasfeijo closed 9 years ago

lucasfeijo commented 9 years ago

I know this is not exactly a discussion to be held here, but I tried to install this mod manually moving it into ~/Library/Application Support/Colossal Order/Cities_Skylines/Addons/Mods/CSL-Traffic and the game doesn't show it in the mod list. What am I doing wrong?

joaofarias commented 9 years ago

Hi Lucas,

Have you moved the code or have you built it and moved the dll? I suppose it was the latter, in which case I don't know what you're doing wrong.

lucasfeijo commented 9 years ago

I thought the game compiled the code for me runtime. So I haven't. I just copied a stable commit of the mod and moved it to that directory.

On Mon, Apr 6, 2015 at 4:12 PM, joaofarias notifications@github.com wrote:

Hi Lucas,

Have you moved the code or have you built it and moved the dll? I suppose it was the latter, in which case I don't know what you're doing wrong.

— Reply to this email directly or view it on GitHub https://github.com/joaofarias/csl-traffic/issues/5#issuecomment-90203051 .

Lucas Feijó

joaofarias commented 9 years ago

Ah, in that case you must create another folder called "Source" and put the code inside. However, I'm not sure how the game compiler handles the references to other libraries, so I'm not sure that it's going to work.

lucasfeijo commented 9 years ago

You're right, I got errors trying to reference ColossalFramework. I might need to compile it first. That's quite a bit of work, but I'll do it to rescue my corrupted saves.

On Mon, Apr 6, 2015 at 4:23 PM, joaofarias notifications@github.com wrote:

Ah, in that case you must create another folder called "Source" and put the code inside. However, I'm not sure how the game compiler handles the references to other libraries, so I'm not sure that it's going to work.

— Reply to this email directly or view it on GitHub https://github.com/joaofarias/csl-traffic/issues/5#issuecomment-90205018 .

Lucas Feijó

joaofarias commented 9 years ago

It would have been simpler to just ask me for it.

I'm closing this now as your problem is solved. Good luck.