
Alien Resurrection never made it to PC. That matters here. The 2000 PlayStation shooter had a Windows version in development, but it was cancelled before release. More than two decades later, the game is now running on modern computers through a completely different route: recompilation. The new release of the Alien Resurrection recompilation project is still an early build, and there are plenty of rough edges. But this update fixes two problems players are likely to notice straight away. Save detection works again at engine level, and CGI sequences no longer suffer from the same crackling audio caused by incorrect CD data timing. It doesn’t turn the project into a finished PC port. Not yet. But it does make the current build behave more like the original game was supposed to.
Save handling works again
One of the bigger fixes concerns PlayStation memory cards. Earlier builds could fail to recognise existing save data, even when the files themselves were valid. The problem wasn’t with the saves. It came from the way the recompilation handled the completion state of memory-card operations. That has now been corrected.
The engine can once again identify and read saved games properly. There’s still a catch, though. A separate loading-screen problem can stop players from reaching the in-game load menu, so the save system can’t always be tested from start to finish during normal play. It’s a good example of where the project currently stands. One part of the original PlayStation hardware behaviour may work correctly, while another unrelated issue can still block access to it.
CGI audio gets a useful fix
The other obvious improvement is audio during pre-rendered CGI scenes. Previously, those sequences could suffer from popping and crackling. The cause was fairly specific. CD audio sectors were being sent to the decoder much faster than the original PlayStation drive would have delivered them. Roughly three times faster, in fact.
That filled the audio buffer too quickly, caused it to wrap around and resulted in dropped samples. Version 0.2.0 corrects the delivery rate, bringing the audio behaviour closer to what the original game expects.
There are also two lower-level fixes in this release. One deals with an unaligned-load CPU instruction, while the other corrects DMA completion handling. Most players probably won’t notice either change directly, but they’re part of getting the underlying PlayStation code to behave correctly after recompilation.
This isn’t normal PlayStation emulation
The project doesn’t work like a traditional emulator. Instead of running the original PlayStation instructions through an emulated CPU every time the game starts, the launcher reads the original game data and converts the code into C#. It then builds that generated code locally and stores the result for later use. After that first compilation, future launches can use the cached build unless the configuration changes.
You’ll still need your own copy of Alien Resurrection. The project doesn’t include the commercial game code or assets. It expects the US PlayStation release, identified as SLUS-00633, in CUE and BIN format. The disc image also remains necessary while the game is running.
A PlayStation BIOS isn’t strictly required because the runtime can handle BIOS calls itself. The current packaged version is distributed as a self-contained Linux AppImage, so users don’t need to install .NET separately just to launch it.
A PlayStation game with an unusual history
Alien Resurrection was developed by Argonaut Games and published by Fox Interactive. It was based on the 1997 film, although its troubled development meant the game arrived three years after the movie. The project changed considerably along the way. Early versions used a top-down perspective. Development later moved towards third-person action before the team eventually rebuilt the game as a first-person shooter.
The final version follows Ripley aboard the USM Auriga across ten levels, mixing shooting with exploration, key-card hunting and survival-horror elements. Its control scheme also stands out in hindsight. The game used the PlayStation’s two analogue sticks for movement and aiming, a setup that feels completely normal now but was far less common for console shooters in 2000.
The finished game launched exclusively for the Sony PlayStation on 20 October 2000. A Microsoft Windows port was planned during development, but it was cancelled and never released. That makes this recompilation particularly interesting from a technical point of view. It isn’t reviving an old PC version because there isn’t one. Instead, it’s taking the original PlayStation release and rebuilding its executable code so it can run through a modern native environment.
The new release doesn’t change that basic goal. It simply moves the project forward, fixing save handling, cleaning up CGI audio and correcting a few pieces of low-level behaviour while the larger compatibility problems remain on the list.














