Allows users to set their weapon display offsets well beyond the standard limits for all games within The Master Chief Collection.
- Install the .NET 7.0 Runtime and .NET 7.0 Desktop Runtime before trying to run/build.
- Launch The Master Chief Collection with EAC off.
- Use 'C' to toggle the overlay.
If you're trying to build this you'll also need the latest Memory.dll release.
Should be very simple unless 343 adds more things to the setting menus.
- Open MCC with EAC off.
- While on the Main Menu, change the Reach Melee to the
min(-20.0)
ormax(15.0)
value and save. - Exit back to the Main Menu.
- Float scan in Cheat Engine for the value set.
- Once you're down to around 100/250, start a Reach custom game.
- Modify each value until one of them visually changes the Weapon Offset.
- Once found, generate a pointermap and pointer scan for valid pointers.
- Double click the pointers that end with:
0xB3C
- Inside
Program.cs
paste the pointer in theBaseAddress
string leaving the,
at the end. - Compile and Test!