A lightweight C++ DLL middleware for Elden Ring that monitors player death events to inject randomized attributes and character levels.
- Do not use this mod while playing online. Elden Ring utilizes Easy Anti-Cheat (EAC). Modifying memory while connected to FromSoftware's servers will result in an account ban. Always play in Offline Mode with EAC disabled via Mod Engine 2 or a similar launcher.
- I am not responsible for any harm to your account. You have been warned.
- BACK UP YOUR SAVES! This mod permanently alters your attributes.
- Death Trigger: Stats and Level re-roll 2s after every death.
- xoshiro256**: PRNG gold-standard randomness (no repeating patterns).
- AOB Scanning: Patch-resistant; works across different game versions.
- Visual Studio 2022 (with "Desktop development with C++" workload)
- CMake 3.16 or higher
- Windows SDK
- Clone the repository:
git clone https://github.com/regularlunar/ER-Randomized-Stats.git cd ER-Randomized-Stats
- Configure the project:
cmake -B build -S . -A x64
- Build the DLL:
cmake --build build --config Release
The compiled ER-RandomizedStats.dll will be in the build/Release folder.
Issues and PRs are welcome. For major changes, please open an issue first.
- The Grand Archives - Signatures, Pointers
Made with 💜 by RegularLunar