Open matty45 opened 1 week ago
Are you using the latest version? That should have the updated offsets.
For me a console window comes up with log entries but then disappears with no game load.
InfiniteExt up to date Windows 11 Halo Infinite up to date
Are you using the latest version? That should have the updated offsets.
Made sure to use the latest version in releases.
Infinite has to be launched from Steam, as it still depends on the steamapi dll. Let me know if that fixes it.
Launching from steam did not change anything.
Same outcome for me, as well.
Hm, I'll take a look in a moment.
i think it could be the imgui hook:
wait what. its working now!?
all i did was go through the thing step by step in x64dbg
The game raises a number of exceptions when launching, which yes you should be able to step through in x64dbg. I however think the initial issue is with DX12 not presenting as soon as the hooks are done- I might have to add a delay there to compensate for it.
dx12 hooking is painful compared to older graphics apis
It unfortunately is. @acurtis166 Have you had any success?
Not yet - I'll try a couple things tonight and let you know. Thanks!
I think I'm in the same situation as matty45 now. "ImGui initialized" is logged to the terminal before the crash.
After installing the tool as instructed in the readme, the game crashes to desktop, some point after initializing imgui. It is unknown if its because of a new update something else.