YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience.
Go to file
2020-02-23 20:50:16 -05:00
BigBaseV2/src Removed extraneous g3::installCrashHandler call. 2020-02-23 20:50:16 -05:00
vendor Removed StackWalker and replaced it with g3log exception handling. 2020-02-22 18:45:59 -05:00
.gitignore Premake, Gitmodules, Readme 2019-06-23 22:00:18 +02:00
.gitmodules Removed StackWalker and replaced it with g3log exception handling. 2020-02-22 18:45:59 -05:00
BigBaseV2.lnk Removed StackWalker and replaced it with g3log exception handling. 2020-02-22 18:45:59 -05:00
GenerateProjects.bat Removed StackWalker and replaced it with g3log exception handling. 2020-02-22 18:45:59 -05:00
premake5.lua Fixed debug build not building. 2020-02-22 21:02:57 -05:00
README.md Added script_local implemented by gir489. 2020-02-22 20:53:28 -05:00

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://gir489@bitbucket.org/gir489/bigbasev2-fix.git --recurse-submodules
cd BigBaseV2-fix
GenerateProjects.bat

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