Play It Today
Escape Velocity is a 1996 Macintosh application. It will not run on anything you own. There are two ways around that and they answer different questions: emulate a Mac from 1996 and play the real thing, or run the galaxy on a newer engine that still has current builds. The first is authentic; the second is about fifteen minutes of setup and works on every platform.
The easy route: the same galaxy, a newer engine
Ambrosia's third game, EV Nova (2002), shipped an engine flexible enough that the community rebuilt the two earlier games inside it. These are not remakes — they are total conversions carrying the original ships, worlds and missions, running on an engine that still has builds for current machines. It is how most people play Escape Velocity now.
All of it is collected and maintained at escape-velocity.games, which is the best place to start and the source for everything in this section. The shape is the same on every platform:
- Install and run EV Nova once — Community Edition on Windows and Linux, WineNova on a Mac.
- Download the conversion you want.
- Run its
.nplayfile, which registers it with the engine.
| Conversion | What it is |
|---|---|
| EV Classic for Nova | The 1996 galaxy — the 108 systems, 27 ships and 116 missions documented on this site — rebuilt for the Nova engine. |
| EV Override for Nova | The same treatment for the 1998 sequel, for when you finish this one and want the next. |
That site hosts a great deal more than those two — White Dwarf, ARPIA II, Brave New Void, Starfleet Adventures and a dozen other total conversions — plus the full download archive and a Discord where people will help you get it running.
Why those downloads include a patched binary
EV Nova was commercial software with an online registration server. Ambrosia wound down and that server has been gone for years, so even a legitimately bought copy can no longer register itself. The builds distributed there work around that, in their own words, because there is nothing left to register against. It is preservation of a game nobody sells any more.
Your platform
Windows
Install EV Nova: Community Edition, a maintained fork of the engine with current
builds — releases are on
GitHub. Run it once so it creates
its folders, then drop the conversion in and launch its .nplay.
Windows Defender flags EV Nova. The maintainers say it is a false positive, and given the patched binary above that is exactly what a heuristic scanner would be expected to do.
macOS
Use WineNova, the packaged build linked from escape-velocity.games: it wraps the Windows engine in its own Wine layer, so there is nothing to configure. Install it, run it once, then add the conversion as above.
If you would rather run native Mac software, that is the emulation route below — a real Mac OS 9 running the real 1996 binary.
Linux
There is no native Linux build, so the engine runs under Wine. WineHQ keeps an application entry for EV Nova — worth reading first for the current state and any per-version notes.
The path of least resistance is Lutris, which manages the Wine prefix for you:
- Install Lutris and a Wine runner from your distribution's packages.
- Add a game manually, set the runner to Wine, and point the executable at the Community Edition
.exe. - Give it a prefix of its own, so nothing else you run under Wine can disturb it.
- Launch once to let the engine create
Nova DataandNova Pluginsinside that prefix, then drop the conversion in and run the.nplay.
Plain wine EVNova.exe in a dedicated WINEPREFIX does the same job.
Lutris is worth it mostly because it keeps the prefix and the launch options somewhere you will
find them again in a year.
Where the plug-ins go, on any platform
The engine reads two folders: Nova Data first, then Nova Plugins on top of it. A plug-in works by overriding what the base game declared — that is the entire mechanism, and it is also why a total conversion can replace a whole galaxy without touching the original files.
One catch, straight from the documentation: plug-ins written for the Mac live in a Classic Mac OS resource fork and have to be converted before Windows or Wine can read them. The site hosts the extractor that does it.
The authentic route: emulate the Mac
The conversions are faithful, but they are not the same program. If you want the actual 1996 binary — its physics, its interface, its sound — you need a Macintosh, and the practical way to get one is to emulate it.
| Emulator | What it gives you |
|---|---|
| SheepShaver | A PowerPC Mac. It runs System 7.5.3 up to Mac OS 9.0.4 — not 9.1 or later — which is comfortably enough for a 1996 game. You supply a Mac ROM and an OS installer; E-Maculation walks through the rest, with a separate guide per host: macOS · Windows · Linux. |
| Basilisk II | A 68k Mac. Lighter, and arguably the more honest option — Escape Velocity was written for a 68k machine and only later built for PowerPC as well. Same setup shape, and the Linux guide covers both. |
The original files
- Macintosh Garden has versions 1.0.2 through 1.0.5, plus Escape_Velocity_Manual.pdf and the Escape Velocity Resource Bible. Start here: the manual is worth reading on its own, and the Resource Bible is Ambrosia's own documentation of the data format — the reason this site can be as precise as it is.
- Macintosh Repository and My Abandonware mirror it.
- The plug-in collection at the Internet Archive holds every add-on Ambrosia hosted for the original.
- The Ambrosia Archive here has the official strategy guides, restored from the dead site.
Why the numbers here will not match Nova
Both are right; the engines count differently
Play the Nova conversion, then look at our ship registry, and the shield and armour figures will look ten times too small. That is not an error in either place: the Nova engine stores them on a different scale, and the resource dump this site is built from is in Nova's units. Everything here is converted back to what the 1996 game put on your screen, and the build refuses to publish a figure that fails that check — the conversion is documented, factor by factor.
Downloads, conversions and installation mechanics in this section are as documented by escape-velocity.games, captured while this page was written. The Lutris steps are the ordinary way to run a Windows game under Wine rather than anything specific to Nova, and WineHQ's entry is the authority on how well it currently behaves.