JakobTischler / MoreRealisticDLCs

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

ai combine parameters #74

Closed quadural closed 10 years ago

quadural commented 10 years ago

Hi, we need the : vehicle.aiTurnThreshWidthMaxDifference and vehicle.aiTurnThreshWidthScale

parameters for all the combines. thanks in advance

quadural commented 10 years ago

ops again : these 2 parameters use the "value" property. And so, in the Giants xml, we can read :

<vehicle>
   <aiTurnThreshWidthMaxDifference value="0.2" />
   <aiTurnThreshWidthScale value="0.5" />
</vehicle>

I don't know if this is good or not to add the "value" property in our xml configuration file. But "you" have to modify the "setData" anyway.