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
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