I use following lines in .sms but there is no sound when using ind. (loco) brakes:
Stream (
Skip ( **** This stream allows the Train Brake & Independent Brakes to be played at the same time **** )
Priority ( 8 )
Triggers ( 5
Skip ( **** NOTE: Need to check if correct waves used for apply/release **** )
Skip ( **** Assumes 3 = Release, 1 & 2 = Apply **** )
Skip ( **** Tbrake **** )
Skip ( **** Release **** )
Discrete_Trigger ( 14 PlayOneShot ( 1 File ( "airbrake_apply.wav" -1 ) SelectionMethod ( SequentialSelection ) ) )
Skip ( **** Apply {normal & emergency} **** )
Discrete_Trigger ( 53 PlayOneShot ( 2 File ( "airbrake_release1.wav" -1 ) File ( "airbrake_release2.wav" -1 ) SelectionMethod ( RandomSelection ) ) )
Discrete_Trigger ( 54 PlayOneShot ( 2 File ( "airbrake_release1.wav" -1 ) File ( "airbrake_release2.wav" -1 ) SelectionMethod ( RandomSelection ) ) )
Skip ( **** Ibrake **** )
Skip ( **** Release **** )
Discrete_Trigger ( 21 PlayOneShot ( 1 File ( "../../Dash9/Sound/d9_airb_ind3.wav" -1 ) SelectionMethod ( SequentialSelection ) ) )
Skip ( **** Apply **** )
Discrete_Trigger ( 22 PlayOneShot ( 2 File ( "../../Dash9/Sound/d9_airb_ind1.wav" -1 ) File ( "../../Dash9/Sound/d9_airb_ind2.wav" -1 ) SelectionMethod ( RandomSelection ) ) )
)
)
Also, i've noticed also that there is no pressure in brake cyl. when I press F5 4 times. It shows brake force normaly and pressure in cab.
I'm using latest Msts Bin.
Stream (
Skip ( **** This stream allows the Train Brake & Independent Brakes to be played at the same time **** )
Priority ( 8 )
Triggers ( 5
Skip ( **** NOTE: Need to check if correct waves used for apply/release **** )
Skip ( **** Assumes 3 = Release, 1 & 2 = Apply **** )
Skip ( **** Tbrake **** )
Skip ( **** Release **** )
Discrete_Trigger ( 14 PlayOneShot ( 1 File ( "airbrake_apply.wav" -1 ) SelectionMethod ( SequentialSelection ) ) )
Skip ( **** Apply {normal & emergency} **** )
Discrete_Trigger ( 53 PlayOneShot ( 2 File ( "airbrake_release1.wav" -1 ) File ( "airbrake_release2.wav" -1 ) SelectionMethod ( RandomSelection ) ) )
Discrete_Trigger ( 54 PlayOneShot ( 2 File ( "airbrake_release1.wav" -1 ) File ( "airbrake_release2.wav" -1 ) SelectionMethod ( RandomSelection ) ) )
Skip ( **** Ibrake **** )
Skip ( **** Release **** )
Discrete_Trigger ( 21 PlayOneShot ( 1 File ( "../../Dash9/Sound/d9_airb_ind3.wav" -1 ) SelectionMethod ( SequentialSelection ) ) )
Skip ( **** Apply **** )
Discrete_Trigger ( 22 PlayOneShot ( 2 File ( "../../Dash9/Sound/d9_airb_ind1.wav" -1 ) File ( "../../Dash9/Sound/d9_airb_ind2.wav" -1 ) SelectionMethod ( RandomSelection ) ) )
)
)
Also, i've noticed also that there is no pressure in brake cyl. when I press F5 4 times. It shows brake force normaly and pressure in cab.
I'm using latest Msts Bin.
Comment