2021-05-18 14:15:49 -07:00
## Note [Important]
2021-06-08 10:13:07 -07:00
This is not a cheat or hack. Do not attempt to use this on the latest version of the game
2021-05-18 14:15:49 -07:00
# Apex
2021-04-13 05:03:47 -07:00
2021-04-17 05:08:31 -07:00
APEX Legends / R5 Server Engine research
2021-04-13 05:03:47 -07:00
2021-05-18 14:15:49 -07:00
* Detours-based Visual Studio project for hooking the game engine
2021-04-13 05:03:47 -07:00
2021-05-18 14:15:49 -07:00
## R5Dev
2021-04-13 05:03:47 -07:00
2021-05-18 14:15:49 -07:00
To use the vs project / engine hooking, here are some basic instructions:
2021-04-13 05:03:47 -07:00
2021-05-18 14:15:49 -07:00
1. Build the solution
2021-04-17 05:08:31 -07:00
* or get the binaries from the releases page of this repo
2021-06-20 10:03:57 -07:00
2. Copy `r5detours.dll` and `launcher.exe` to the apex game folder
2021-05-18 14:15:49 -07:00
3. Copy the unpacked version of `r5apex.exe` over the original in your game folder
2021-06-20 10:03:57 -07:00
4. Run `launcher.exe`
2021-04-13 05:03:47 -07:00
2021-05-18 14:15:49 -07:00
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 SearchPath's defined in GameInfo.txt or the in-memory VPK structures.