mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
912 B
912 B
apex
APEX Legends / R5 Local Engine Server research
- detours-based Visual Studio project for hooking the game engine
r5dev
to use the vs project / engine hooking, here are some basic instructions
- build the solution
- or get the binaries from the
v0.1-alpha.zip
on the releases page of this repo
- or get the binaries from the
- copy
r5dev.dll
andr5launcher.exe
to the apex game folder - copy the unpacked version of
r5apex.exe
over the original in your game folder - run
r5launcher.exe
the game will pop a debug terminal, that will forward your commands directly to the in-game source console backend. SQVM prints are also enabled, and the hooks will attempt to load game vscripts out of platform\
relative from the game executable before falling back to the in-memory VPK structures.
In the future we should probably look over the source engine GameDLL/Engine interfaces (IVEngineServer, IVEngineClient) etc.