zenja123
  • zenja123
  • 56.75% (Neutral)
  • Private Topic Starter
15 years ago
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 ?
Sponsor
DeVeLiNe
15 years ago
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.
A modder in training 😛
moridar
  • moridar
  • 64.25% (Friendly)
  • Private
15 years ago
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!!!

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

Even Heroes know when to be scared.