halo3-rs
This project is a rust-based extension module for Halo 3 in the Master Chief Collection on PC. The DLL wrapper contains a collection of patches which are used to either fix bugs or extend the functionality of the game with new features.
Supported MCC Version: 2021.07.16.132181.1-Nightly-Release
Features
Feature | Shortcut Keys |
---|---|
Disable Kill Triggers | Alt + NumPad 1 - (On), NumPad 1 - (Off) |
Disable Soft Ceilings | Alt + NumPad 2 - (On), NumPad 2 - (Off) |
Disable Safe Zones | Alt + NumPad 3 - (On), NumPad 3 - (Off) |
Disable Guardian Surging | Alt + NumPad 4 - (On), NumPad 4 - (Off) |
Installation
- Compile the workspace with
cargo build --release
- Seek to
C:\Program Files (x86)\Steam\steamapps\common\Halo The Master Chief Collection\halo3
and renamehalo3.dll
tohalo3_original.dll
- Copy
halo3.dll
fromhalo3-rs\target\release
toC:\Program Files (x86)\Steam\steamapps\common\Halo The Master Chief Collection\halo3
- Launch MCC and enjoy
Special Thanks
This project would not be possible without the innovations made by the various people who contributed to ElDewrito, OpenSauce and Project Cartographer. While there are too many to list here, all the people from throughout the years who have provided pre-release builds of Halo, source code, user-made tools, laboriously-procured research and troubleshooting help have all helped directly shape the modern state of Halo modding for the community.
Thank you, all of you!