Skip to content

TermaciousTrickocity/Extended-Weapon-Display

Repository files navigation

Extended weapon display overlay

Allows users to set their weapon display offsets well beyond the standard limits for all games within The Master Chief Collection.

If you're trying to build this you'll also need the latest Memory.dll release.

If this breaks for whatever reason, here's how to fix:

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) or max(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 the BaseAddress string leaving the , at the end.
  • Compile and Test!