Uncached material configurations - Help needed

Your forum for all discussions around Modding.
FarmerRabbit
Posts: 7
Joined: Wed Dec 13, 2023 2:15 pm

Uncached material configurations - Help needed

Post by FarmerRabbit »

Hi guys,

I need some help in understanding where I need to go to fix this.
I had a look at my map.i3d and not sure where I need to locate this error and how to fix it.

Do I need to change anything in this file here: file: D:/SteamLibrary/steamapps/common/Farming Simulator 22/data/shaders/decalShader.xml, hash: 37a50bee48feec8e66775ea87363c0e3, variation: none)

Or is it in my map.i3d where I need to locate and fix the error?

Any help that can bring me closer to where I need to fix this is very appreciative

https://imgur.com/a/ryNYioR

Code: Select all

uncached material configurations (num: 1)
a used material configuration is not present in the cache and therefore cannot be used on consoles
Use a different material combination which is present in the cache
uncached material configuration
the used material configuration inside the mod not present in the shader cache
Shader (file: D:/SteamLibrary/steamapps/common/Farming Simulator 22/data/shaders/decalShader.xml, hash: 37a50bee48feec8e66775ea87363c0e3, variation: none)
Material properties used in the mod (properties: ALPHA_BLENDING, DIFFUSEMAP)
Modify your material in the mod to match one of the configurations which are available in the cache
→ Choose only one of the following near configurations!
near configuration in cache (number of properties to be adjusted: 1)
cached properties (properties: ALPHA_BLENDING, DIFFUSEMAP, DIFFUSE_HAS_ALPHA)
missing properties in the mod material (properties: DIFFUSE_HAS_ALPHA)
→ Add the properties to your material
near configuration in cache (number of properties to be adjusted: 1)
cached properties (properties: DIFFUSEMAP)
excess properties in the mod material (properties: ALPHA_BLENDING)
→ Adjust your material so that these properties are not used anymore
near configuration in cache (number of properties to be adjusted: 2)
cached properties (properties: ALPHA_BLENDING, DIFFUSEMAP, NORMAL_MAP_FORMAT_3C, DIFFUSE_HAS_ALPHA)
missing properties in the mod material (properties: NORMAL_MAP_FORMAT_3C, DIFFUSE_HAS_ALPHA)
→ Add the properties to your material
near configuration in cache (number of properties to be adjusted: 2)
cached properties (properties: ALPHA_BLENDING, DIFFUSEMAP, GLOSSMAP, DIFFUSE_HAS_ALPHA)
missing properties in the mod material (properties: GLOSSMAP, DIFFUSE_HAS_ALPHA)
→ Add the properties to your material
i3d files using this material configuration (num i3ds: 1)
FarmerRabbit
Posts: 7
Joined: Wed Dec 13, 2023 2:15 pm

Re: Uncached material configurations - Help needed

Post by FarmerRabbit »

I managed to fix the error.

Basically, the error was for three wall signs where decalshader.xml was connected which gave me the error.
I removed the decalshader.xml from these wall signs in the material editor, and the error in test-runner disappeared.
Post Reply