Welcome to me3¶
me3 is a framework designed for runtime modification of games, with a focus on ELDEN RING and other titles from FROMSOFTWARE. It is the successor to Mod Engine 2.
Installation¶
One-click installer:
Get the latest me3_installer.exe from GitHub releases and follow the installation wizard.
Manual setup:
- Download the Windows portable distribution
- Extract it to a local directory (i.e. excluded from OneDrive or similar software) of your choosing.
One-line installer:
curl --proto '=https' --tlsv1.2 -sSfL https://github.com/garyttierney/me3/releases/latest/download/installer.sh | sh
Manual setup:
- Download the Linux portable distribution
- Extract it to a local directory:
tar -xzf me3-linux-amd64.tar.gz cd me3-linux-amd64 ./bin/me3 --windows-binaries-dir ./bin/win64 info
me3 supports macOS via CrossOver®. Follow the Windows installation steps within your CrossOver environment.
Quick Start Guide¶
1. Installation¶
Choose your platform above and follow the installation steps.
2. Setting up mod profiles¶
- Creating mod profiles - Learn how to download and configure mods.
- Configuration reference - Complete configuration options
3. Run a mod profile¶
Run the .me3 profile you've configured, or launch a default profile from the start menu (Windows) or command-line:
me3 launch -p eldenring-default
Need help?¶
- First time user? Start with our user guide
- Having issues? Check our troubleshooting guide
- Found a bug? Report it
- Want a feature? Request it