This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/README.md
gir489 01d48cd314 Removed StackWalker and replaced it with g3log exception handling.
Updated natives for 1.50.
Added settings JSON implementation.
Refactored spawn vehicle bypass to not crash. (removed VMT hook)
2020-02-22 18:45:59 -05:00

969 B
Raw Blame History

BigBaseV2

A mod menu base for Grand Theft Auto V. Strictly for educational purposes.

Features

  • ImGuibased user interface
  • Unloading at runtime
  • Log console
  • Script fibers
  • Fiber pool
  • Access to YSC script globals
  • scrProgrambased native hook

Building

To build BigBaseV2 you need:

To set up the build environment, run the following commands in a terminal:

git clone https://github.com/Pocakking/BigBaseV2.git --recurse-submodules
cd BigBaseV2
GenerateProjects.bat

Now, you will be able to open the solution, and simply build it in Visual Studio.

It is reccomended you generate the project each time you add a file instead of adding it directly to Visual Studio.

Credits

Pocakking - Original creator.

gir489 - Implementer and wrote the g3log crash handler and added test cases.

datlimabean04 - Wrote the g3log and settings implementation.