]> git.tdb.fi Git - r2c2.git/blobdiff - locos.dat
Don't set pure_speed and accurate_position when halted
[r2c2.git] / locos.dat
index 580ed03cceecebbabd42fb165c8a3cb8f304d4c7..dd2ebfe43258a984751a699661f7c44907d8522c 100644 (file)
--- a/locos.dat
+++ b/locos.dat
@@ -40,6 +40,7 @@ vehicle \29820-02
        function 2 "telex";
        function 3 "sfx";
        function 5 "whst";
+       maximum_speed 0.255;
 
        length 160;
        width 37;
@@ -286,6 +287,7 @@ vehicle \29530-01
        locomotive true;
        function 0 "light";
        function 2 "telex";
+       maximum_speed 0.255;
 
        length 144;
        width 33;
@@ -314,6 +316,7 @@ vehicle \36850
        name "BR 185";
        locomotive true;
        function 0 "light";
+       maximum_speed 0.447;
 
        length 218;
        width 34;
@@ -342,6 +345,7 @@ vehicle \37225-02
        name "BR 194";
        locomotive true;
        function 0 "light";
+       maximum_speed 0.287;
 
        length 212;
        width 34;
@@ -376,6 +380,7 @@ vehicle \39410
        function 0 "light";
        function 3 "sfx";
        function 5 "whstl";
+       maximum_speed 0.383;
 
        length 180;
        width 35;
@@ -408,6 +413,7 @@ vehicle \37574-01
        function 2 "sfx";
        function 3 "whstl";
        swap_direction true;
+       maximum_speed 0.639;
 
        length 219;
        width 35;
@@ -442,6 +448,7 @@ vehicle \37504
        function 1 "intlt";
        function 2 "sfx";
        function 3 "whstl";
+       maximum_speed 0.383;
 
        length 268;
        width 33;
@@ -465,3 +472,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; };
+       };
+};