Fendt 1050 3-wheel Configuration

Your forum for all discussions around Modding.
User avatar
robbyb2203
Posts: 15
Joined: Sat Apr 23, 2022 2:08 pm

Fendt 1050 3-wheel Configuration

Post by robbyb2203 »

Hello there,is anyone interested in making the Fendt 1050 accept 3 wheel configuration as seen in Mike Mitchell youtube channel ? That would be awesome *thumbsup*

Image
Image
User avatar
Bear_from Oz
Posts: 11
Joined: Mon Mar 15, 2021 5:28 am

Re: Fendt 1050 3-wheel Configuration

Post by Bear_from Oz »

Easy done. Find the twin wheel section of the xml. Duplicate the additional wheel part and set the offsets as follows. The front will end up like this
<wheel>
<physics restLoad="3.6"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.165">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.91">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>
The rears will be

<wheel>
<physics restLoad="4.2"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="0.24">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="1.10">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>

If you want a separate option for triples, copy and paste the whole twins section, change the names etc and add the additional additional wheels in.
I can see no reason to stop at 3 or not to have other brands as triples. As long as the wheel has a dual config available, it's easy to add more wheels.
User avatar
robbyb2203
Posts: 15
Joined: Sat Apr 23, 2022 2:08 pm

Re: Fendt 1050 3-wheel Configuration

Post by robbyb2203 »

Bear_from Oz wrote: Thu Apr 28, 2022 11:47 am Easy done. Find the twin wheel section of the xml. Duplicate the additional wheel part and set the offsets as follows. The front will end up like this
<wheel>
<physics restLoad="3.6"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.165">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.91">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>
The rears will be

<wheel>
<physics restLoad="4.2"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="0.24">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="1.10">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>

If you want a separate option for triples, copy and paste the whole twins section, change the names etc and add the additional additional wheels in.
I can see no reason to stop at 3 or not to have other brands as triples. As long as the wheel has a dual config available, it's easy to add more wheels.
you are THE MAN :D Thanks dude,i have no experience in this,but i'll give it a go :)
User avatar
robbyb2203
Posts: 15
Joined: Sat Apr 23, 2022 2:08 pm

Re: Fendt 1050 3-wheel Configuration

Post by robbyb2203 »

Bear_from Oz wrote: Thu Apr 28, 2022 11:47 am Easy done. Find the twin wheel section of the xml. Duplicate the additional wheel part and set the offsets as follows. The front will end up like this
<wheel>
<physics restLoad="3.6"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.165">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.91">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>
The rears will be

<wheel>
<physics restLoad="4.2"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="0.24">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="1.10">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>

If you want a separate option for triples, copy and paste the whole twins section, change the names etc and add the additional additional wheels in.
I can see no reason to stop at 3 or not to have other brands as triples. As long as the wheel has a dual config available, it's easy to add more wheels.
Hello,i've tried to do the thing,it worked it guess,but not as intented,im sure i've done it in a wrong way :)).If you got some spare time,would you be kind enough to edit the file for me and share it in a PM or something?
Here's the result i got :))
https://drive.google.com/file/d/1Wrn5or ... sp=sharing
User avatar
Bear_from Oz
Posts: 11
Joined: Mon Mar 15, 2021 5:28 am

Re: Fendt 1050 3-wheel Configuration

Post by Bear_from Oz »

You have used the file address for the front wheels , on the back wheels. Try this wheel config. Has 2 on the front and 3 on the back

<wheelConfiguration name="Triples" price="11500" brand="TRELLEBORG" saveId="TRELLEBORG_TRIPLE">
<wheels baseConfig="TRELLEBORG_DEFAULT" ackermannSteeringIndex="3">
<wheel>
<physics restLoad="3.6"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.165">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>

</wheel>
<wheel>
<physics restLoad="3.6"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.165">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>

</wheel>
<wheel>
<physics restLoad="4.2"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="0.24">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="1.10">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>
<wheel>
<physics restLoad="4.2"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="0.24">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="1.10">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>
</wheels>
<foliageBendingModifier index="1" minX="-4.25" maxX="4.25"/>
<foliageBendingModifier index="3" minX="-4.35" maxX="4.35"/>
<objectChange node="narrowMudGuards" visibilityActive="true"/>
<objectChange node="wideMudGuards" visibilityActive="false"/>
<aiAgent width="6.65"/>
<size width="7.8"/>
</wheelConfiguration>

Just copy this lot and paste into the wheelConfigurations section of the xml. If you put it at the top of the list, it will show up in the shop as triples as default
Last edited by Bear_from Oz on Sat Apr 30, 2022 4:22 am, edited 1 time in total.
User avatar
robbyb2203
Posts: 15
Joined: Sat Apr 23, 2022 2:08 pm

Re: Fendt 1050 3-wheel Configuration

Post by robbyb2203 »

OMG it works :D ... because you edited it :P.You are THE MAN . Can you edit your post and remove one wheel from front each side? Should be twins in front and triples in the back :D. Thank you again
Bear_from Oz wrote: Fri Apr 29, 2022 3:01 pm You have used the file address for the front wheels , on the back wheels. Try this wheel config. Has 2 on the front and 3 on the back

<wheelConfiguration name="Triples" price="11500" brand="TRELLEBORG" saveId="TRELLEBORG_TRIPLE">
<wheels baseConfig="TRELLEBORG_DEFAULT" ackermannSteeringIndex="3">
<wheel>
<physics restLoad="3.6"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.165">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.91">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>
<wheel>
<physics restLoad="3.6"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.165">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/650_65R38.xml" configId="dual" offset="0.91">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>
<wheel>
<physics restLoad="4.2"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="0.24">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="1.10">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>
<wheel>
<physics restLoad="4.2"/>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="0.24">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
<additionalWheel filename="$data/shared/wheels/tires/trelleborg/TM1000/750_75R46.xml" configId="dual" offset="1.10">
<connector filename="$data/shared/wheels/rims/dual001_2.xml"/>
</additionalWheel>
</wheel>
</wheels>
<foliageBendingModifier index="1" minX="-4.25" maxX="4.25"/>
<foliageBendingModifier index="3" minX="-4.35" maxX="4.35"/>
<objectChange node="narrowMudGuards" visibilityActive="true"/>
<objectChange node="wideMudGuards" visibilityActive="false"/>
<aiAgent width="6.65"/>
<size width="7.8"/>
</wheelConfiguration>

Just copy this lot and paste into the wheelConfigurations section of the xml. If you put it at the top of the list, it will show up in the shop as triples as default
User avatar
Bear_from Oz
Posts: 11
Joined: Mon Mar 15, 2021 5:28 am

Re: Fendt 1050 3-wheel Configuration

Post by Bear_from Oz »

All fixed, should be 2x 3 now. Forgot to count the original wheel
User avatar
robbyb2203
Posts: 15
Joined: Sat Apr 23, 2022 2:08 pm

Re: Fendt 1050 3-wheel Configuration

Post by robbyb2203 »

Thnak you very much :D Look at this beast !
Image
Bear_from Oz wrote: Sat Apr 30, 2022 4:24 am All fixed, should be 2x 3 now. Forgot to count the original wheel
Post Reply