Page 2 of 2

Re: Detailed Intersection of 2 roads

Posted: 28 Jul 2017, 14:42
by Luigi
Yeah, i hope this will be fixed

Re: Detailed Intersection of 2 roads

Posted: 01 Aug 2017, 12:15
by Lobby
The thing is that each tile is only aware of it's four direct neighboring roads. This way it was fairly easy and efficient to implement. To extend it to 8 neighbors is possible, but we would also need more graphics which means that a lot of code would have to be changed.

Re: Detailed Intersection of 2 roads

Posted: 04 Aug 2017, 14:33
by Luigi
oh, that sucks.