This small mod forces the game to cast dynamic shadows from every light source.
Place the DLL in your modengine2 folder and update the config_eldenring.toml
's external_dlls (or add it
to the file if it's not there yet).
# ...
external_dlls = ["eldenring_force_dynamic_shadows.dll"]
# ...
Just chuck the DLL in the mods
folder.