]> git.tdb.fi Git - r2c2.git/blob - tracks.dat
Be more consistent with the use of name and description
[r2c2.git] / tracks.dat
1 scale 1 87;
2
3 track_appearance "C"
4 {
5         gauge 16.5;
6         rail_profile
7         {
8                 point 1.5 0.0;
9                 smooth_point 1.5 0.3;
10                 smooth_point 0.8 0.4;
11                 smooth_point 0.8 1.4;
12                 smooth_point 1.0 1.6;
13                 smooth_point 1.0 2.1;
14                 smooth_point 0.8 2.3;
15                 smooth_point 0.2 2.3;
16                 smooth_point 0.0 2.1;
17                 smooth_point 0.0 1.6;
18                 smooth_point 0.2 1.4;
19                 smooth_point 0.2 0.4;
20                 smooth_point -0.5 0.3;
21                 point -0.5 0.0;
22         };
23         ballast_profile
24         {
25                 point 20.0 0.0;
26                 point 14.0 7.5;
27                 point -14.0 7.5;
28                 point -20.0 0.0;
29         };
30         tie_profile
31         {
32                 point 13.5 0.0;
33                 point 13.5 0.5;
34                 point -13.5 0.5;
35                 point -13.5 0.0;
36         };
37         tie_length 2.2;
38         tie_spacing 7.8;
39
40         technique "track.technique";
41 };
42
43 // Straight
44
45 track "24064"
46 {
47         article_number
48         {
49                 vendor "Märklin";
50                 article "24064";
51         };
52         appearance "C";
53         name "Straight, 64.3 mm";
54         description "R3-R4-R5 spacing";
55         part
56         {
57                 length 64.3;
58         };
59 };
60
61 track "24071"
62 {
63         article_number
64         {
65                 vendor "Märklin";
66                 article "24071";
67         };
68         appearance "C";
69         name "Straight, 70.8 mm";
70         description "For slim turnouts";
71         part
72         {
73                 length 70.8;
74         };
75         autofit_preference 0;
76 };
77
78 track "24077"
79 {
80         article_number
81         {
82                 vendor "Märklin";
83                 article "24077";
84         };
85         appearance "C";
86         name "Straight, 77.5 mm";
87         description "R1-R2-R3 spacing";
88         part
89         {
90                 length 77.5;
91         };
92         autofit_preference 2;
93 };
94
95 track "24094"
96 {
97         article_number
98         {
99                 vendor "Märklin";
100                 article "24094";
101         };
102         appearance "C";
103         name "Straight, 94.2 mm";
104         part
105         {
106                 length 94.2;
107         };
108         autofit_preference 2;
109 };
110
111 track "24172"
112 {
113         article_number
114         {
115                 vendor "Märklin";
116                 article "24172";
117         };
118         appearance "C";
119         name "Straight, 171.7 mm";
120         part
121         {
122                 length 171.7;
123         };
124         autofit_preference 2;
125 };
126
127 track "24188"
128 {
129         article_number
130         {
131                 vendor "Märklin";
132                 article "24188";
133         };
134         appearance "C";
135         name "Straight, 188.3 mm";
136         description "Turnout length";
137         part
138         {
139                 length 188.3;
140         };
141         autofit_preference 2;
142 };
143
144 track "24229"
145 {
146         article_number
147         {
148                 vendor "Märklin";
149                 article "24229";
150         };
151         appearance "C";
152         name "Straight, 229.3 mm";
153         part
154         {
155                 length 229.3;
156         };
157 };
158
159 track "24236"
160 {
161         article_number
162         {
163                 vendor "Märklin";
164                 article "24236";
165         };
166         appearance "C";
167         name "Straight, 236.1 mm";
168         description "Slim turnout length";
169         part
170         {
171                 length 236.1;
172         };
173 };
174
175 track "24360"
176 {
177         article_number
178         {
179                 vendor "Märklin";
180                 article "24360";
181         };
182         appearance "C";
183         name "Straight, 360 mm";
184         part
185         {
186                 length 360;
187         };
188 };
189
190 // Curves, R1
191
192 track "24107"
193 {
194         article_number
195         {
196                 vendor "Märklin";
197                 article "24107";
198         };
199         appearance "C";
200         name "Curve, R1, 7.5°";
201         description "R = 360 mm";
202         part
203         {
204                 length 7.5;
205                 radius 360;
206         };
207 };
208
209 track "24115"
210 {
211         article_number
212         {
213                 vendor "Märklin";
214                 article "24115";
215         };
216         appearance "C";
217         name "Curve, R1, 15°";
218         description "R = 360 mm";
219         part
220         {
221                 length 15;
222                 radius 360;
223         };
224 };
225
226 track "24130"
227 {
228         article_number
229         {
230                 vendor "Märklin";
231                 article "24130";
232         };
233         appearance "C";
234         name "Curve, R1, 30°";
235         description "R = 360 mm";
236         part
237         {
238                 length 30;
239                 radius 360;
240         };
241 };
242
243 // Curves, R2
244
245 track "24206"
246 {
247         article_number
248         {
249                 vendor "Märklin";
250                 article "24206";
251         };
252         appearance "C";
253         name "Curve, R2, 5.7°";
254         description "R = 437.5 mm, complements turnout to 30°";
255         part
256         {
257                 length 5.7;
258                 radius 437.5;
259         };
260 };
261
262 track "24207"
263 {
264         article_number
265         {
266                 vendor "Märklin";
267                 article "24207";
268         };
269         appearance "C";
270         name "Curve, R2, 7.5°";
271         description "R = 437.5 mm";
272         part
273         {
274                 length 7.5;
275                 radius 437.5;
276         };
277 };
278
279 track "24215"
280 {
281         article_number
282         {
283                 vendor "Märklin";
284                 article "24215";
285         };
286         appearance "C";
287         name "Curve, R2, 15°";
288         description "R = 437.5 mm";
289         part
290         {
291                 length 15;
292                 radius 437.5;
293         };
294 };
295
296 track "24224"
297 {
298         article_number
299         {
300                 vendor "Märklin";
301                 article "24224";
302         };
303         appearance "C";
304         name "Curve, R2, 24.3°";
305         description "R = 437.5 mm, turnout angle";
306         part
307         {
308                 length 24.3;
309                 radius 437.5;
310         };
311 };
312
313 track "24230"
314 {
315         article_number
316         {
317                 vendor "Märklin";
318                 article "24230";
319         };
320         appearance "C";
321         name "Curve, R2, 30°";
322         description "R = 437.5 mm";
323         part
324         {
325                 length 30;
326                 radius 437.5;
327         };
328 };
329
330 // Curves, R3
331
332 track "24330"
333 {
334         article_number
335         {
336                 vendor "Märklin";
337                 article "24330";
338         };
339         appearance "C";
340         name "Curve, R3, 30°";
341         description "R = 515mm";
342         part
343         {
344                 length 30;
345                 radius 515;
346         };
347 };
348
349 // Curves, R4
350
351 track "24430"
352 {
353         article_number
354         {
355                 vendor "Märklin";
356                 article "24430";
357         };
358         appearance "C";
359         name "Curve, R4, 30°";
360         description "R = 579.3mm";
361         part
362         {
363                 length 30;
364                 radius 579.3;
365         };
366 };
367
368 // Curves, R5
369
370 track "24530"
371 {
372         article_number
373         {
374                 vendor "Märklin";
375                 article "24530";
376         };
377         appearance "C";
378         name "Curve, R5, 30°";
379         description "R = 643.6mm";
380         part
381         {
382                 length 30;
383                 radius 643.6;
384         };
385 };
386
387 // Curves, slim turnout
388
389 track "24912"
390 {
391         article_number
392         {
393                 vendor "Märklin";
394                 article "24912";
395         };
396         appearance "C";
397         name "Curve, 12.1°";
398         description "R = 1114.6mm, slim turnout angle";
399         part
400         {
401                 length 12.1;
402                 radius 1114.6;
403         };
404 };
405
406 // Curved turnouts, R1
407
408 track "24671"
409 {
410         article_number
411         {
412                 vendor "Märklin";
413                 article "24671";
414         };
415         appearance "C";
416         name "Curved turnout, left";
417         description "R1, R = 360 mm, 30°";
418         part
419         {
420                 length 77.5;
421                 path 0;
422         };
423         part
424         {
425                 start 77.5 0 0;
426                 length 30;
427                 radius 360;
428                 path 0;
429         };
430         part
431         {
432                 length 30;
433                 radius 360;
434                 path 1;
435         };
436 };
437
438 track "24672"
439 {
440         article_number
441         {
442                 vendor "Märklin";
443                 article "24672";
444         };
445         appearance "C";
446         name "Curved turnout, right";
447         description "R1, R = 360 mm, 30°";
448         part
449         {
450                 length 77.5;
451                 path 0;
452         };
453         part
454         {
455                 start 77.5 0 0;
456                 length 30;
457                 radius -360;
458                 path 0;
459         };
460         part
461         {
462                 length 30;
463                 radius -360;
464                 path 1;
465         };
466 };
467
468 // Turnouts, R2
469
470 track "24611"
471 {
472         article_number
473         {
474                 vendor "Märklin";
475                 article "24611";
476         };
477         appearance "C";
478         name "Turnout, left";
479         description "R2, R = 437.5 mm, 24.3°";
480         part
481         {
482                 length 188.3;
483                 path 0;
484         };
485         part
486         {
487                 length 24.3;
488                 radius 437.5;
489                 path 1;
490         };
491 };
492
493 track "24612"
494 {
495         article_number
496         {
497                 vendor "Märklin";
498                 article "24612";
499         };
500         appearance "C";
501         name "Turnout, right";
502         description "R2, R = 437.5 mm, 24.3°";
503         part
504         {
505                 length 188.3;
506                 path 0;
507         };
508         part
509         {
510                 length 24.3;
511                 radius -437.5;
512                 path 1;
513         };
514 };
515
516 track "24630"
517 {
518         article_number
519         {
520                 vendor "Märklin";
521                 article "24630";
522         };
523         appearance "C";
524         name "Turnout, 3-way";
525         description "R2, R = 437.5 mm, 24.3°";
526         part
527         {
528                 length 188.3;
529                 path 0;
530         };
531         part
532         {
533                 length 24.3;
534                 radius 437.5;
535                 path 2;
536         };
537         part
538         {
539                 length 24.3;
540                 radius -437.5;
541                 path 1;
542         };
543 };
544
545 track "24624"
546 {
547         article_number
548         {
549                 vendor "Märklin";
550                 article "24624";
551         };
552         appearance "C";
553         name "Turnout, double slip";
554         description "R2, R = 437.5 mm, 24.3°";
555         state_bits 1;
556         part
557         {
558                 length 188.3;
559                 path 0;
560         };
561         part
562         {
563                 length 24.3;
564                 radius -437.5;
565                 path 1;
566         };
567         part
568         {
569                 start 8.34 38.74 -24.3;
570                 length 188.3;
571                 path 2;
572         };
573         part
574         {
575                 start 8.34 38.74 -24.3;
576                 length 24.3;
577                 radius 437.5;
578                 path 3;
579         };
580 };
581
582 // Slim turnouts
583
584 track "24711"
585 {
586         article_number
587         {
588                 vendor "Märklin";
589                 article "24711";
590         };
591         appearance "C";
592         name "Slim turnout, left";
593         description "R = 1114.6mm, 12.1°";
594         part
595         {
596                 length 236.1;
597                 path 0;
598         };
599         part
600         {
601                 length 12.1;
602                 radius 1114.6;
603                 path 1;
604         };
605 };
606
607 track "24712"
608 {
609         article_number
610         {
611                 vendor "Märklin";
612                 article "24712";
613         };
614         appearance "C";
615         name "Slim turnout, right";
616         description "R = 1114.6mm, 12.1°";
617         part
618         {
619                 length 236.1;
620                 path 0;
621         };
622         part
623         {
624                 length 12.1;
625                 radius -1114.6;
626                 path 1;
627         };
628 };
629
630 // Crossings
631
632 track "24640"
633 {
634         article_number
635         {
636                 vendor "Märklin";
637                 article "24640";
638         };
639         appearance "C";
640         name "Crossing, 24.3°";
641         description "Turnout angle";
642         part
643         {
644                 length 188.3;
645         };
646         part
647         {
648                 start 8.34 38.74 -24.3;
649                 length 188.3;
650         };
651 };
652
653 track "24649"
654 {
655         article_number
656         {
657                 vendor "Märklin";
658                 article "24649";
659         };
660         appearance "C";
661         name "Crossing, 48.6°";
662         description "2× turnout angle";
663         part
664         {
665                 length 103.3;
666         };
667         part
668         {
669                 start 17.49 38.74 -48.6;
670                 length 103.3;
671         };
672 };
673
674 track "24740"
675 {
676         article_number
677         {
678                 vendor "Märklin";
679                 article "24740";
680         };
681         appearance "C";
682         name "Slim crossing, 12.1°";
683         description "Slim turnout angle";
684         part
685         {
686                 length 236.1;
687         };
688         part
689         {
690                 start 2.62 24.75 -12.1;
691                 length 236.1;
692         };
693 };
694
695 // Specials
696
697 track "24977"
698 {
699         article_number
700         {
701                 vendor "Märklin";
702                 article "24977";
703         };
704         appearance "C";
705         name "Bumper";
706         object "bumper.object";
707         part
708         {
709                 length 77.5;
710                 dead_end true;
711         };
712 };
713
714 // Signals
715
716 signal "7039"
717 {
718         article_number
719         {
720                 vendor "Märklin";
721                 article "7039";
722         };
723         name "Home signal";
724         indication "Hp1"
725         {
726                 aspect 0;
727                 free_blocks 1;
728         };
729         indication "Hp0"
730         {
731                 aspect 1;
732                 free_blocks 0;
733         };
734         object "homesignal.object";
735 };
736
737 // Layout for selecting tracks
738
739 layout
740 {
741         beamgate
742         {
743                 position -0.3876098 0.3496740 0.000000;
744                 rotation 1.570800;
745         };
746         track "24115"
747         {
748                 position 0.0806517 0.139002 0;
749                 rotation 2.22529;
750         };
751         track "24612"
752         {
753                 position -0.310086 -0.38055 0;
754                 rotation 1.5708;
755         };
756         track "24172"
757         {
758                 position -0.232565 -0.0797749 0;
759                 rotation 1.5708;
760         };
761         track "24611"
762         {
763                 position -0.387608 -0.380475 0;
764                 rotation 1.5708;
765         };
766         track "24130"
767         {
768                 position 0.155044 -0.08015 0;
769                 rotation 1.5708;
770         };
771         track "24230"
772         {
773                 position 0.232566 -0.0802249 0;
774                 rotation 1.5708;
775         };
776         track "24107"
777         {
778                 position -0.0249545 0.231617 0;
779                 rotation 2.61799;
780         };
781         track "24224"
782         {
783                 position -0.465131 -0.38055 0;
784                 rotation 1.5708;
785         };
786         track "24330"
787         {
788                 position 0.310088 -0.0803 0;
789                 rotation 1.5708;
790         };
791         track "24215"
792         {
793                 position 0.142158 0.186105 0;
794                 rotation 2.2253;
795         };
796         track "24207"
797         {
798                 position 0.0138165 0.298658 0;
799                 rotation 2.61799;
800         };
801         track "24711"
802         {
803                 position 0.374455 -0.381008 0;
804                 rotation 1.5708;
805         };
806         track "24530"
807         {
808                 position 0.438821 -0.0809179 0;
809                 rotation 1.5708;
810         };
811         track "24430"
812         {
813                 position 0.374455 -0.080609 0;
814                 rotation 1.5708;
815         };
816         track "24630"
817         {
818                 position -0.19005 -0.380551 0;
819                 rotation 1.5708;
820         };
821         track "24712"
822         {
823                 position 0.438821 -0.381316 0;
824                 rotation 1.5708;
825         };
826         track "24624"
827         {
828                 position -0.0775215 -0.380625 0;
829                 rotation 1.5708;
830         };
831         track "24640"
832         {
833                 position -0.232565 0.185972 0;
834                 rotation 1.5708;
835         };
836         track "24671"
837         {
838                 position 0.0775225 -0.380624 0;
839                 rotation 1.5708;
840         };
841         track "24977"
842         {
843                 position -0.465131 0.186196 0;
844                 rotation 1.5708;
845         };
846         track "24672"
847         {
848                 position 0.155044 -0.380699 0;
849                 rotation 1.5708;
850         };
851         track "24649"
852         {
853                 position -0.348827 0.194312 0;
854                 rotation 1.99491;
855         };
856         track "24064"
857         {
858                 position 0.0775223 -0.080075 0;
859                 rotation 1.5708;
860         };
861         track "24077"
862         {
863                 position -0.0775215 -0.079925 0;
864                 rotation 1.5708;
865         };
866         track "24229"
867         {
868                 position -0.387609 -0.079626 0;
869                 rotation 1.5708;
870         };
871         track "24071"
872         {
873                 position 2.56295e-07 -0.0799999 0;
874                 rotation 1.5708;
875         };
876         track "24094"
877         {
878                 position -0.155042 -0.07985 0;
879                 rotation 1.5708;
880         };
881         track "24188"
882         {
883                 position -0.310087 -0.0797 0;
884                 rotation 1.5708;
885         };
886         track "24236"
887         {
888                 position -0.465131 -0.0795509 0;
889                 rotation 1.5708;
890         };
891         track "24912"
892         {
893                 position 0.310088 -0.380699 0;
894                 rotation 1.5708;
895         };
896         track "24206"
897         {
898                 position -0.446223 -0.161726 0;
899                 rotation 2.0944;
900         };
901         track "24740"
902         {
903                 position -0.112537 0.138174 0;
904                 rotation 1.5708;
905         };
906         track "24360"
907         {
908                 position -0.542646 -0.0794758 0;
909                 rotation 1.5708;
910         };
911         signal "7039"
912         {
913                 position -0.5020055 0.3153508 0.000000;
914                 rotation 1.570800;
915         };
916 };