YARN ADAPTOR L1L2

danddhud

Member
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
 
Thanks Dean for this. I have noticed that occurring before with these assets, but never paid attention to the cause. I'll implement the change on my local content.
 
John
As I'm sure you know it's one of little things that can be annoying and in this case a pretty easy fix. I know I didn't explain very well that if someone clones an asset like this you need to go into edit config file, etc.. which I do by being in Content Manager.
Dean
 
Back
Top