Announcement

Collapse
No announcement yet.

Independent brakes sound

Collapse
This topic is closed.
X
X
Collapse
First Prev Next Last
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Independent brakes sound

    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.

    #2
    Are you sure you have the airbrake_release2.wav in your Sound folder of the engine in question? As well, do you have all the default routes and rolling stock loaded and 'as is'? You may want to audition your airbrake_release in a audio editor such as Goldwave or Audicity and make sure it's volume is good and load. Sometimes WAV's can be quiet and get drowned out with other sounds in the cab. Use 'Normalise' or 'RMS 0db'
    to bring the WAV up and loud if it is indeed small and quiet in the the display.

    Barring that, make sure all your bracket parenthesis are correct. I had this happen not too long ago where I couldn't hear certain sounds in my cab, and turned out I had missed or added a bracket to a section I pasted in as well. Soon as I got that fixed, all sounds of the section and thereafter played fine then.

    Comment


      #3
      Sounds are just fine, no need to edit them. I think that brackets are also OK. From stream above, I can normaly hear automatic (train) brake. Strange thing is that HUD (F5 pressed 2x or 4x) doesn't show any brake cyl. pressure, but there is brake force shown and locomotive realy brakes. In cab, gauge shows brake cyl. pressure, but not on F5 HUD.

      Comment

      Working...
      X