Posted by: zenja123 - Sunday, July 4, 2010 9:48:39 AM
ok, so i builded a railroad and a station by the istructions from this site, there were said that to do station i need to add station word, but how i set the time for how long the train stays at the station ?? can anyone help me whit this ?

Posted by: DeVeLiNe - Monday, July 5, 2010 1:54:27 AM
I'm not sure, but as I record it, the train will stop for several seconds and than continue its ride. In order to set the time for it to stop, you'll have to do it in a script. Search in the Unit section some scripts for this.

Posted by: moridar - Tuesday, August 3, 2010 11:48:11 PM
you must configure this is the map.ini file. when you put your whole train script in there, near the beginning is a wait at station option. OBSERVE!!! [code]Object TrainEngineVerySlow ReplaceModule ModuleTag_03 Behavior = RailroadBehavior ModuleTag_03_Override PathPrefixName = Railroad RunningGarrisonSpeedMax = 8 KillSpeedMin = 9 Friction = 0.995 BigMetalBounceSound = BuildingFallingMetal SmallMetalBounceSound = VehicleImpactHeavy MeatyBounceSound = InfantryCrush ClicketyClackSound = TrainClicketyClack WhistleSound = TrainWhistle IsLocomotive = Yes SpeedMax = 8.0 Acceleration = 1.005 WaitAtStationTime = 20000 ; twenty seconds<-ITS RIGHT HERE! STATION WAIT TIME! Braking = 0.97 CrashFXTemplateName = SpecialEffectsTrainCrashObject CarriageTemplateName = TrainCar03 CarriageTemplateName = TrainCar03 CarriageTemplateName = TrainCar03 CarriageTemplateName = TrainCab End End End [/code]