Skip to content

Commit

Permalink
readme: clarify installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
Surasia committed Nov 9, 2024
1 parent 2c7e04b commit 096c1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

## Installation
InfiniteExt requires Easy Anti Cheat to be disabled, which can be achieved by moving the `/game` folder into the main installation directory.
InfiniteExt requires Easy Anti Cheat to be disabled, which can be achieved by moving the *contents* of the `/game` folder into the main installation directory, overriding the existing HaloInfinite.exe which acts only as an Easy Anti Cheat loader.
- Steam: `{path to SteamLibrary}/steamapps/common/Halo Infinite/game` -> `{path to SteamLibrary}/steamapps/common/Halo Infinite`
- Microsoft Store: `{path to XboxGames}/Halo Infinite/Content/game` -> `{path to XboxGames}/Halo Infinite/Content/`

For hooking InfiniteExt to Halo Infinite, the USER32 DLL has to be replaced with InfiniteExt. In a Hex editor of your choice, open the `HaloInfinite.exe` executable, search for `USER32.DLL` and replace with `InfExt.DLL`.

> [!IMPORTANT]
> Replace the User32 DLL inside the main HaloInfinite.exe, the one you copied from /game. This file should be around 80-90MBs depending on version.
> Replace the User32 DLL inside the main HaloInfinite.exe, the one you moved from /game. This file should be around 80-90MBs depending on version.
## Building
This project can be built using Visual Studio 2022 (vc143) with `vcpkg` installed. To install `vcpkg`, follow [these instructions.](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started-msbuild). Previous versions of Visual Studio haven not been tested.
Expand Down

0 comments on commit 096c1c2

Please sign in to comment.