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 fc3e5ab791 Added script_local implemented by gir489.
Added sanity checks to premake to see if the user did a proper recursive pull, and to warn them if they didn't.
2020-02-22 20:53:28 -05:00

26 lines
686 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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:
* Visual Studio 2019
* [Premake 5.0](https://premake.github.io/download.html) in your PATH
To set up the build environment, run the following commands in a terminal:
```dos
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.