revel8n / Cxbx-Reloaded

Xbox (Original) Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cxbx-Reloaded - Original Xbox Emulator

License: GPL v2 AppVeyor Gitter or Discord

Cxbx-Reloaded is an emulator for running Microsoft Xbox (and eventually, Chihiro) games on Microsoft Windows.

System Requirements

Minimum

  • OS: Windows 7+ x64. 32-bit installations are not supported.
  • GPU: Anything that supports Direct3D 8 (HLE) and OpenGL 3.3 (LLE).
  • Due to poor driver support for Direct3D8 on modern cards, some users may see better results when using a wrapper, such as D3D8to9

Prerequisites

  • Visual C++ 2015 and 2017 redistributables may be required. Download them here.

Automated Builds

Cxbx-Reloaded is not yet ready for general release, but the latest development builds can be downloaded using the links below:

Upcoming Release (Alpha Status)

Grab these builds if you wish to preview/alpha test an upcoming release

Development Builds

Grab these builds if you want to test the latest and greatest features. These builds are likely to be more unstable than release builds, and are not recommended for just playing games.

Compatibility

Cxbx-Reloaded has a compatibility list.

If you have something to report on a title, please create or update the issue for it there.

Please read the Readme file first!

Bug Reports

Game or software specific issues can be reported in the compatibility list.

For emulation issues that are not specific to any single piece of software, a bug report can be submitted at the Cxbx-Reloaded issue tracker.

Make sure bug reports contain:

  • The build tested with, error message displayed (if any)
  • Screenshots
  • Xbe dump (created via [Edit > Dump Xbe Info To > File])
  • Kernel Debug log (created when running a game with [View > Debug Output (Kernel) > File] selected).

Additional information

Cxbx-Reloaded has a wiki containing various subjects and background information. Chat on Gitter, or Discord.

Contributing

We welcome contributions, large and small.

If you want to do some coding, be sure to read the Developer notes.

Please contact us before you start working on something, so we can make sure your work is going to be accepted once finished.

Prerequisites

  1. Git for Windows
  2. Visual Studio 2017 (2015 might work, but is not officially supported)
  3. Windows 8.1 SDK (Should be included with Visual Studio)
  4. Microsoft Child Process Debugging Power Tool

Fetching the code

Run the following command on the command line: git clone --recurse-submodules https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/

Please note the --recurse-submodules parameter. This is required to fetch sub-modules.

Without this, Cxbx-Reloaded will fail to build.

If Cxbx-Reloaded was previously checked out without the submodules, they can be updated/fetched with the following command: git submodule update --recurse-submodules

Compiling

Simply open build/Win32/Cxbx.sln within Visual Studio, select your configuration (Release or Debug) and hit Build.

Please note that Debug builds are significantly slower, but include much more detailed kernel logging, and may help diagnose a problematic title.

Support

You can support Luke Usher, initiator of Cxbx-Reloaded, on Patreon.

Special Thanks

All contributors to the original Cxbx and Dxbx projects. Without them Cxbx-Reloaded would not exist at all.

About

Xbox (Original) Emulator

License:GNU General Public License v2.0


Languages

Language:C++ 53.7%Language:C 42.9%Language:HTML 1.7%Language:C# 1.6%Language:CSS 0.0%Language:Batchfile 0.0%Language:Objective-C 0.0%