Colour options on rims?

Your forum for all discussions around Modding.
User avatar
Azfoor
Posts: 635
Joined: Mon Jul 31, 2017 1:05 am
Location: Sweden

Colour options on rims?

Post by Azfoor »

Is there anny easy way to make the colour on the rims changeable? Is it base material and pointing to the right node?
But if a i can't find a node when opening GE because the rims don't show in there :confusednew:
Eische
Posts: 3797
Joined: Thu Oct 18, 2018 5:17 pm

Re: Colour options on rims?

Post by Eische »

It should be very simple looking at base game vehicles (like the Valtra S) that have this option.
Just include this line after the </wheels> block in your vehicle.xml for example:

Code: Select all

<rimColorConfigurations useDefaultColors="true" price="300"/>
Rims are shared between all vehicles and are not part of the individual vehicle i3d file.
Playing on PC - Win10
Ryzen 3600
RX 5500XT
16GB Ram
How to post log file
How to upload pictures
Please report bugs for FS22 using the bugtracker
User avatar
Azfoor
Posts: 635
Joined: Mon Jul 31, 2017 1:05 am
Location: Sweden

Re: Colour options on rims?

Post by Azfoor »

Eische wrote: Tue May 26, 2020 8:57 pm It should be very simple looking at base game vehicles (like the Valtra S) that have this option.
Just include this line after the </wheels> block in your vehicle.xml for example:

Code: Select all

<rimColorConfigurations useDefaultColors="true" price="300"/>
Rims are shared between all vehicles and are not part of the individual vehicle i3d file.
Thank you! That did the trick *thumbsup*
Eische
Posts: 3797
Joined: Thu Oct 18, 2018 5:17 pm

Re: Colour options on rims?

Post by Eische »

Great. Thanks for the feedback!
Playing on PC - Win10
Ryzen 3600
RX 5500XT
16GB Ram
How to post log file
How to upload pictures
Please report bugs for FS22 using the bugtracker
Post Reply