]> git.tdb.fi Git - r2c2.git/blob - tracks.dat
Major architecture rework
[r2c2.git] / tracks.dat
1 /* $Id$ */
2
3 scale 1 87;
4 gauge 16.5;
5 rail_profile
6 {
7         point 0.5 0.0;
8         point 0.5 2.3;
9         point -0.5 2.3;
10         point -0.5 0.0;
11 };
12 ballast_profile
13 {
14         point 20.0 0.0;
15         point 14.0 8.0;
16         point -14.0 8.0;
17         point -20.0 0.0;
18 };
19
20 // Straight
21
22 track 24064
23 {
24         description "Straight, 64.3mm (R3-R4-R5)";
25         part
26         {
27                 length 64.3;
28         };
29 };
30
31 track 24071
32 {
33         description "Straight, 70.8mm (for slim turnouts)";
34         part
35         {
36                 length 70.8;
37         };
38 };
39
40 track 24077
41 {
42         description "Straight, 77.5mm (R1-R2-R3)";
43         part
44         {
45                 length 77.5;
46         };
47 };
48
49 track 24094
50 {
51         description "Straight, 94.2mm";
52         part
53         {
54                 length 94.2;
55         };
56 };
57
58 track 24172
59 {
60         description "Straight, 171.7mm";
61         part
62         {
63                 length 171.7;
64         };
65 };
66
67 track 24188
68 {
69         description "Straight, 188.3mm (turnout length)";
70         part
71         {
72                 length 188.3;
73         };
74 };
75
76 track 24229
77 {
78         description "Straight, 229.3mm";
79         part
80         {
81                 length 229.3;
82         };
83 };
84
85 track 24236
86 {
87         description "Straight, 236.1mm (slim turnout length)";
88         part
89         {
90                 length 236.1;
91         };
92 };
93
94 // Curves, R1
95
96 track 24107
97 {
98         description "Curve, R1 = 360mm, 7.5°";
99         part
100         {
101                 length 7.5;
102                 radius 360;
103         };
104 };
105
106 track 24115
107 {
108         description "Curve, R1 = 360mm, 15°";
109         part
110         {
111                 length 15;
112                 radius 360;
113         };
114 };
115
116 track 24130
117 {
118         description "Curve, R1 = 360mm, 30°";
119         part
120         {
121                 length 30;
122                 radius 360;
123         };
124 };
125
126 // Curves, R2
127
128 track 24206
129 {
130         description "Curve, R2 = 437.5mm, 5.7° (turnout to 30°)";
131         part
132         {
133                 length 5.7;
134                 radius 437.5;
135         };
136 };
137
138 track 24207
139 {
140         description "Curve, R2 = 437.5mm, 7.5°";
141         part
142         {
143                 length 7.5;
144                 radius 437.5;
145         };
146 };
147
148 track 24215
149 {
150         description "Curve, R2 = 437.5mm, 15°";
151         part
152         {
153                 length 15;
154                 radius 437.5;
155         };
156 };
157
158 track 24224
159 {
160         description "Curve, R2 = 437.5mm, 24.3° (turnout)";
161         part
162         {
163                 length 24.3;
164                 radius 437.5;
165         };
166 };
167
168 track 24230
169 {
170         description "Curve, R2 = 437.5mm, 30°";
171         part
172         {
173                 length 30;
174                 radius 437.5;
175         };
176 };
177
178 // Curves, R3
179
180 track 24330
181 {
182         description "Curve, R3 = 515mm, 30°";
183         part
184         {
185                 length 30;
186                 radius 515;
187         };
188 };
189
190 // Curves, R4
191
192 track 24430
193 {
194         description "Curve, R4 = 579.3mm, 30°";
195         part
196         {
197                 length 30;
198                 radius 579.3;
199         };
200 };
201
202 // Curves, R5
203
204 track 24530
205 {
206         description "Curve, R5 = 643.6mm, 30°";
207         part
208         {
209                 length 30;
210                 radius 643.6;
211         };
212 };
213
214 // Curves, slim turnout
215
216 track 24912
217 {
218         description "Curve, R = 1114.6mm, 12.1° (slim turnout)";
219         part
220         {
221                 length 12.1;
222                 radius 1114.6;
223         };
224 };
225
226 // Curved turnouts, R1
227
228 track 24671
229 {
230         description "Curved turnout, left";
231         part
232         {
233                 length 77.5;
234                 path 1;
235         };
236         part
237         {
238                 start 77.5 0 0;
239                 length 30;
240                 radius 360;
241                 path 1;
242         };
243         part
244         {
245                 length 30;
246                 radius 360;
247                 path 0;
248         };
249 };
250
251 track 24672
252 {
253         description "Curved turnout, right";
254         part
255         {
256                 length 77.5;
257                 path 1;
258         };
259         part
260         {
261                 start 77.5 0 0;
262                 length 30;
263                 radius -360;
264                 path 1;
265         };
266         part
267         {
268                 length 30;
269                 radius -360;
270                 path 0;
271         };
272 };
273
274 // Turnouts, R2
275
276 track 24611
277 {
278         description "Turnout, left";
279         part
280         {
281                 length 188.3;
282                 path 1;
283         };
284         part
285         {
286                 length 24.3;
287                 radius 437.5;
288                 path 0;
289         };
290 };
291
292 track 24612
293 {
294         description "Turnout, right";
295         part
296         {
297                 length 188.3;
298                 path 1;
299         };
300         part
301         {
302                 length 24.3;
303                 radius -437.5;
304                 path 0;
305         };
306 };
307
308 track 24630
309 {
310         description "Turnout, 3-way";
311         part
312         {
313                 length 188.3;
314                 path 3;
315         };
316         part
317         {
318                 length 24.3;
319                 radius 437.5;
320                 path 2;
321         };
322         part
323         {
324                 length 24.3;
325                 radius -437.5;
326                 path 1;
327         };
328 };
329
330 track 24624
331 {
332         description "Turnout, double slip";
333         part
334         {
335                 length 188.3;
336                 path 3;
337         };
338         part
339         {
340                 length 24.3;
341                 radius -437.5;
342                 path 2;
343         };
344         part
345         {
346                 start 8.34 38.74 -24.3;
347                 length 188.3;
348                 path 1;
349         };
350         part
351         {
352                 start 8.34 38.74 -24.3;
353                 length 24.3;
354                 radius 437.5;
355                 path 0;
356         };
357 };
358
359 // Slim turnouts
360
361 track 24711
362 {
363         description "Slim turnout, left";
364         part
365         {
366                 length 236.1;
367                 path 1;
368         };
369         part
370         {
371                 length 12.1;
372                 radius 1114.6;
373                 path 0;
374         };
375 };
376
377 track 24712
378 {
379         description "Slim turnout, right";
380         part
381         {
382                 length 236.1;
383                 path 1;
384         };
385         part
386         {
387                 length 12.1;
388                 radius -1114.6;
389                 path 0;
390         };
391 };
392
393 // Crossings
394
395 track 24640
396 {
397         description "Crossing, 24.3°";
398         part
399         {
400                 length 188.3;
401         };
402         part
403         {
404                 start 8.34 38.74 -24.3;
405                 length 188.3;
406         };
407 };
408
409 track 24649
410 {
411         description "Crossing, 48.6°";
412         part
413         {
414                 length 103.3;
415         };
416         part
417         {
418                 start 17.49 38.74 -48.6;
419                 length 103.3;
420         };
421 };
422
423 track 24740
424 {
425         description "Slim crossing, 12.1°";
426         part
427         {
428                 length 236.1;
429         };
430         part
431         {
432                 start 2.62 24.75 -12.1;
433                 length 236.1;
434         };
435 };
436
437 // Specials
438
439 track 24977
440 {
441         description "Bumper";
442         part
443         {
444                 length 94.2;
445                 dead_end true;
446         };
447 };
448
449 // Layout for selecting tracks
450
451 layout
452 {
453         track 24115
454         {
455                 position 0.0806517 0.139002 0;
456                 rotation 2.22529;
457         };
458         track 24612
459         {
460                 position -0.310086 -0.38055 0;
461                 rotation 1.5708;
462         };
463         track 24172
464         {
465                 position -0.232565 -0.0797749 0;
466                 rotation 1.5708;
467         };
468         track 24611
469         {
470                 position -0.387608 -0.380475 0;
471                 rotation 1.5708;
472         };
473         track 24130
474         {
475                 position 0.155044 -0.08015 0;
476                 rotation 1.5708;
477         };
478         track 24230
479         {
480                 position 0.232566 -0.0802249 0;
481                 rotation 1.5708;
482         };
483         track 24107
484         {
485                 position -0.0249545 0.231617 0;
486                 rotation 2.61799;
487         };
488         track 24224
489         {
490                 position -0.465131 -0.38055 0;
491                 rotation 1.5708;
492         };
493         track 24330
494         {
495                 position 0.310088 -0.0803 0;
496                 rotation 1.5708;
497         };
498         track 24215
499         {
500                 position 0.142158 0.186105 0;
501                 rotation 2.2253;
502         };
503         track 24207
504         {
505                 position 0.0138165 0.298658 0;
506                 rotation 2.61799;
507         };
508         track 24711
509         {
510                 position 0.374455 -0.381008 0;
511                 rotation 1.5708;
512         };
513         track 24530
514         {
515                 position 0.438821 -0.0809179 0;
516                 rotation 1.5708;
517         };
518         track 24430
519         {
520                 position 0.374455 -0.080609 0;
521                 rotation 1.5708;
522         };
523         track 24630
524         {
525                 position -0.19005 -0.380551 0;
526                 rotation 1.5708;
527         };
528         track 24712
529         {
530                 position 0.438821 -0.381316 0;
531                 rotation 1.5708;
532         };
533         track 24624
534         {
535                 position -0.0775215 -0.380625 0;
536                 rotation 1.5708;
537         };
538         track 24640
539         {
540                 position -0.232565 0.185972 0;
541                 rotation 1.5708;
542         };
543         track 24671
544         {
545                 position 0.0775225 -0.380624 0;
546                 rotation 1.5708;
547         };
548         track 24977
549         {
550                 position -0.465131 0.186196 0;
551                 rotation 1.5708;
552         };
553         track 24672
554         {
555                 position 0.155044 -0.380699 0;
556                 rotation 1.5708;
557         };
558         track 24649
559         {
560                 position -0.348827 0.194312 0;
561                 rotation 1.99491;
562         };
563         track 24064
564         {
565                 position 0.0775223 -0.080075 0;
566                 rotation 1.5708;
567         };
568         track 24077
569         {
570                 position -0.0775215 -0.079925 0;
571                 rotation 1.5708;
572         };
573         track 24229
574         {
575                 position -0.387609 -0.079626 0;
576                 rotation 1.5708;
577         };
578         track 24071
579         {
580                 position 2.56295e-07 -0.0799999 0;
581                 rotation 1.5708;
582         };
583         track 24094
584         {
585                 position -0.155042 -0.07985 0;
586                 rotation 1.5708;
587         };
588         track 24188
589         {
590                 position -0.310087 -0.0797 0;
591                 rotation 1.5708;
592         };
593         track 24236
594         {
595                 position -0.465131 -0.0795509 0;
596                 rotation 1.5708;
597         };
598         track 24912
599         {
600                 position 0.310088 -0.380699 0;
601                 rotation 1.5708;
602         };
603         track 24206
604         {
605                 position -0.446223 -0.161726 0;
606                 rotation 2.0944;
607         };
608         track 24740
609         {
610                 position -0.112537 0.138174 0;
611                 rotation 1.5708;
612         };
613 };