Skip to content

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.

Download

Installation

One-click installer:

Get the latest me3_installer.exe from GitHub releases and follow the installation wizard.

Manual setup:

  1. Download the Windows portable distribution
  2. 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:

  1. Download the Linux portable distribution
  2. 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

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?