Page 1 of 1

Editting brakeing values

Unread postPosted: Sat May 14, 2011 1:40 pm
by artimrj
I have David Brindley's FP40H and when you use the train brakes it starts applying lap pressure at a few percent of movement, but the default diesels don't start apply the brakes until around 38% lever movement. Can any tell what variables need editting in the engine.bin file to make them like David's values. I was exploring his file and the default ES44 and nothing jumps out at me.

Re: Editting brakeing values

Unread postPosted: Sat May 14, 2011 4:24 pm
by Kali
You will want to adjust the notches in the TrainBrake control; no idea what the FP40 setup is but most english RW diesels have Release->GraduatedSelfLap->Fullservice->Emergency notches. You want to increase the first notch that isn't "release" to 0.38. Depending on what type of brake it is that might mean the minimum brake application is 38% or more, so be careful.

Re: Editting brakeing values

Unread postPosted: Sat May 14, 2011 5:42 pm
by GreatNortherner
Hi,

Or for for 1st gen. diesels you can also fit them with non-self-lapping brakes (release > running > lap > apply > emergency).

This is the code, taken from Dick's GN pack FTs. Release is at 0 to 0.05 position, running to 0.2 position, then the next 10% of the lever are lap, and all the way to 95% is apply.

Code: Select all
                  <cControlContainerBlueprint-cControlValue d:id="34354144">
                     <ControlName d:type="cDeltaString">TrainBrakeControl</ControlName>
                     <DefaultValue d:type="sFloat32" d:alt_encoding="000000606666E63F" d:precision="string">0.7000</DefaultValue>
                     <MinimumValue d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.0000</MinimumValue>
                     <MaximumValue d:type="sFloat32" d:alt_encoding="000000000000F03F" d:precision="string">1.0000</MaximumValue>
                     <BriefDescription d:type="cDeltaString">Train Brake</BriefDescription>
                     <DetailedDescription d:type="cDeltaString">Train Brake</DetailedDescription>
                     <ApplyToConsist d:type="cDeltaString">eFalse</ApplyToConsist>
                     <InterfaceElements>
                        <cControlContainerBlueprint-cInteriorIrregularNotchedLever d:id="34354400">
                           <ElementName d:type="cDeltaString">Untitled</ElementName>
                           <DifficultyType d:type="cDeltaString">StopGo</DifficultyType>
                           <PickTransformName d:type="cDeltaString">FT_train_Brake</PickTransformName>
                           <MovementType d:type="cDeltaString">MoveLeftRight</MovementType>
                           <AnalogInputSensitivity d:type="sFloat32" d:alt_encoding="000000000000E03F" d:precision="string">0.5000</AnalogInputSensitivity>
                           <DigitalInputSensitivity d:type="sFloat32" d:alt_encoding="000000000000E03F" d:precision="string">0.5000</DigitalInputSensitivity>
                           <AnimationName d:type="cDeltaString">BritKits\GN\RailVehicles\Diesel\FT\Default\CabView\F_train_brake</AnimationName>
                           <RestInNotchedPosition d:type="cDeltaString">eFalse</RestInNotchedPosition>
                           <Notch>
                              <cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData d:id="42661664">
                                 <Identifier d:type="cDeltaString">Release</Identifier>
                                 <Value d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">0.0000</Value>
                              </cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData>
                              <cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData d:id="42661920">
                                 <Identifier d:type="cDeltaString">Running</Identifier>
                                 <Value d:type="sFloat32" d:alt_encoding="000000A09999A93F" d:precision="string">0.0500</Value>
                              </cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData>
                              <cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData d:id="42662816">
                                 <Identifier d:type="cDeltaString">SelfLapped</Identifier>
                                 <Value d:type="sFloat32" d:alt_encoding="000000A09999C93F" d:precision="string">0.2000</Value>
                              </cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData>
                              <cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData d:id="42663584">
                                 <Identifier d:type="cDeltaString">Apply</Identifier>
                                 <Value d:type="sFloat32" d:alt_encoding="000000403333D33F" d:precision="string">0.3000</Value>
                              </cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData>
                              <cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData d:id="42686240">
                                 <Identifier d:type="cDeltaString">Emergency</Identifier>
                                 <Value d:type="sFloat32" d:alt_encoding="000000606666EE3F" d:precision="string">0.9500</Value>
                              </cControlContainerBlueprint-cInteriorIrregularNotchedLever-cNotchData>
                           </Notch>
                        </cControlContainerBlueprint-cInteriorIrregularNotchedLever>
                     </InterfaceElements>
                  </cControlContainerBlueprint-cControlValue>


Cheers,
Michael