]> git.tdb.fi Git - r2c2.git/blobdiff - wagons.dat
Add definitions and 3D model for the BR 420
[r2c2.git] / wagons.dat
index 3ba5d405070f08c21ded7bdc1bc9f5c7ed17ea24..f6200b43f0a93bea296edde60331093065da0ce0 100644 (file)
@@ -357,3 +357,60 @@ vehicle 4690
                axle { position -10.5; wheel_diameter 10; };
        };
 };
+
+vehicle \37504b
+{
+       // XXX The power car is really in the middle, but that configuration isn't supported yet
+       name "BR 421 S-bahn";
+
+       length 238;
+       width 33;
+       height 44;
+
+       object "br421-body.object";
+
+       bogie
+       {
+               position 80;
+               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 -80;
+               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"; };
+       };
+};
+
+vehicle \37504c
+{
+       // XXX Better solution would be to allow flipping of vehicles
+       name "BR 420 S-bahn";
+
+       length 268;
+       width 33;
+       height 44;
+
+       object "br420-body.object";
+       rotate_object true;
+
+       bogie
+       {
+               position 96;
+               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 -94;
+               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"; };
+       };
+};