]> git.tdb.fi Git - r2c2.git/blobdiff - tracks.dat
Also store gauge in VehicleType
[r2c2.git] / tracks.dat
index 40cf1cae7d1f6a9ac14e486afd50212f9a26fbc9..91224575a938fe9f20fc3aded18a8ca6dd70ab61 100644 (file)
@@ -1,8 +1,8 @@
 scale 1 87;
-gauge 16.5;
 
 track_appearance
 {
+       gauge 16.5;
        rail_profile
        {
                point 1.5 0.0;
@@ -23,10 +23,19 @@ track_appearance
        ballast_profile
        {
                point 20.0 0.0;
-               point 14.0 8.0;
-               point -14.0 8.0;
+               point 14.0 7.5;
+               point -14.0 7.5;
                point -20.0 0.0;
        };
+       tie_profile
+       {
+               point 13.5 0.0;
+               point 13.5 0.5;
+               point -13.5 0.5;
+               point -13.5 0.0;
+       };
+       tie_length 2.2;
+       tie_spacing 7.8;
 
        technique "track.technique";
 };