Lengo
  • Lengo
  • 69.5% (Friendly)
  • Captain Topic Starter
14 years ago
The code for garrison trains contains this:


BigMetalBounceSound = BuildingFallingMetal
SmallMetalBounceSound = VehicleImpactHeavy
MeatyBounceSound = InfantryCrush
ClicketyClackSound = TrainClicketyClack
WhistleSound = TrainWhistle


Where is and what is the code for the engine's sound? The above snippet is override code but it lacks the train's engine sound so it is left undefined.

I can get the train to work. It will garrison. It stops at stations. I can unload it. It runs just fine, but it lacks the engine's sound and doesn't chug. Can someone help?

Sponsor
Lengo
  • Lengo
  • 69.5% (Friendly)
  • Captain Topic Starter
14 years ago
I have discovered the answer. The missing line of code is


    RunningSound         = TrainRunningLoop

http://www.cnclabs.com/maps/generals/worldbuilder/tutorials/adding-a-train-to-a-map.aspx  . Will somebody with access to the page, please fix it, so that other people don't have to waste their time hunting down this piece of information?