X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=locos.dat;h=fb22469f3f9c2c97c02875be6ed1ea111b36e9cd;hb=7a79b95c4c76e75f724c5221b4044df3cf53d461;hp=580ed03cceecebbabd42fb165c8a3cb8f304d4c7;hpb=88971046dfd7ee1491aa4b5c96f612ccfa260aa2;p=r2c2.git diff --git a/locos.dat b/locos.dat index 580ed03..fb22469 100644 --- a/locos.dat +++ b/locos.dat @@ -1,5 +1,4 @@ scale 1 87; -gauge 16.5; vehicle \39230 { @@ -40,6 +39,7 @@ vehicle \29820-02 function 2 "telex"; function 3 "sfx"; function 5 "whst"; + maximum_speed 0.255; length 160; width 37; @@ -286,6 +286,7 @@ vehicle \29530-01 locomotive true; function 0 "light"; function 2 "telex"; + maximum_speed 0.255; length 144; width 33; @@ -314,6 +315,7 @@ vehicle \36850 name "BR 185"; locomotive true; function 0 "light"; + maximum_speed 0.447; length 218; width 34; @@ -342,6 +344,7 @@ vehicle \37225-02 name "BR 194"; locomotive true; function 0 "light"; + maximum_speed 0.287; length 212; width 34; @@ -376,6 +379,7 @@ vehicle \39410 function 0 "light"; function 3 "sfx"; function 5 "whstl"; + maximum_speed 0.383; length 180; width 35; @@ -408,6 +412,7 @@ vehicle \37574-01 function 2 "sfx"; function 3 "whstl"; swap_direction true; + maximum_speed 0.639; length 219; width 35; @@ -442,6 +447,7 @@ vehicle \37504 function 1 "intlt"; function 2 "sfx"; function 3 "whstl"; + maximum_speed 0.383; length 268; width 33; @@ -465,3 +471,69 @@ 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; + + 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; + + 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; }; + }; +};