A tool for downloading, installing, and managing custom maps for Mirror's Edge.
If you like what I do and would like to support my work, please consider visiting my Ko-fi page.
- Curated map browser for:
- Custom Maps
- Custom Time Trials (Pure Time Trial DLC maps included)
- Story Experiences
- One-click map download and installation
- Utilises Keku's Custom Map Menu mod for easy in-game launching of maps (located in the Extras main menu panel)
- Speedrun.com API integration — see at a glance the top runs for a map!
- OS: Windows 10 or later
- .NET Runtime: .NET 8.0 or later
- Game: Mirror's Edge (Steam, GOG, EA App/Xbox Game Pass for PC, Retail platforms). Versions 1.0.0.0 - 1.0.1.0 supported.
Note
Version 1.1.0.0 DLC is not currently supported due to the way MEMM replicates DLC functionality on lower versions.
- Download the latest release from the Releases page
- Extract the zip contents to a location of your choice
- Run
Mirror's Edge Map Manager.exe - On first launch:
- Click Select Game Directory and choose your Mirror's Edge install folder. Typical install locations:
- Steam:
C:\Program Files (x86)\Steam\steamapps\common\mirrors edge - GOG:
C:\Program Files (x86)\GOG Galaxy\Games\Mirror's Edge - EA:
C:\Program Files\EA Games\Mirrors Edge
- Steam:
- Apply the config patch
- Install required dependencies
- Click Select Game Directory and choose your Mirror's Edge install folder. Typical install locations:
- Visual Studio 2022 or later, or .NET SDK
- .NET SDK 8.0 or later
- Windows 10/11
# Clone the repository
git clone https://github.com/<your-account>/MirrorsEdgeMapManager.git
cd MirrorsEdgeMapManager
# Restore NuGet packages
dotnet restore MirrorsEdgeMapManager/MirrorsEdgeMapManager.sln
# Build the solution
dotnet build MirrorsEdgeMapManager/MirrorsEdgeMapManager.slnContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- EA DICE for Mirror's Edge
- Keku for the Custom Map Menu mod
- Custom map speedrun leaderboard moderators
- The Mirror's Edge custom map creators and community
Refer to the CHANGELOG file for changes.