Sample WAGon file


Close this window


SIMISA@@@@@@@@@@JINX0t1t______
Comment ( Above stuff that MSTS understands )
Comment ( This file is named acelacar.wag )
Wagon ( AcelaCar
   Type ( Carriage )
   Comment ( A freight car/wagon is of type Freight. )
   Comment ( Change the Type of the Amtrak box car, for example, )
   Comment ( from Freight to Carriage so your passenger train's )
   Comment ( speed is 79 mph, not 60 mph. )
   WagonShape ( acela_car.s )
   Comment ( acela_car.s is also referenced in acela_car.sd )
   Size ( 3.16m 4.23m 27m )
   CentreOfGravity ( 0m 2.25m 0m )
   MaxTilt ( 6.5deg )
   Mass ( 64t )
   WheelRadius ( 0.5m )
   InertiaTensor ( Box (3m 4.5m 27m) )
   Coupling (
      Type ( Bar )
      Spring (
         Stiffness ( 2e7N/m 0 )
         Damping ( 0.2e7N/m/s 0 )
         Break ( 2e7N 0 )
         r0 ( 10cm 1e9 )
      )
         CouplingHasRigidConnection ()
         Velocity ( 0.1m/s )
   )
   Buffers (
      Spring (
         Stiffness ( 1e7N/m 0 )
         Damping ( 1e6N/m/s 0 )
         r0 ( 0m 1e9 )
      )
         Centre ( 0.5 )
         Radius ( 1 )
         Angle ( 0.5deg )
   )
   MaxBrakeForce ( 50kN )
   Comment ( Adheasion, NumWheels & Friction are important for prototypical performance )
   Adheasion ( 0.2 0.4 2 0 )
   Comment ( Not a mis-spelling! )
   DerailRailHeight ( 4cm )
   DerailRailForce ( 2.5*64t )
   DerailBufferForce ( 200kN )
   NumWheels ( 8 )
   Friction (
      150N/m/s     1     -1mph     0     1
      5.1N/rad/s   1     -1rad/s   0     1
   )
   Comment ( Above friction values need changing )
   Comment ( with Joe Realmuto's Friction Calculator )
   Comment ( for more prototypical performance. )

   Comment ( These lines give us a passenger view with the 5 key )
   Inside (
      PassengerCabinFile ( InsideAcelaCar.s )
      PassengerCabinHeadPos ( -1.1 2.3 8.1 )
      RotationLimit ( 90 175 0 )
      StartDirection ( 0 180 0 )
      Sound ( "AcelaPas.sms" )
   )

   AntiSlip ()

   BrakeEquipmentType( "Air_twin_pipe, Distributor" )
   BrakeSystemType( "Air_twin_pipe" )

   MaxBrakeForce( 70kN )

   TripleValveRatio( 2.5 )
   MaxReleaseRate( 15 )
   MaxApplicationRate( 15 )
   MaxAuxilaryChargingRate( 15 )
   EmergencyResCapacity( 7 )
   EmergencyResChargingRate( 15 )
   BrakeCylinderPressureForMaxBrakeBrakeForce( 50 )

   Sound ( "AcelaWag.sms" )
)
    Comment ( End of WAG file )


Close this window