X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=wagons.dat;h=f6200b43f0a93bea296edde60331093065da0ce0;hb=ca9d278f9472206ad9a01190dcef9f0eb1bcc274;hp=3ba5d405070f08c21ded7bdc1bc9f5c7ed17ea24;hpb=d15ac13f2e170f155b4bbd124df48400c339b644;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"; }; + }; +};