Fable II Gets an Unofficial Native PC Port Nearly 18 Years Later

An enthusiast has released a playable Windows version of Fable II, which remained an official Xbox 360 exclusive for nearly 18 years. The Fable-2-Recomp project lets you run the RPG like a regular Windows app without full console emulation.
The original Fable II from Lionhead Studios came out in October 2008 and never got an official PC port. The fan project solves that problem with static recompilation: the PowerPC code from the Xbox 360 version is converted to C++ using ReXGlue, then built into a Windows executable.
The creator of Fable-2-Recomp says they have already managed to play through the game from start to finish. That said, they don’t yet consider the project fully complete, since they haven’t tested all the additional content, and they warn about possible bugs.
Version 1.1.0 adds a 60 FPS mode and mouse controls
The 1.1.0 release brings a new settings system and several notable improvements.
The port can now run at roughly 60 FPS instead of the original 30 frames per second. The mode is enabled through a config file and can be turned off to return to the original frame rate.
It also adds keyboard and mouse controls, mouse camera look, sensitivity adjustment and key remapping.
There’s also an experimental option with no fixed frame rate cap. According to the developer, performance in that mode can fluctuate roughly between 20 and 100 FPS depending on the scene, so a stable 60 frames can’t be guaranteed yet.
Fable-2-Recomp also got separate config files for game patches and settings, and version 1.1.0 added items from the Guild Chest.
You can’t download Fable II’s own files separately
The project is distributed for free and does not include Fable II’s game assets. Users have to supply the files from their own copy of Fable II Game of the Year for Xbox 360.
The repository contains the recompiler code, tools and the components needed to run it, while users must extract roughly 6.5 GB of game data themselves.
That approach sets the project apart from emulators like Xenia. Instead of continuously emulating the Xbox 360 architecture while the game runs, Fable-2-Recomp converts the guest PowerPC code to C++ ahead of time, which then runs on a PC through its own runtime environment.
Qwen3.8 27B helped get the first working build running
The project also has an unusual development story. The creator says they built Fable-2-Recomp partly as an experiment in using the local open-source Qwen3.8 27B AI model.
According to the creator, the model helped achieve the game’s initial launch in about an hour. But that’s where the automation stopped: it then took a significant amount of manual debugging, experimentation and function matching before Fable II could be played through completely.
So this isn’t a case of AI single-handedly “porting the game in an hour.” All that time produced was the first launchable build, and turning it into a working port required further human work.
For Fable II, the project is especially notable because the game still has no official PC release. Microsoft brought the first and third entries in the series to PC, but the second game remained tied to the Xbox 360 and backward compatibility on newer Xbox consoles.