1 error in log (to the modder : you won't see it on your PC, that's normal) To anyone to fix it yourself : in mod/vehicleShader.xml : <Textures> <Texture name="DirtNmap" defaultColorProfile="linearRGB" defaultFilename="../shared/dirt_normal.png"/> </Textures> ? ? ? <Textures> <Texture name="DirtNmap" defaultColorProfile="linearRGB" defaultFilename="dirt_normal.png"/> </Textures> Then put a dirt_normal.png in the mod (near the other files), you can find one at : Program Files\SteamLibrary\SteamApps\common\Farming Simulator 17\data\shared\dirt_normal.png COPY and paste.
1 Comments for Strautmann weight
1 error in log (to the modder : you won't see it on your PC, that's normal)
To anyone to fix it yourself :
in mod/vehicleShader.xml :
<Textures>
<Texture name="DirtNmap" defaultColorProfile="linearRGB" defaultFilename="../shared/dirt_normal.png"/>
</Textures>
? ? ?
<Textures>
<Texture name="DirtNmap" defaultColorProfile="linearRGB" defaultFilename="dirt_normal.png"/>
</Textures>
Then put a dirt_normal.png in the mod (near the other files), you can find one at :
Program Files\SteamLibrary\SteamApps\common\Farming Simulator 17\data\shared\dirt_normal.png
COPY and paste.