Download EMR

Use the following primary links to download EMR 3.0.1 for your specific platform.

The primary download website, including EMR updates and tools, is located at the EMR SourceForge website.

Alternate Sites

If the primary links are working slow, or not working at all, try one of the links below.

Presented by Simon Brownlee from Austria for all versions:

Presented by Roby Long from Fileball for all versions:

Presented by STef Bondier from France for the PPC scenario and the Intel application-only:


Devil in a Blue Dress

For those who would like to play the prequel to EMR, this package contains the Devil in a Blue Dress (DiaBD) scenario. DiaBD is not a total conversion like EMR. It uses Marathon shapes, sounds, and textures. It does feature original maps and storyline, and is one of the most fun Marathon scenarios available. This package includes all of the necessary files to play DiaBD, including both the NIBs and SDL Aleph One applications. If you are on a PPC Mac, you can run either of these. If you are on an Intel Mac, you can only use the SDL version.


Source Code

Excalibur: Morgana's Revenge 3.0 runs on the AlephOne engine. Aleph One is an Open Source gaming engine based upon Bungie's Marathon 2 game, and is licensed under the GNU General Public License. Accordingly, we are including a link below to the source code at the AlephOne SourceForge web site. EMR 3.0 for Mac OS X PPC is based upon AlephOne NIBs v0.17.2, and EMR 3.0 for Mac OS X Intel, Windows and Linux is based upon AlephOne SDL v0.17.2.

Download source code from SourceForge

Additionally, the Mac OS X PPC version of EMR is based upon a special build of the AlephOne NIBs engine, which incorporates the following code change not found at the link above:

Index: Source_Files/CSeries/csmisc.cpp
--------------------------------------
RCS file: /home/cvs/alephone/aleph/Source_Files/CSeries/csmisc.cpp,v
retrieving revision 1.12
diff -r1.12 csmisc.cpp
53c53
<  if (event.when >= end)
---
> if (ticks != -1 && event.when > =end)