X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tracks.dat;h=33f53ab6cd7bc34449f3961e44e7cf8f9cbbdffb;hb=57e0944ee8ed442e2d0aa7c9964cac00450af5e7;hp=7a5eb8b9935f1b6cdf5742a0440dabe61a912569;hpb=247742fbc1c27bfc9fdef4630afcdc2408cdd550;p=r2c2.git diff --git a/tracks.dat b/tracks.dat index 7a5eb8b..33f53ab 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 @@ -236,20 +255,20 @@ track 24671 part { length 77.5; - path 1; + path 0; }; part { start 77.5 0 0; length 30; radius 360; - path 1; + path 0; }; part { length 30; radius 360; - path 0; + path 1; }; }; @@ -259,20 +278,20 @@ track 24672 part { length 77.5; - path 1; + path 0; }; part { start 77.5 0 0; length 30; radius -360; - path 1; + path 0; }; part { length 30; radius -360; - path 0; + path 1; }; }; @@ -284,13 +303,13 @@ track 24611 part { length 188.3; - path 1; + path 0; }; part { length 24.3; radius 437.5; - path 0; + path 1; }; }; @@ -300,13 +319,13 @@ track 24612 part { length 188.3; - path 1; + path 0; }; part { length 24.3; radius -437.5; - path 0; + path 1; }; }; @@ -316,7 +335,7 @@ track 24630 part { length 188.3; - path 3; + path 0; }; part { @@ -339,26 +358,26 @@ track 24624 part { length 188.3; - path 3; + path 0; }; part { length 24.3; radius -437.5; - path 2; + path 1; }; part { start 8.34 38.74 -24.3; length 188.3; - path 1; + path 2; }; part { start 8.34 38.74 -24.3; length 24.3; radius 437.5; - path 0; + path 3; }; }; @@ -370,13 +389,13 @@ track 24711 part { length 236.1; - path 1; + path 0; }; part { length 12.1; radius 1114.6; - path 0; + path 1; }; }; @@ -386,13 +405,13 @@ track 24712 part { length 236.1; - path 1; + path 0; }; part { length 12.1; radius -1114.6; - path 0; + path 1; }; }; @@ -445,6 +464,7 @@ track 24740 track 24977 { description "Bumper"; + object "bumper.object"; part { length 77.5; @@ -452,6 +472,23 @@ track 24977 }; }; +// Signals + +signal \7039 +{ + indication "Hp1" + { + aspect 0; + free_blocks 1; + }; + indication "Hp0" + { + aspect 1; + free_blocks 0; + }; + object "homesignal.object"; +}; + // Layout for selecting tracks layout @@ -616,4 +653,14 @@ layout position -0.112537 0.138174 0; rotation 1.5708; }; + track 24360 + { + position -0.542646 -0.0794758 0; + rotation 1.5708; + }; + signal \7039 + { + position -0.5020055 0.3153508 0.000000; + rotation 1.570800; + }; };