sacodebasura
Neo Member
It's probably this one, some games don't like it. Just delete it.
r.ShaderPipelineCache.SetBatchMode=fast
ok after doing that, it now always loads the shaders anew, on every start.it was this line that made the game not start for me. r.ShaderPipelineCache.Save
i deleted this lines and now everything is loading normal again.
r.CompileShadersForDevelopment=0
r.D3D.ForceShaderConductorDXCRewrite=1
r.ShaderPipelineCache.PreOptimizeEnabled=1
r.ShaderPipelineCache.MaxPrecompileTime=500
r.ShaderPipelineCache.SaveUserCache=1
r.ShaderPipelineCache.Enabled=1
r.ShaderPipelineCache.LogPSO=1
r.ShaderPipelineCache.SaveBoundPSOLog=1
r.ShaderPipelines=1
Last edited: