X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=locos.dat;h=3547d51d1acad96902d4b867a6d14f945c3efbf9;hb=93c148ff88ba2c8266b44c336ba7ddd948010de7;hp=580ed03cceecebbabd42fb165c8a3cb8f304d4c7;hpb=88971046dfd7ee1491aa4b5c96f612ccfa260aa2;p=r2c2.git diff --git a/locos.dat b/locos.dat index 580ed03..3547d51 100644 --- a/locos.dat +++ b/locos.dat @@ -1,5 +1,4 @@ scale 1 87; -gauge 16.5; vehicle \39230 { @@ -10,6 +9,7 @@ vehicle \39230 function 2 "sfx"; function 3 "whst"; + gauge 16.5; length 154; width 38; height 53; @@ -40,7 +40,9 @@ vehicle \29820-02 function 2 "telex"; function 3 "sfx"; function 5 "whst"; + maximum_speed 0.255; + gauge 16.5; length 160; width 37; height 50.5; @@ -286,7 +288,9 @@ vehicle \29530-01 locomotive true; function 0 "light"; function 2 "telex"; + maximum_speed 0.255; + gauge 16.5; length 144; width 33; height 33; @@ -314,7 +318,9 @@ vehicle \36850 name "BR 185"; locomotive true; function 0 "light"; + maximum_speed 0.447; + gauge 16.5; length 218; width 34; height 43; @@ -342,7 +348,9 @@ vehicle \37225-02 name "BR 194"; locomotive true; function 0 "light"; + maximum_speed 0.287; + gauge 16.5; length 212; width 34; height 45; @@ -376,7 +384,9 @@ vehicle \39410 function 0 "light"; function 3 "sfx"; function 5 "whstl"; + maximum_speed 0.383; + gauge 16.5; length 180; width 35; height 44; @@ -408,7 +418,9 @@ vehicle \37574-01 function 2 "sfx"; function 3 "whstl"; swap_direction true; + maximum_speed 0.639; + gauge 16.5; length 219; width 35; height 49; @@ -442,7 +454,9 @@ vehicle \37504 function 1 "intlt"; function 2 "sfx"; function 3 "whstl"; + maximum_speed 0.383; + gauge 16.5; length 268; width 33; height 44; @@ -465,3 +479,71 @@ vehicle \37504 axle { position -14.5; wheel_diameter 10; object "br420-axle.object"; }; }; }; + +vehicle \37851 +{ + name "BR 150"; + locomotive true; + function 0 "light"; + function 1 "telex"; + function 3 "whstl"; + maximum_speed 0.319; + + gauge 16.5; + length 224; + width 35; + height 47; + + object "br150-body.object"; + + bogie + { + position 50.5; + axle { position 25.5; wheel_diameter 10; }; + axle { position -3; wheel_diameter 10; }; + axle { position -25.5; wheel_diameter 10; }; + }; + bogie + { + position -50.5; + axle { position 25.5; wheel_diameter 10; }; + axle { position 3; wheel_diameter 10; }; + axle { position -25.5; wheel_diameter 10; }; + }; +}; + +vehicle \37968 +{ + name "BR 96"; + locomotive true; + function 0 "light"; + function 2 "sfx"; + function 3 "whstl"; + maximum_speed 0.160; + + gauge 16.5; + length 203; + width 35; + height 49; + + object "br96-body.object"; + + bogie + { + position 32; + object "br96-bogie-front.object"; + axle { position 35; wheel_diameter 13; }; + axle { position 17.5; wheel_diameter 13; }; + axle { position 0; wheel_diameter 13; }; + axle { position -17.5; wheel_diameter 13; }; + }; + bogie + { + position -49; + object "br96-bogie-back.object"; + axle { position 26.25; wheel_diameter 13; }; + axle { position 8.75; wheel_diameter 13; }; + axle { position -8.75; wheel_diameter 13; }; + axle { position -26.25; wheel_diameter 13; }; + }; +};