Adding The Train Simulator 3D-Sounds To Your Wagon Files
This is a short tutorial on adding the custom 3DPM sounds to your wagon files. Lets start by opening a default wagon file from the train simulator directory.
Navigate to your "trainset" folder where you installed Microsoft® Train Simulator. This is usually:
Open the US2WOODCHIPPER folder, and find the file named: us2woodchipper.wag
Open the file using Wordpad, and scroll toward the bottom of the file until you find the line of code that looks like the following:
Sound ("GenFreightWag1.sms" )
This one line of code is all you need to alter to include your new sounds. Now, you have to simply change GenFreightWag1.sms to one of the supplied 3DPM sms sound reference files, such as 3DPMgensound1.sms. So, you would convert this:
Sound ("GenFreightWag1.sms" )
to this:
Sound ("3DPMgensound1.sms" )
Now save the file, and your ready to go. Simply do this to any .WAG file that you want to add your new sounds to.