Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2.76 KB

README.md

File metadata and controls

68 lines (42 loc) · 2.76 KB

Hayzen

Hayzen is a dynamic library (DLL) for RGH/Jtag/Devkit Xbox 360s that contains mods for different games.

Features

Game detection

MW2 Multiplayer Detected

A mod menu

MW2 Multiplayer Detected

Supported 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)

Running debug builds

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.

Installation

Normal use

  • 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 😉.

Development

Clone the repository and the submodule:

git clone --recursive https://github.com/ClementDreptin/Hayzen.git

Requirements

  • 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).

Visual Studio 2019

Open Hayzen.sln in Visual Studio and build it.

Visual Studio 2022

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.

Notes

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.