I was playing around with a freeway system from an older route that used the Yarn L1L2 Adaptor and noticed that when the L1 spline is connected to the adaptor the traffic disappears? After trying several different adaptors they all seem to have 2 spline points where the 2 lane begins on the adaptor. So my fix after cloning an asset seemed to work by deleting the last line of each vertices. The below example is a cloned version of Yarn adaptor by Maddy25 after removing the number 4 entry from each group.
I searched before writing this so hopefully I'm not rehashing an old subject. And I know this isn't that important for a train simulator!
vertices
{
0 "a.road_0"
1 "a.road_a1"
2 "a.road_a2"
3 "a.road_a3"
}
}
road1
{
track <kuid:506208:100093>
useadjoiningtracktype 0
vertices
{
0 "a.road_b4"
1 "a.road_b3"
2 "a.road_b2"
3 "a.road_b1"
}
}
}
Thanks,
Dean
I searched before writing this so hopefully I'm not rehashing an old subject. And I know this isn't that important for a train simulator!
vertices
{
0 "a.road_0"
1 "a.road_a1"
2 "a.road_a2"
3 "a.road_a3"
}
}
road1
{
track <kuid:506208:100093>
useadjoiningtracktype 0
vertices
{
0 "a.road_b4"
1 "a.road_b3"
2 "a.road_b2"
3 "a.road_b1"
}
}
}
Thanks,
Dean