I need help with stitched track

RadK

New member
I am having a problem with stitched track. I am trying to clone the Auran track 2009 oak. My version of Trainz is TRS2010 EE Deluxe. I am running build 44088. I am using 3ds max 2009 for the modeling and I got the source from:

http://online.ts2009.com/mediaWiki/index.php5/Stitched_track#Downloads
Media:TS2009-track.zip - The MAX source for the Auran TS2009 example track. Distributed from the TrainzDev site for education purposes only. No license for the reproduction or redistribution of the included model or textures is granted.

I made no changes to the model. My clone does everything the original does, except show the mesh in Surveyor. I can run trains on it, I can add speed limit trackside items to it. I can put in junctions and everything, just no mesh shows up. In Surveyor, the model viewer is the same as for the original track.
I open the asset in assetX and everything looks just fine.

Thanks in advace for all the help I will get.
Rad

Here is my config.txt file:

kuid <kuid:540371:100033>
username "Auran Track Clone"
kind "track"
istrack 1
trainz-build 3.1
category-era "2000s"
category-class "TR"
category-region "00"
mesh-table
{
track-lod0
{
mesh "export/track_lod0.im"
}
track-lod1
{
mesh "export/track_lod1.im"
}

track-lod2
{
mesh "export/track_lod2.im"
}

track-lod3
{
mesh "export/track_lod3.im"
}

endcap_prev
{
mesh "export/endcap0.im"
}

endcap_next
{
mesh "export/endcap1.im"
}
}
track
{
mesh-length 18
adjust-cross-section-to-ground 0

track-lod-tree
{
lod-distance 400

high-detail
{
subdivisions 3
lod-distance 65

high-detail
{
lod-distance 10
subdivisions 2

high-detail
{
mesh "export\track-lod0"
}

low-detail
{
mesh "export\track-lod1"
}
}

low-detail
{
mesh "export\track-lod2"
}
}

low-detail
{
mesh "export\track-lod3"
}
}
}
endcap-prev
{
mesh-length 0.85

track-lod-tree
{
lod-distance 100

high-detail
{
mesh "export\endcap_prev"
}

low-detail
{
}
}
}
endcap-next
{
mesh-length 0.85

track-lod-tree
{
lod-distance 100

high-detail
{
mesh "export\endcap_next"
}

low-detail
{
}
}
}
kuid-table
{
}
 
I corrected the / \ problem and tried them in both directions and came up with the same result, no meshes show up. Thanks for pointing it out.
 
Hi Aaron,
Auto-create 1 did not work. I was sure that I had tried that. It is not in the Auran Oak config file, but I tried it anyway.
Very interesting little puzzle for me. Frustrating for me tho...
Rad
 
Back
Top