Dash9 Notches

Discussion in 'Technical Reports' started by torfmeister, Feb 26, 2022.

Tags:
  1. torfmeister

    torfmeister Guest

    I was expecting this... no big deal but the Dash 9 versions with combined brake/throttle from RSC\Dash9Pack01 have the wrong number of notches (same as Donner Passes' Dash 9): 9 instead of 8.

    Code:
    <cControlContainerBlueprint-cControlValue d:id="73382800">
                               <ControlName d:type="cDeltaString">Regulator</ControlName>
                               <DefaultValue d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0</DefaultValue>
                               <MinimumValue d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0</MinimumValue>
                               <MaximumValue d:type="sFloat32" d:alt_encoding="000000000000F03F" d:precision="string">1</MaximumValue>
                               <BriefDescription d:type="cDeltaString"></BriefDescription>
                               <DetailedDescription d:type="cDeltaString">Power Handle</DetailedDescription>
                               <ApplyToConsist d:type="cDeltaString">eFalse</ApplyToConsist>
                               <HUDControlID d:type="sUInt32">0</HUDControlID>
                               <InterfaceElements>
                                   <cControlContainerBlueprint-cInteriorNotchedLever d:id="75150240">
                                       <ElementName d:type="cDeltaString">Regulator_Intermediate</ElementName>
                                       <DifficultyType d:type="cDeltaString">Intermediate</DifficultyType>
                                       <PickTransformName d:type="cDeltaString"></PickTransformName>
                                       <MovementType d:type="cDeltaString">MoveDownUp</MovementType>
                                       <AnalogInputSensitivity d:type="sFloat32" d:alt_encoding="000000000000D03F" d:precision="string">0.25</AnalogInputSensitivity>
                                       <DigitalInputSensitivity d:type="sFloat32" d:alt_encoding="000000000000D03F" d:precision="string">0.25</DigitalInputSensitivity>
                                       <AnimationName d:type="cDeltaString"></AnimationName>
                                       <OutputInterface d:type="cDeltaString">eCab</OutputInterface>
                                       <RestInNotchedPosition d:type="cDeltaString">eTrue</RestInNotchedPosition>
                                       <NumberOfNotches d:type="sFloat32" d:alt_encoding="0000000000003340" d:precision="string">19</NumberOfNotches>
                                   </cControlContainerBlueprint-cInteriorNotchedLever>
                               </InterfaceElements>
                           </cControlContainerBlueprint-cControlValue>
    
    If you wanna fix it yourself, change NumberOfNotches from 19 to 17 (-8 - +8) in the Engines folders' .bins.

    Apply the same edit in the <ControlName d:type="cDeltaString">DynamicBrake</ControlName> section

    I know of half notches but never heard of Run 9 :o
     
    Last edited by a moderator: Feb 27, 2022

Share This Page