JakobTischler / MoreRealisticDLCs

A lua/xml project that adds MoreRealistic to the Farming Simulator DLCs
8 stars 0 forks source link

Rake #57

Closed Grisu118 closed 10 years ago

Grisu118 commented 10 years ago

A Question for @quadural or somebody how know's ;-)

what's the difference beetween realRakeWorkingPowerConsumption and realRakeWorkingPowerConsumptionInc?

I take a look at the Kuhn GA from the standart vehicles, he need 26kw according to the webiste of kuhn, but I can't find the correct dependency from 26 to these value's

<realRakeWorkingPowerConsumption>5</realRakeWorkingPowerConsumption>    
<realRakeWorkingPowerConsumptionInc>40</realRakeWorkingPowerConsumptionInc>

The Ursus Rake need 15kw Power, can you tell me how i get the correct value's for the xml?

quadural commented 10 years ago

26KW on the website = Avg PTO requirement at work.

realRakeWorkingPowerConsumption = PTO "consumption" (used) at idle (just rotating the part, without any grass/hay) realRakeWorkingPowerConsumptionInc = "expression" of the PTO consumption increase depending on the grass/hay volume worked per unit of time. (just use the exact same value as the default "mr" implement exept if you are converting a "special" tool that does not use the same technology)

Grisu118 commented 10 years ago

Thanks michel

closed with cfad9f4