Browse by type
WinDurango is an Xbox One Translation Layer which allows you to play various ERA based Games on Windows via UWP.
<a href="https://github.com/WinDurango/WinDurango/issues">Report Bug</a>
·
<a href="https://github.com/WinDurango/WinDurango/issues">Request Feature</a>
Table of Contents
WinDurango is an Xbox One Translation Layer which allows you to play various ERA based Games on Windows via UWP. Currently, WinDurango has implemented most of the essential Xbox WinRT interfaces, KernelX and D3D11.X. Kinect support is completely experimental and hasn't been tested, expect issues.
| Minecraft | Forza Motorsport 6 |
|---|---|
![]() |
![]() |
| Happy Dungeons | Peggle 2 |
|---|---|
![]() |
![]() |
| Sonic Mania | Terraria |
|---|---|
![]() |
![]() |
Before Building WinDurango make sure you install the prerequisites.
Make sure you have Visual Studio 2026 with the C++ Extension, vcpkg and cmake.
VS 2026 Powershell Promptsh
git clone https://github.com/WinDurango/WinDurangosh
vcpkg installsh
mkdir build && cd build
cmake ..sh
cmake .. -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake"AppxManifest.xml)
sh
Add-AppXPackage -Register .\AppxManifest.xmlEmbeddedXvd to the folder that has the game executable
(usually in Mount)xg_x.dll, xg.dll (if present), AcpHal.dll, xaudio2_9.dll,
D3DCompiler46.dll (if present), sc_dll.dll (if present).
if the game complains about a missing DLL that isn't present in this list nor implemented, please reach us out.WinDurango does not have a fixed and correct minimum requirements list, as some games are more demands than others (e.g. Minecraft uses way less system resources than Forza). However, we can speculate system requirements that should supply the needs of most games:
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Join our Discord
The goal of this project is to experiment, research, and educate on the topic of emulation of modern devices and operating systems. It is not for enabling illegal activity. All information is obtained via reverse engineering of legally purchased devices and games and information made public on the internet (you'd be surprised what's indexed on Google...). We are not any way affiliated with Microsoft.
Thanks to
- @othneildrew for Best Readme Template
$ claude mcp add WinDurango \
-- python -m otcore.mcp_server <graph>