JakobTischler / MoreRealisticDLCs

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

parameters needed #54

Closed quadural closed 10 years ago

quadural commented 10 years ago

So, I will need to be able to "add or override" those parameters (I guess) to complete all the vehicles :

Example :

<vehicle>
    <realTyreGripFx>1.15</realTyreGripFx>
    <realIsTracked>true</realIsTracked>
    <accelerationSpeed maxAcceleration="1" />
    <crawlers>
        <crawler index="0>0|3" realWheel="4" >            
            <rotatingPart index="0>0|2" radius="0.6094" />
        </crawler>
        <crawler index="0>2|3" realWheel="5">
            <rotatingPart index="0>2|1" radius="0.6094" />            
        </crawler>
    </crawlers>
</vehicle>
JakobTischler commented 10 years ago

Added.

Usage:

<engine accelerationSpeedMaxAcceleration="0.8" />
<wheels realTyreGripFx="1.15" realIsTracked="true" crawlersRealWheel="4 5">
...