X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=wagons.dat;h=f6200b43f0a93bea296edde60331093065da0ce0;hb=9f4f169affcedcf249e935f93e0a15ed60232f6a;hp=ab789b06d593e817e5325841591e61d49569805f;hpb=45abb4c64c714cb655988a855158a22976f5e35f;p=r2c2.git diff --git a/wagons.dat b/wagons.dat index ab789b0..f6200b4 100644 --- a/wagons.dat +++ b/wagons.dat @@ -1,5 +1,3 @@ -/* $Id$ */ - scale 1 87; gauge 16.5; @@ -359,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"; }; + }; +};