A mod menu base for Grand Theft Auto V. Strictly for educational purposes.
To build BigBaseV2 you need:
To set up the build environment, run the following commands in a terminal:
git clone https://github.com/TupoyeMenu/BigBaseV2-fix.git
cd BigBaseV2-fix
mkdir build
cd build
cmake ..
Now, you will be able to open the solution, and simply build it in Visual Studio.
To build BigBaseV2 you need:
To set up the build environment, run the following commands in a terminal:
git clone https://github.com/TupoyeMenu/BigBaseV2-fix.git
cd BigBaseV2-fix
mkdir build && cd build
cmake .. -DCROSSCOMPILE:BOOL=TRUE -DUSE_GCC:BOOL=TRUE -G Ninja
ninja
Credits | |
---|---|
Pocakking | BigBaseV2 |
spankerincrease(gir489) | BigBaseV2-fix |
YimMenu contributors | Updates for newer GTA V versions, most of the code is stolen from them |
tupoy-ya | Being stupid |
This project is licensed under GNU GENERAL PUBLIC LICENSE Version 2 because i stole a lot of code from YimMenu.