Community Forum

I can't get my truck paintable

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created13.02.2020 00:33


Rubens De Moraes (Rhubens) 13.02.2020 00:33
I try so hard using any type of configuration and nothing. The color in shop appear, but no matter if is changed, the truck stays with the same color, I don't know what I have to do. Is there some material that cannot be paintable?

I used <baseColorConfiguration> <baseMaterialConfiguration> I even try to create a new color configuration in moddesc.xml, and nothing

Bilbo Beutlin (BBeutlin) 13.02.2020 11:59
Is there a <baseMaterial> defined already?
Then you need only additional <baseMaterialConfigurations ..>
Pay attention to the 'shaderParameter'. It should be either "colorMat.." for new FS19 method or "colorScale" for legacy FS17 method.

Else examine in GE window "material edit" if the shape's material uses a vehicleShader with colorMat/colorScale.
If not, maybe the given material is not suitable for coloring. Then you need to overwork the textures. Not a good idea for beginners. ;)

Rubens De Moraes (Rhubens) 13.02.2020 17:29
The shader is legacy FS17, so...
<baseMaterial>
<material name="Pintura_Truck" baseNode="cabine">
<shaderParameter name="colorScale" value="SHARED_WHITE2" material="0" />
</material>
</baseMaterial>

<baseMaterialConfigurations price="5000" useDefaultColors="true" defaultColorIndex="1">
<baseMaterialConfiguration name="AÇO ESCOVADO" color="SHARED_WHITE2" material="8" />
<material name="Pintura_Truck" shaderParameter="colorScale" />
</baseMaterialConfigurations>

this would works?

Rubens De Moraes (Rhubens) 13.02.2020 18:10
I used this configuration too...
<baseColorConfigurations useDefaultColors="true" price="1000" defaultColorIndex="1" icon="$dataS2/menu/hud/configurations/config_color.png">
<baseColorConfiguration color="0.8 0 1 1" />
<colorNode node="0>0|13|0|1" recursive="true"/>
<colorNode node="0>0|13|0|4" recursive="true"/>
<colorNode node="0>0|13|0|13" recursive="true"/>
<colorNode node="0>0|13|0|31" recursive="true"/>
<colorNode node="0>0|13|0|33|1" recursive="true"/>
</baseColorConfigurations>

William Thompson (Unknown) 13.02.2020 18:21
How do I adjust the wear rate for paint? I have a mod truck with unrealistic paint peel. Needing 1350 dollars worth of repainting after .2 hours.


Note: Log in to post. Create a new account here.