Skip to content

Commit 850cfce

Browse files
authored
Update README.md
1 parent 7610b40 commit 850cfce

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@ Allows users to set their weapon display offsets well beyond the standard limits
55
- Launch The Master Chief Collection with EAC off.
66
- Use 'C' to toggle the overlay.
77

8-
If you're trying to build this you'll also need the latest [Memory.dll](https://github.com/erfg12/memory.dll/) release.
8+
If you're trying to build from source you'll also need the latest [Memory.dll](https://github.com/erfg12/memory.dll/) release.
99

1010
<img src="https://github.com/TermaciousTrickocity/Extended-Weapon-Display/assets/62641541/c0253efa-3c7a-473c-832d-6e4fa994c0ec" width="800" height="450">
1111
<img src="https://github.com/user-attachments/assets/47b0c763-4639-42de-a1bb-5d23988733bd" width="800" height="450">
1212

1313
## If this breaks for whatever reason, here's how to fix:
14-
> Should be very simple unless 343 adds more things to the setting menus.
1514
- Open MCC with EAC off.
16-
- While on the Main Menu, change the Reach Melee to the `min(-20.0)` or `max(15.0)` value and save.
17-
- Exit back to the Main Menu.
18-
- Float scan in Cheat Engine for the value set.
19-
- Once you're down to around 100/250, start a Reach custom game.
20-
- Modify each value until one of them visually changes the Weapon Offset.
15+
- Find the float value using Cheat Engine.
2116
- Once found, generate a pointermap and pointer scan for valid pointers.
2217
- Double click the pointers that end with: `0xB3C`
2318
- Inside `Program.cs` paste the pointer in the `BaseAddress` string leaving the `,` at the end.
24-
- Compile and Test!

0 commit comments

Comments
 (0)