0 of 0

File information

Last updated

Original upload

Created by

aLee

Uploaded by

DashaLee

Virus scan

Safe to use

Tags for this mod

About this mod

This is a standalone Python-based loadout manager for Elden Ring that lets you:
• Save and switch between gear loadouts on the fly
• Automatically apply a different set for your Mimic Tear summon
• Customize what slots get swapped
• Supports both keyboard and controller

Permissions and credits

Elden Ring Loadout Manager

Offline Loadout Swapper + Mimic Gear Handler


Quickly switch between gear sets — and auto-gear your Mimic Tear with a dedicated loadout!

Have you ever wanted your Mimic Tear to use a completely different set of gear than you? I did, and after years of waiting for a loadout mod to appear, I made one myself. This tool is built from the ground up to give players full control over gear presets and Mimic behavior without modifying game files.

---

⚠️ Important Notes:
  • This tool only works with Elden Ring version 1.16.
  • Do NOT use this tool online. It is intended for offline, single-player use only.
  • Some gear may not appear visually equipped in the inventory screen — but they are functionally applied in-game.


---

✅ Features
  • Save and load up to 4 different gear presets (armor, weapons, talismans).
  • Automatically switch to a unique Mimic Tear cosplay preset during summons.
  • Fully customizable keyboard and controller hotkeys, saved per profile.
  • Toggle individual gear slots — save only what you want (e.g., weapons only).
  • Create unlimited character profiles, each with separate presets and settings.
  • Rename, delete, and switch between profiles from the Settings menu.
  • Automatically loads the last used profile on startup.
  • All profile data is stored in clean, separate folders inside the Profiles directory.


---

🎮 Default Hotkeys

Keyboard:
Save Preset 1 – Shift + 1
Save Preset 2 – Shift + 2
Save Preset 3 – Shift + 3
Save Preset 4 – Shift + 4

Save Mimic Preset – Shift + 0

Load Preset 1 – Ctrl + 1
Load Preset 2 – Ctrl + 2
Load Preset 3 – Ctrl + 3
Load Preset 4 – Ctrl + 4

Controller:
Save Preset 1 – LT + RT + DPad Up
Load Preset 1 – RT + DPad Up

Save Preset 2 – LT + RT + DPad Right
Load Preset 2 – RT + DPad Right

Save Preset 3 – LT + RT + DPad Down
Load Preset 3 – RT + DPad Down

Save Preset 4 – LT + RT + DPad Left
Load Preset 4 – RT + DPad Left

Save Mimic Preset – LT + RT + Left Stick Press (LS)


---

📌 Tips & Help
  • The Mimic preset only triggers if Mimic Tear is in the bottom pouch slot.
  • If an equipped item appears missing in the inventory menu, it is still properly equipped in-game — you can verify through stat changes or visual appearance in combat.
  • You must first save a Mimic loadout for the automatic swap to work:
     → Shift + 0 (keyboard) or RT + LT + LS (controller)
    
    
  • If an item appears missing in the equipped slots, it is still properly equipped — verify in combat or stats.
  • To access the Settings Menu, right-click the tray icon or use the app window.
  • Loadouts include: 4 talismans, all armor pieces, 3 left-hand and 3 right-hand weapon slots. (Quick items and arrows are not yet supported.)

---

🧪 VirusTotal & False Positives

Some antivirus programs may flag this mod as malware. For example, VirusTotal shows a few detections such as:
  • Bkav Pro: W64.AIDetectMalware  
  • SecureAge: Malicious  

This is a known false positive issue caused by PyInstaller, which is commonly used to bundle Python scripts into standalone EXE files. Several antivirus engines mistakenly flag these files due to how PyInstaller packages the executable.
You can view the full VirusTotal report here:  

https://www.virustotal.com/gui/file/1bf6921dd466ad3be7c4f5e5fe5e962dbc52bdda6b59b44cc60dcc909a97f9e7
Rest assured:
  • This mod does not contain any malicious code or behavior.
  • The entire source code is publicly available on GitHub:  
    https://github.com/aLee88uk/EldenRing-LoadoutManager
  • You are free to audit, modify, or build the project yourself from source.

If you're unsure or cautious, we recommend using the Python source version from GitHub instead of the precompiled EXE.