Sound Regions

The SMS sound system in MSTS 1 has been quite well understood for some time, but there are still new things being learned as well as a wealth of information about what's already known that you can learn here.

Moderator: Moderators

Locked
JasVick
Been on the forums for a while
Posts: 241
Joined: Wed Jun 25, 2008 9:22 am

Sound Regions

Post by JasVick »

Hi folks, not sure if this has been asked before but here goes:

I have a set of announcements of platform messages that I would like to add to certain stations so that when the train either starts from that platform or passes through it, it plays the sound out once and can be heard within the train as well as outside. I tride to follow the instructions that come with MSTS on sound regions but whenever I am at the station in question, I hear nothing. Is anyone able to give me a template SMS which I could use for this to work from and an idea of how to place the sound on the track so that it works correctly? I would also like to know how I have to have the sound properties set as well as I think they maybe set to the wrong frequencies?

Many thanks in anticipation for any repsones,

Regards

Jason.
User avatar
jbilton
Very Active Forum Member
Posts: 19267
Joined: Fri Oct 10, 2003 12:08 pm
Location: At home ..waiting to go to Work.
Contact:

Re: Sound Regions

Post by jbilton »

Hi Jason
There are a lot of variables there.
I will suggest that if you already have a sound region that works in the route.
You copy the sms file and rename it.
Then edit the name of the wav file it plays to one of your wav files.
To add it to your route you need to edit the ssource.dat file, adding it to the list, and increasing the total by 1.
You can use Wordpad as an editor.

Cheers
Jon
------------------------Supporting whats good in the British community------------------------
Image
rlmathers
Very Active Forum Member
Posts: 1069
Joined: Fri Dec 06, 2002 10:32 pm

Re: Sound Regions

Post by rlmathers »

Hi Jason

You need to use a sound source, not a sound region. With a .sms and .wav file in the Sound folder of the route.

The following apply:

Audio format Wav PCM
Average data rate 44.10 kb/sec
Sample rate 11.25 kHz
Audio sample size 16 bit
Channels 2: Stereo

Example of a suitable .sms file:

SIMISA@@@@@@@@@@JINX0x1t______



Tr_SMS (

ScalabiltyGroup( 3
Activation (
CabCam ()
ExternalCam ()
Distance (100)
)
Deactivation (

Distance (100)
)
Volume ( 1.0)
Stereo ( )
Streams ( 1
Stream (
Priority ( 2 )
Triggers ( 2
Variable_Trigger ( Distance_Dec_Past 500
PlayOneShot ( 1
File ( "Plat_Annouce.wav" -1 )
SelectionMethod ( SequentialSelection )
)
)
Variable_Trigger ( Distance_Inc_Past 510
ReleaseLoopRelease ()
)
)
VolumeCurve(
DistanceControlled
CurvePoints ( 3
0.0 1.0
200.0 1.0
200.0 0.0
)
Granularity (0.01)
)
)
)
)
)

The sound needs to be identified within the ssource.dat file.

Eg. Sound ( Name ( "Platform Annouce" ) FileName ( "Plat_Announce.sms" ) )

before using the Route Editor to place the sound source.

Kindest regards
Ray
JasVick
Been on the forums for a while
Posts: 241
Joined: Wed Jun 25, 2008 9:22 am

Re: Sound Regions

Post by JasVick »

You stupid boy Pike! :argue:

"To add it to your route you need to edit the ssource.dat file, adding it to the list, and increasing the total by 1."

Think I forgot to do above!!!!! :bad-words:

And thanks for the data Ray, will try that if above doesn't work but I got a feeling thats what I forgot now its mentioned...... :lol:
Locked

Return to “[MSTS1] Sounds”