Amos 99b6e5f017 Update console overlay colors
Revert back to DXGI_FORMAT_R8G8B8A8_UNORM_SRGB since the adjusted shader will deal with the conversion
2021-07-13 02:16:11 -07:00
2021-07-08 07:07:27 -07:00
2021-07-13 02:16:11 -07:00
2021-07-12 08:47:54 -07:00
2021-04-13 04:45:22 -07:00
2021-04-13 04:45:22 -07:00
2021-06-20 10:03:57 -07:00

Note [Important]

This is not a cheat or hack. Do not attempt to use this on the latest version of the game

Apex

APEX Legends / R5 Server Engine research

  • Detours-based Visual Studio project for hooking the game engine

R5Dev

To use the vs project / engine hooking, here are some basic instructions:

  1. Build the solution
    • or get the binaries from the releases page of this repo
  2. Copy r5detours.dll and launcher.exe to the apex game folder
  3. Copy the unpacked version of r5apex.exe over the original in your game folder
  4. Run launcher.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 SearchPath's defined in GameInfo.txt or the in-memory VPK structures.

Description
No description provided
Readme 47 MiB
Languages
C++ 83.8%
C 14.8%
CMake 1.1%
Batchfile 0.2%
Python 0.1%