X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=wagons.dat;h=f6200b43f0a93bea296edde60331093065da0ce0;hb=7af26723402fc937c1f0f25c2c0643338707fe94;hp=3ba5d405070f08c21ded7bdc1bc9f5c7ed17ea24;hpb=176634834df3ac62646d1aec78e35f9364750d7d;p=r2c2.git diff --git a/wagons.dat b/wagons.dat index 3ba5d40..f6200b4 100644 --- a/wagons.dat +++ b/wagons.dat @@ -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"; }; + }; +};