Announcement

Collapse
No announcement yet.

Horn/Bell connection on new TS loco's

Collapse
X
Collapse
First Prev Next Last
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Horn/Bell connection on new TS loco's

    For the new TS engine packs (Soo Line, Conrail, etc.), is there a way to adjust the eng file so that the bell will continuously ring when the horn is blown, similar the the adjustment that could be made in MSTS eng files (i.e. "DoesHornTriggerBell" changing from "0" to "1").
    Thanks for any help,

    #2
    Originally posted by Curt C View Post
    For the new TS engine packs (Soo Line, Conrail, etc.), is there a way to adjust the eng file so that the bell will continuously ring when the horn is blown, similar the the adjustment that could be made in MSTS eng files (i.e. "DoesHornTriggerBell" changing from "0" to "1").
    Thanks for any help,
    For a specific locomotive try adding the line as shown below ( example from Conrail 2nd Gen set ) should work, post here if it does not.
    Code:
    CabView ( GP40-2.cvf )
    	HeadOut ( 1.85 3.432 5.014 )
    	DoesHornTriggerBell ( 1 )
    	include ( "..\\TS_COMMON_INC_V2\\Locomotives\\EMD_GP40_2\\EMD_GP40_2_ENG_Brakes_EF.inc" )
    
    	include ( "..\\TS_COMMON_INC_V2\\Locomotives\\EMD_GP40_2\\EMD_GP40_2_Motive_257k_61_16.inc" )
    	
    	include ( "..\\TS_COMMON_INC_V2\\Locomotives\\Generic\\EMD_2ndGen_Monitors_Alerter.inc" )
    
    	include ( "..\\TS_COMMON_INC_V2\\Locomotives\\Generic\\8_Notch_Throttle_Continuous_DB.inc" )
    	
      Sound ( "EMD645E3_cab.sms" )
    For it to affect all locomotives try adding the line to one of the include files...this may take some experimentation...try this first...
    EMD_GP40_2_Motive_257k_61_16.inc file:
    Code:
    Type ( Diesel )
     WheelRadius ( 20in )
     ORTSNumberDriveAxles ( 4 )
     MaxVelocity ( 76mph )
     Comment ( 76 MPH limit due to 61:16 gear ratio, D77 traction motors )
     MaxCurrent ( 1500A )
     Comment ( MaxForce below necessary for ammeter gauge functionality )
     MaxForce ( 287.206kN )
     MaxDieselLevel ( 2600g-us )
     MaxTemperature ( 120 )
     MaxOilPressure ( 90 )
     DoesHornTriggerBell ( 1 )
     Sanding ( 70mph )
     ORTSMaxTrackSanderBoxCapacity ( 56ft^3 )
    
    	Comment ( From EMD graph for GP40-2, 257,000 lbs, adjusted to 61:16 gearing )
    	ORTSMaxTractiveForceCurves (
    or perhaps in the monitor include file. Try some edits and see what happens. PM me if you need to.
    Last edited by R. Steele; 11-01-2022, 20:00.
    Cheers, Gerry
    "A mind is like a parachute. It doesn't work if it is not open." Frank Zappa
    It's my railroad and I'll do what I want! Historically accurate attitude of US Railroad Barons.
    Forever, ridin' drag in railroad knowledge.
    Audi, Vide, Tace, Si Vis Vivere In Pace

    Comment


      #3
      Ok, That Answers A,"What If"Question For Future, So Can Others Can Know, But What About The Ctrl+B( For Continuous Bell Function(s) like MSTS had as well )? Thanks for The Help.

      Comment


        #4
        Originally posted by marklester01 View Post
        Ok, That Answers A,"What If"Question For Future, So Can Others Can Know, But What About The Ctrl+B( For Continuous Bell Function(s) like MSTS had as well )? Thanks for The Help.
        I think the keyboard command for continuous bell in OR is Shift+B
        Cheers, Gerry
        "A mind is like a parachute. It doesn't work if it is not open." Frank Zappa
        It's my railroad and I'll do what I want! Historically accurate attitude of US Railroad Barons.
        Forever, ridin' drag in railroad knowledge.
        Audi, Vide, Tace, Si Vis Vivere In Pace

        Comment


          #5
          Ok, thanks on that.

          Comment


            #6
            Nope! Tried to no avail! I've Tested Out an CSXT Gevo AH With A Brody Cab ( RW, CS ). Anyway, Bell is Set to DoesHornTriggerBell(1). Works Only On Outside, & Only The Horn Works Inside, NO Bell It's The Only Unit to do this,Why & Fix?

            Comment


              #7
              Check your Sound folder, make sure you have a "Bell.wav" file, but you also have to check the cab sms file to make sure it's named the same. I've downloaded and probably uploaded engines where the sms file is looking for a wave file with one name but the file it's looking for is named something else.

              Paul :-)

              Comment


                #8
                I'll Double Check It again. It's got The Bell In-Put Yes, but no Audio/Sound( only The Selnoid PopValve Off, For It's A Digi-Bell ). I'll Upgrade Over To ORTS( I Think There's One Of Those Like The Gevos?). But, Anyway I've Checked Sev. Times. And, thanks.

                Comment


                  #9
                  If you have another unit you like the sounds of, you could replace the Sound folder in the unit you are having trouble with and point the lines in the eng file to the sms files.

                  Paul :-)

                  Comment


                    #10
                    Thanks, I'm gonna work on it later after I get The Other(s) Mentioned Earlier In Post On Here & Get The Help after I've,"Digi-Swept"( like I'll to This,lol ), & Upload Their Streams.

                    Comment


                      #11
                      Hey, I just remembered! NAVS has a few Packs here in The f/L that has Sound Lines Targeted for Sound-Range Operation that Open-Rails Reads-Only. 2 I can think of are, The EMD 16-645 Roots & TE Sounds( has others within, It Explains ), & A Kit for Tyler's IC SD40 Sets. Each one has a built-in( so to speak ) added-on Bell Command With-in The Sound Lines. Maybe You could get Inspiration as to where The Bell Command(s) needs to be Located from there one of those?

                      Comment

                      Working...
                      X