Faulty Yarn/Yarnish Content

jordon412

33 Year Old Railfan
I'm trying to install 'Yarn adaptor L1L2', <kuid2:124017:26050:1>, by maddy25, 'Yarnish adaptor L1L2', <KUID2:506208:10079:1>, by streadway, and a modified 'Yarnish T-intersection L2 -3Si -3Sh, 09sp4', <kuid2:506208:100116:1>, also by streadway into T:ANE. However, these three pieces are all coming up faulty. I will note that the 'Yarnish T-intersection' is built-in, but I downloaded it off the DLS via FTP because the intersection is missing an attachment point for one of the roads. I figured that if I downloaded it from the DLS and overwrite the built-in version, it might solve the problem. Anyway, here's the errors:

'Yarn adaptor L1L2': Multiple track stretches between 'a.road_0' and 'a.road_1' in container 'attached-track.' Track stretches must be unique.
'Yarnish adaptor L1L2': Multiple track stretches between 'a.road_0_x' and 'a.road_1_x' in container 'attached-track'. Track Stretches must be unique.
'Yarnish T-intersection L2 -3Si -3Sh, 09sp4': Multiple track stretches between 'a.road0e_x' and 'a.road0f_x' in container 'attached-track'. Track stretches must be unique.

Here's a picture of the problem:
http://www.trainzportal.com/mytrainz/view_media_post?media_post_id=27478
Can anyone help me out?
 
Last edited:
Dave Snow created some intersections which are compatible, but use his own textures. Copy the track-container from the similar intersection over the same section in the YARN/-ish roads and that will fix the problem.

Here's the section for your convenience:

Code:
attached-track
{
  road0
  {
    track                               <kuid2:342053:37015:1>
    useadjoiningtracktype               0
    
    vertices
    {
      0                                 "a.road0a"
      1                                 "a.road0b"
      2                                 "a.road0c"
      3                                 "a.road1b"
    }
  }
  
  road1
  {
    track                               <kuid2:342053:37015:1>
    useadjoiningtracktype               0
    
    vertices
    {
      0                                 "a.road1a"
      1                                 "a.road1b"
      2                                 "a.road1c"
      3                                 "a.road2b"
    }
  }
  
  road2
  {
    track                               <kuid2:342053:37015:1>
    useadjoiningtracktype               0
    
    vertices
    {
      0                                 "a.road2a"
      1                                 "a.road2b"
      2                                 "a.road2c"
      3                                 "a.road3b"
    }
  }
  
  road3
  {
    track                               <kuid2:342053:37015:1>
    useadjoiningtracktype               0
    
    vertices
    {
      0                                 "a.road3a"
      1                                 "a.road3b"
      2                                 "a.road3c"
      3                                 "a.road0b"
    }
  }
}
 
Dave Snow created some intersections which are compatible, but use his own textures. Copy the track-container from the similar intersection over the same section in the YARN/-ish roads and that will fix the problem.

Here's the section for your convenience:

Code:
attached-track
{
  road0
  {
    track                               <kuid2:342053:37015:1>
    useadjoiningtracktype               0
    
    vertices
    {
      0                                 "a.road0a"
      1                                 "a.road0b"
      2                                 "a.road0c"
      3                                 "a.road1b"
    }
  }
  
  road1
  {
    track                               <kuid2:342053:37015:1>
    useadjoiningtracktype               0
    
    vertices
    {
      0                                 "a.road1a"
      1                                 "a.road1b"
      2                                 "a.road1c"
      3                                 "a.road2b"
    }
  }
  
  road2
  {
    track                               <kuid2:342053:37015:1>
    useadjoiningtracktype               0
    
    vertices
    {
      0                                 "a.road2a"
      1                                 "a.road2b"
      2                                 "a.road2c"
      3                                 "a.road3b"
    }
  }
  
  road3
  {
    track                               <kuid2:342053:37015:1>
    useadjoiningtracktype               0
    
    vertices
    {
      0                                 "a.road3a"
      1                                 "a.road3b"
      2                                 "a.road3c"
      3                                 "a.road0b"
    }
  }
}

None of the attachment points listed in the section you have the same names as those in the faulty intersections. Also, why four roads? And what intersection is does this come from? I've also copied and pasted what you have listed above, submitted it, and did not fix it.
 
Back
Top