TupoyeMenu / BigBaseV2-fix

BigBaseV2 updated for GTA 5 1.0.2944.0 (1.67). Mostly skidded from YimMenu. Fucking useless! I updated the crossmap!!!!
GNU General Public License v2.0
3 stars 2 forks source link
bigbasev2

BigBaseV2

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

Features

Building

Windows

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.

GNU/Linux

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

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

License

This project is licensed under GNU GENERAL PUBLIC LICENSE Version 2 because i stole a lot of code from YimMenu.