Hayzen is a dynamic library (DLL) for RGH/Jtag/Devkit Xbox 360s that contains mods for different games.
- Call of Duty: Modern Warfare 2 - TU9 Multiplayer (latest version)
- Call of Duty: Modern Warfare 2 - TU9 Special Ops (latest version)
- Call of Duty: Modern Warfare 2 - Pre Alpha 482 Multiplayer
- Call of Duty: Modern Warfare 2 - Pre Alpha 482 Special Ops
- Call of Duty: Modern Warfare 3 - TU24 Multiplayer (latest version)
- Call of Duty: Modern Warfare 3 - TU24 Special Ops (latest version)
- Call of Duty: Future Warfare (NX1)
This feature is enabled by default (can be disabled from the Settings tab of the mod menu) and is persistent across reboots. It allows you to run XEX files built in debug mode or EXE files that can normally only run on Devkits, so no need for RGLoader anymore. More info here.
- Download the latest binary from the releases.
- Load the module either by setting it as a Dashlaunch plugin or by using an external tool to load modules, such as ModuleLoader 😉.
Clone the repository and the submodule:
git clone --recursive https://github.com/ClementDreptin/Hayzen.git
- Having the Xbox 360 Software Development Kit (XDK) installed.
- Xbox 360 Neighborhood set up with your RGH/Jtag/Devkit registered as the default console (only necessary if you wan't to deploy to your console automatically).
Open Hayzen.sln
in Visual Studio and build it.
You can't build with the 64-bit version of MSBuild so you'll need to run the 32-bit version manually. Open a developer PowerShell in Visual Studio (View > Terminal
) and run the following command:
# Create an alias to the 32-bit version of MSBuild named msbuild
# The default installation path of VS2022 is C:\Program Files\Microsoft Visual Studio\2022\Community
Set-Alias msbuild "<path_vs2022>\MSBuild\Current\Bin\MSBuild.exe"
Now run msbuild
to compile the plugin and deploy it to your console.
If you don't want to deploy to your console automatically, you can exclude the deployment from the build in Configuration Properties > Console Deployment > General > Excluded From Build
.
If you still want to deploy but are not satisfied with the deploy location on the console, you can change it in Configuration Properties > Console Deployment > Copy To Hard Drive > Deployment Root
.