]> git.tdb.fi Git - r2c2.git/blobdiff - locos.dat
Add definitions and 3D model for the BR 420
[r2c2.git] / locos.dat
index aa472db93efe08e9a633eed1bc0e5afa9de64170..55813b5f99aa07aa284706c58b288c6ecd3af617 100644 (file)
--- a/locos.dat
+++ b/locos.dat
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 scale 1 87;
 gauge 16.5;
 
@@ -306,6 +304,7 @@ vehicle 39410
        locomotive true;
        function 0 "light";
        function 3 "sfx";
+       function 5 "whstl";
 
        length 180;
        width 35;
@@ -329,3 +328,69 @@ vehicle 39410
                axle { position -18.5; wheel_diameter 14; powered true; object "bre41-axle.object"; };
        };
 };
+
+vehicle \37574-01
+{
+       name "BR E 03";
+       locomotive true;
+       function 0 "light";
+       function 2 "sfx";
+       function 3 "whstl";
+       swap_direction true;
+
+       length 219;
+       width 35;
+       height 49;
+
+       // XXX Create proper 3D model for this
+       object "br185-body.object";
+
+       bogie
+       {
+               position 62;
+               axle { position 17; wheel_diameter 14; powered true; };
+               axle { position -8.5; wheel_diameter 14; powered true; };
+               axle { position -34; wheel_diameter 14; powered true; };
+       };
+
+       bogie
+       {
+               position -62;
+               axle { position 34; wheel_diameter 14; powered true; };
+               axle { position 8.5; wheel_diameter 14; powered true; };
+               axle { position -17; wheel_diameter 14; powered true; };
+       };
+};
+
+vehicle \37504
+{
+       // XXX The power car is really in the middle, but that configuration isn't supported yet
+       name "BR 420 S-bahn";
+       locomotive true;
+       function 0 "light";
+       function 1 "intlt";
+       function 2 "sfx";
+       function 3 "whstl";
+
+       length 268;
+       width 33;
+       height 44;
+
+       object "br420-body.object";
+
+       bogie
+       {
+               position 94;
+               object "br420-bogie.object";
+               axle { position 14.5; wheel_diameter 10; object "br420-axle.object"; };
+               axle { position -14.5; wheel_diameter 10; object "br420-axle.object"; };
+       };
+       bogie
+       {
+               position -96;
+               object "br420-bogie.object";
+               rotate_object true;
+               axle { position 14.5; wheel_diameter 10; object "br420-axle.object"; };
+               axle { position -14.5; wheel_diameter 10; object "br420-axle.object"; };
+       };
+};