Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 547 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 547 Bytes

Elden Ring force enable shadow casting

This small mod forces the game to cast dynamic shadows from every light source.

Vanilla: Vanilla shadow casting

Patched: Patched shadow casting

Installation

ModEngine2

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"]
# ...

Elden Mod Loader

Just chuck the DLL in the mods folder.