Skip to content

RegularLunar/Fragile-Tarnished

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fragile-tarnished.png

Fragile Tarnished

A lightweight C++ DLL mod for Elden Ring that implements a very hard challenge mode.

GitHub release Downloads Stars License Last Commit

⚡ Key Features

⚙️ Core

  • Pattern Scanning - on inject, it waits 10 seconds then scans the game's memory for a specific byte signature to locate the WorldChrMan. Sig: 48 8B 05 ? ? ? ? 48 85 C0 74 0F 48 39 88
  • Pointer Chain Walk - it follows a chain of pointers (WorldChrMan0x10EF80x00x1900x0) to reach the player character's stat block.
  • Stat Forcing Loop - every 20ms, it reads the player's current and max HP, MP (FP), and Stamina, and forces all of them to 1. So the player is permanently at 1 HP / 1 FP / 1 Stamina with a max of 1.

⚠️ WARNING

Do not use this mod while playing online.

Elden Ring uses Easy Anti-Cheat (EAC).

Using mods while connected to FromSoftware's servers will result in a ban.

Always play in Offline Mode with EAC disabled.

🚀 Getting Started

Download

Via Mod Engine 2 (Recommended)

  1. Ensure you have Mod Engine 2 set up.
  2. Copy FragileTarnished.dll into your Mod Engine mods folder.
  3. Add the following line to your configuration config_eldenring.toml:
    external_dlls = [ "mod/FragileTarnished.dll" ]

Building from Source

Prerequisites: CMake 3.x+, a C++ compiler (GCC / Clang / MSVC)

git clone https://github.com/RegularLunar/Fragile-Tarnished.git
cd Fragile-Tarnished
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build

Help and Support

Open an issue for support.

🙏 Acknowledgements


Made with ❤️ by RegularLunar

About

Fragile Tarnished is a hardcore Elden Ring mod that permanently locks your maximum HP, stamina, and mana (FP) to exactly 1

Topics

Resources

License

Stars

Watchers

Forks

Contributors