Skip to content

RegularLunar/ER-Randomized-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elden Ring Attribute Randomizer

A lightweight C++ DLL middleware for Elden Ring that monitors player death events to inject randomized attributes and character levels.

Release License Stars Downloads Last Commit


Caution

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 or a similar launcher. I am not responsible for any harm to your account. You have been warned.

Important

PLEASE BACK UP YOUR SAVES! This mod permanently alters your attributes.

Features

  • 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.

Building From Source

  • Visual Studio 2022 (with "Desktop development with C++" workload)
  • CMake 3.16 or higher
  • Windows SDK
  1. Clone the repository:
    git clone https://github.com/regularlunar/ER-Randomized-Stats.git
    cd ER-Randomized-Stats
  2. Configure the project:
    cmake -B build -S . -A x64
  3. Build the DLL:
    cmake --build build --config Release

The compiled ER-RandomizedStats.dll will be in the build/Release folder.


Support

Issues and PRs are welcome. For major changes, please open an issue first.

Acknowledgements / Credits


Made with 💜 by RegularLunar