sirburton Posted June 15, 2016 Share Posted June 15, 2016 Hi guysIs there any mod that improves the shadows' mechanics especially in B&W ?I've just started blood and wine, just ended that chat with locals in the cockatrice's inn, as i went out i found the first notice boardand i noticed that the shadows above the notice board are loaded only when i get very close to it, while same shadows disappear as i get 2 meters far from the notice board.Any mod that loads the shadows starting from higher distances?I read on a mod that changing CascadeShadowDistanceScale0=1 to =5 should do the trickBut all I got from this is the Shadow setting going to Low (while i had it on extreme) and problem stays unsolved.Suggestions or mod about this? Link to comment Share on other sites More sharing options...
heishe Posted June 15, 2016 Share Posted June 15, 2016 Cascaded shadow maps works by drawing multiple shadows of different resolutions at the same time (basically, stuff that is further back should require lower resolution shadows - that is the idea. The result is supposed to be less memory usage + memory bandwidth usage + various shadowing artifacts.). In practice you always get these transition artifacts when going over from one shadow cascade to the next - this is what you're seeing. I don't know what any of the W3 settings do, but if there is a setting that 'biases' the distance offsets for each shadow cascade back, you could set it such that the first (highest resolution) cascade covers the entire screen, essentially forcing the game to use highest res shadows for everything. Link to comment Share on other sites More sharing options...
sirburton Posted June 15, 2016 Author Share Posted June 15, 2016 I'm not pro about these settings and editing them so idk what to search and how to edit it. All I know is only that this shadow popping-up effect it's quite horrid Link to comment Share on other sites More sharing options...
Demoniko Posted June 16, 2016 Share Posted June 16, 2016 No performance hit (compared to ultra), should be much better:CascadeShadowDistanceScale0=5.0CascadeShadowDistanceScale1=3.0CascadeShadowDistanceScale2=1.0CascadeShadowDistanceScale3=1.0 CascadeShadowmapSize=2048Huge performance hit, but better quality:CascadeShadowDistanceScale0=8.0CascadeShadowDistanceScale1=4.0CascadeShadowDistanceScale2=2.0CascadeShadowDistanceScale3=1.0 CascadeShadowmapSize=3840 Link to comment Share on other sites More sharing options...
Recommended Posts