modelleicher / FS19_realManualTransmission

Manual Transmission/Gearbox for FS19
63 stars 20 forks source link

Question regarding <ratedRpm=" "/> #82

Closed mrPassion78 closed 4 years ago

mrPassion78 commented 4 years ago

Hithere modeleicher, i have tried to implement the ratedRpm, sins this is very helpfull for all realism in the gearbox, but im getting an error when i enter it like in this gearbox>> (its near the bottom)this is for the John Deere 6145/55R

<realManualTransmission  autoRangeMatching="true">  
            <gears defaultGear="4" powerShift="false" >                     
                <gear speed="14.8" name="1" speedMatchingPercentageUp="0.54" speedMatchingPercentageDown="0.11"/>
                <gear speed="17.9" name="2" speedMatchingPercentageUp="0.48" speedMatchingPercentageDown="0.16" />
                <gear speed="22.0" name="3" speedMatchingPercentageUp="0.41" speedMatchingPercentageDown="0.22"/>
                <gear speed="26.7" name="4" speedMatchingPercentageUp="0.34" speedMatchingPercentageDown="0.28" />
                <gear speed="32.7" name="5" speedMatchingPercentageUp="0.28" speedMatchingPercentageDown="0.34"/>
                <gear speed="39.6" name="6" speedMatchingPercentageUp="0.22" speedMatchingPercentageDown="0.41" />
                <gear speed="48.4" name="7" speedMatchingPercentageUp="0.16" speedMatchingPercentageDown="0.48" />
                <gear speed="53.0" name="8" speedMatchingPercentageUp="0.11" speedMatchingPercentageDown="0.54" />                  
            </gears>
            <rangeSet1 defaultRange="2" powerShift="true" >
                <range ratio="0.183" name="A"  />
                <range ratio="0.364" name="B" />
                <range ratio="1.000" name="C"  />               
            </rangeSet1>
    <reverser type="normal"> <!-- normal or preselect -->
        <ratios forward="1" reverse="0.566" />
        <settings brakeAggressionBias="0.1" clutchTime="600" />
    </reverser> 
    <fluidClutch stallRpm="540" /> 
           <ratedRpm="2100" />
</realManualTransmission>
</realManualTransmissionConfiguration>

Than it will say that after the "2100"/> the is no store data available , and the mod is "dumped" . Where should be the correct place to enter this to get it to work?

Thnx in advance, and keep up the awesome gearbox mod..

Greetings Pascal

modelleicher commented 4 years ago

ratedRpm is placed in this line like this

mrPassion78 commented 4 years ago

ratedRpm is placed in this line like this

thnx for the reply, but the answer is missing text?

modelleicher commented 4 years ago

Sry I always forget that Github can't have code in plain text `

`