TmpMenu/README.md
2020-12-30 16:45:26 +01:00

664 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/Yimura/YimMenu.git --recurse-submodules
cd YimMenu
GenerateProjects.bat

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