X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=wagons.dat;h=f6200b43f0a93bea296edde60331093065da0ce0;hb=ca9d278f9472206ad9a01190dcef9f0eb1bcc274;hp=e8adc4f82ea5b792dd5a901626894e1e5896c48f;hpb=ec3093c4d5aa8802387d012e8ef994e1955e88ce;p=r2c2.git diff --git a/wagons.dat b/wagons.dat index e8adc4f..f6200b4 100644 --- a/wagons.dat +++ b/wagons.dat @@ -1,5 +1,3 @@ -/* $Id$ */ - scale 1 87; gauge 16.5; @@ -332,3 +330,87 @@ vehicle 46717 axle { position 0; wheel_diameter 10; }; axle { position -21.5; wheel_diameter 10; }; }; + +vehicle 4690 +{ + name "Eaos 106"; + + length 160; + width 35; + height 38; + + object ":openwagon:length=149,border=2,color=983800"; + + bogie + { + position 51.5; + + axle { position 10.5; wheel_diameter 10; }; + axle { position -10.5; wheel_diameter 10; }; + }; + + bogie + { + position -51.5; + + axle { position 10.5; wheel_diameter 10; }; + 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"; }; + }; +};