• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

CynCeyd

Recruit
4 Badges
May 16, 2017
2
0
  • Crusader Kings II
  • Cities: Skylines
  • Magicka 2
  • Prison Architect
Hi,

I'm currently experimenting with C# modding in Cities: Skylines. Right now I'm stuck for days on the same issue: I want to place roads programmatically using a network request. To some extent it works: I can place roads using the NetTool, but whenever I try to create something like an intersection, the roads will just lay over another. I'd guess they fail to combine and thus creating the error. I'm grabbing the parameters of both CreateNode and CreateNodeImpl, send it to a client, but neither one of the parameters functions will create the road using CreateNode on the client properly.

Has anybody got any experience on creating roads programmatically and could help me on this issue?

Thanks in advance