JakobTischler / MoreRealisticDLCs

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

Params - Ursus N270 manure spreader #73

Closed quadural closed 10 years ago

quadural commented 10 years ago

Hi, the Ursus N270 manure spreader does not feature a rear steering axle IRL. Is it possible to add the handling of the "steeringAxleScale" wheel parameter ?

<wheels>
  <wheel steeringAxleScale="0" />
</wheels>

Then, we also need to be able to override the "cuttingArea" of this spreader.

<cuttingAreas>
   <cuttingArea1 startIndex="0>10" widthIndex="0>11" heightIndex="0>12"/>
</cuttingAreas>

EDIT : rather than modifying the "cuttingArea", this would be more "general" to be able to modify a given "node" translation and/or rotation values.

quadural commented 10 years ago

EDIT : rather than modifying the "cuttingArea", this would be more "general" to be able to modify a given "node" translation and/or rotation values.

==too late :)

JakobTischler commented 10 years ago

I can still add that option, of course. I would be similar to the createExtraNodes, in that an index would be specified, along with translation, rotation and/or scale values.

quadural commented 10 years ago

i think it would be better for "other" purpose too. (more "universal" than having to create new nodes and modifying indexes of cuttingArea or other areas) We would be able to modify any "misplaced" node thanks to that.

JakobTischler commented 10 years ago

Alright, I'll add it in a bit. Should I still leave the cuttingAreas stuff in there, or can I remove it?

quadural commented 10 years ago

I think you can remove it => "obsolete" in such case. Sorry for that.

JakobTischler commented 10 years ago

Added. Setup is:

<nodeProperties>
    <node index="0>16" translation="4 1 3" rotation="90 0 270" scale="0.63 1 1" />
    <node index="0>17" translation="-4.4731 0 0" />
</nodeProperties>
quadural commented 10 years ago

... ... who is the guy that modelled the Ursus 15014 ? If I were "Ursus", I would never allow releasing it like that. This is really strange nobody complains about that (no Ursus fan playing the game ?) But, I mean : where can you see a single IRL tractor with the "exhaust pipe" at such a place ??? surely not on the IRL model where the pipe is more on the right side, not to hide the view of the driver like that... where is the "quality control manager" ? ;)