CSV1 is a learning project focused on creating a real-time data analysis and visualization system for a popular first-person shooter game. It explores techniques to extract live game data without modifying or interfering with the game's codebase.
-
Authentication
The program is only directly accessible to authenticated users. Users authenticate via Firebase to gain access.
-
Note: The Firebase C++ SDK's debug libraries are too large to be hosted on GitHub directly. You can download them from the official release page:
- Download the libraries from the link above.
- Extract the contents and navigate to
libs/windows/vs2019/md/x86/Debug
. - Move the files from that folder to the following directory in your project:
/CSV1/src/vendor/firebase/libs/windows/VS2019/MD/x86/Debug