Farming Simulator 25 - jak dodać opcję silnika
2 posts
Page 1 of 1
Farming Simulator 25 - jak dodać opcję silnika
Witam chciał bym dodać do john deere 7810 z ModHub dodatkową opcję mocy silnika do wyboru jak to zrobić ???
Re: Farming Simulator 25 - jak dodać opcję silnika
Musisz wejść do ścieżki xml tego moda. W tym przypadku plik będzie się nazywać series7810.xml. W pliku musisz znaleźć linijkę motorized, a "wewnątrz" jej motorConfigurations. Wystarczy że dodasz kolejny motorConfiguration
Jak by to mogło wyglądać:
<motorConfigurations>
<motorConfiguration name="7810" hp="175" price="0">
<motor torqueScale="0.741" minRpm="850" maxRpm="2200" brakeForce="6.2" lowBrakeForceScale="0.1" maxForwardSpeed="42" maxBackwardSpeed="20" dampingRateScale="0.75">
<torque normRpm="0.45" torque="0.9"/>
<torque normRpm="0.50" torque="0.97"/>
<torque normRpm="0.59" torque="1"/>
<torque normRpm="0.72" torque="1"/>
<torque normRpm="0.86" torque="0.88"/>
<torque normRpm="1.00" torque="0.72"/>
</motor>
<transmission autoGearChangeTime="0.3" gearChangeTime="0.3" name="$l10n_info_transmission_manualWithPowerShiftGroups">
<directionChange changeTime="0.3"/>
<groups type="POWERSHIFT" changeTime="0">
<group ratio="0.326"/>
<group ratio="0.681"/>
<group ratio="0.816"/>
<group ratio="1.000"/>
</groups>
<forwardGear maxSpeed="6.8" name="A" reverseName="-A"/>
<forwardGear maxSpeed="10.77" name="B" reverseName="-B"/>
<forwardGear maxSpeed="16.72" name="C" reverseName="-C"/>
<forwardGear maxSpeed="27.51" name="D" reverseName="-D"/>
<forwardGear maxSpeed="45.47" name="E" reverseName="-E"/>
</transmission>
</motorConfiguration>
<motorConfiguration name="NAZWA_MODELU/SILNIKA" hp="KONIE MECHANICZNE (LICZBA)" price="CENA (LICZBA)">
<motor torqueScale="SKALA MOMENTU OBROTOWEGO (LICZBA)" minRpm="OBROTY JAŁOWE (LICZBA)" maxRpm="OBROTY MAKSYMALNE" brakeForce="6.2" lowBrakeForceScale="0.1" maxForwardSpeed="MAX PRĘDKOŚĆ PRZÓD (LICZNA)" maxBackwardSpeed="MAX PRĘDKOŚĆ TYŁ" dampingRateScale="0.75">
<!-- tutaj ustawia się moment obrotowy w zależności od obrotów silnika-->
<torque normRpm="0.45" torque="0.9"/>
<torque normRpm="0.50" torque="0.97"/>
<torque normRpm="0.59" torque="1"/>
<torque normRpm="0.72" torque="1"/>
<torque normRpm="0.86" torque="0.88"/>
<torque normRpm="1.00" torque="0.72"/>
</motor>
<!-- tutaj ustawia się skrzynię biegów->
<transmission autoGearChangeTime="0.3" gearChangeTime="0.3" name="$l10n_info_transmission_manualWithPowerShiftGroups">
<directionChange changeTime="0.3"/>
<groups type="POWERSHIFT" changeTime="0">
<group ratio="0.326"/>
<group ratio="0.681"/>
<group ratio="0.816"/>
<group ratio="1.000"/>
</groups>
<forwardGear maxSpeed="6.8" name="A" reverseName="-A"/>
<forwardGear maxSpeed="10.77" name="B" reverseName="-B"/>
<forwardGear maxSpeed="16.72" name="C" reverseName="-C"/>
<forwardGear maxSpeed="27.51" name="D" reverseName="-D"/>
<forwardGear maxSpeed="45.47" name="E" reverseName="-E"/>
</transmission>
</motorConfiguration>
</motorConfigurations>
Jak by to mogło wyglądać:
<motorConfigurations>
<motorConfiguration name="7810" hp="175" price="0">
<motor torqueScale="0.741" minRpm="850" maxRpm="2200" brakeForce="6.2" lowBrakeForceScale="0.1" maxForwardSpeed="42" maxBackwardSpeed="20" dampingRateScale="0.75">
<torque normRpm="0.45" torque="0.9"/>
<torque normRpm="0.50" torque="0.97"/>
<torque normRpm="0.59" torque="1"/>
<torque normRpm="0.72" torque="1"/>
<torque normRpm="0.86" torque="0.88"/>
<torque normRpm="1.00" torque="0.72"/>
</motor>
<transmission autoGearChangeTime="0.3" gearChangeTime="0.3" name="$l10n_info_transmission_manualWithPowerShiftGroups">
<directionChange changeTime="0.3"/>
<groups type="POWERSHIFT" changeTime="0">
<group ratio="0.326"/>
<group ratio="0.681"/>
<group ratio="0.816"/>
<group ratio="1.000"/>
</groups>
<forwardGear maxSpeed="6.8" name="A" reverseName="-A"/>
<forwardGear maxSpeed="10.77" name="B" reverseName="-B"/>
<forwardGear maxSpeed="16.72" name="C" reverseName="-C"/>
<forwardGear maxSpeed="27.51" name="D" reverseName="-D"/>
<forwardGear maxSpeed="45.47" name="E" reverseName="-E"/>
</transmission>
</motorConfiguration>
<motorConfiguration name="NAZWA_MODELU/SILNIKA" hp="KONIE MECHANICZNE (LICZBA)" price="CENA (LICZBA)">
<motor torqueScale="SKALA MOMENTU OBROTOWEGO (LICZBA)" minRpm="OBROTY JAŁOWE (LICZBA)" maxRpm="OBROTY MAKSYMALNE" brakeForce="6.2" lowBrakeForceScale="0.1" maxForwardSpeed="MAX PRĘDKOŚĆ PRZÓD (LICZNA)" maxBackwardSpeed="MAX PRĘDKOŚĆ TYŁ" dampingRateScale="0.75">
<!-- tutaj ustawia się moment obrotowy w zależności od obrotów silnika-->
<torque normRpm="0.45" torque="0.9"/>
<torque normRpm="0.50" torque="0.97"/>
<torque normRpm="0.59" torque="1"/>
<torque normRpm="0.72" torque="1"/>
<torque normRpm="0.86" torque="0.88"/>
<torque normRpm="1.00" torque="0.72"/>
</motor>
<!-- tutaj ustawia się skrzynię biegów->
<transmission autoGearChangeTime="0.3" gearChangeTime="0.3" name="$l10n_info_transmission_manualWithPowerShiftGroups">
<directionChange changeTime="0.3"/>
<groups type="POWERSHIFT" changeTime="0">
<group ratio="0.326"/>
<group ratio="0.681"/>
<group ratio="0.816"/>
<group ratio="1.000"/>
</groups>
<forwardGear maxSpeed="6.8" name="A" reverseName="-A"/>
<forwardGear maxSpeed="10.77" name="B" reverseName="-B"/>
<forwardGear maxSpeed="16.72" name="C" reverseName="-C"/>
<forwardGear maxSpeed="27.51" name="D" reverseName="-D"/>
<forwardGear maxSpeed="45.47" name="E" reverseName="-E"/>
</transmission>
</motorConfiguration>
</motorConfigurations>
2 posts
Page 1 of 1