X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tracks.dat;h=0573c4b09c8faf9f9e1d0791fd4e34e526340aca;hb=4236c30c0a7a48854e9634e9ad7d8d6e0fd243a3;hp=bd3187a9bf25fea01d4d77aa53691659002ea4db;hpb=85362cce505281c1d281c959e135c9f8fa12bd5c;p=r2c2.git diff --git a/tracks.dat b/tracks.dat index bd3187a..0573c4b 100644 --- a/tracks.dat +++ b/tracks.dat @@ -1,12 +1,20 @@ -/* $Id$ */ - scale 1 87; gauge 16.5; rail_profile { - point 0.5 0.0; - point 0.5 2.3; - point -0.5 2.3; + point 1.5 0.0; + smooth_point 1.5 0.3; + smooth_point 0.8 0.4; + smooth_point 0.8 1.4; + smooth_point 1.0 1.6; + smooth_point 1.0 2.1; + smooth_point 0.8 2.3; + smooth_point 0.2 2.3; + smooth_point 0.0 2.1; + smooth_point 0.0 1.6; + smooth_point 0.2 1.4; + smooth_point 0.2 0.4; + smooth_point -0.5 0.3; point -0.5 0.0; }; ballast_profile @@ -17,6 +25,8 @@ ballast_profile point -20.0 0.0; }; +track_technique "track.technique"; + // Straight track 24064 @@ -96,6 +106,15 @@ track 24236 }; }; +track 24360 +{ + description "Straight, 360mm"; + part + { + length 360; + }; +}; + // Curves, R1 track 24107 @@ -445,6 +464,7 @@ track 24740 track 24977 { description "Bumper"; + object "bumper.object"; part { length 77.5; @@ -616,4 +636,9 @@ layout position -0.112537 0.138174 0; rotation 1.5708; }; + track 24360 + { + position -0.542646 -0.0794758 0; + rotation 1.5708; + }; };