diff --git a/README.md b/README.md index 9a7e2ab..a95620f 100644 --- a/README.md +++ b/README.md @@ -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.