
Originally Posted by
Curt C
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.