Premake, Gitmodules, Readme

This commit is contained in:
Pocakking
2019-06-23 22:00:18 +02:00
parent 1ec1716c2e
commit 17fe337342
108 changed files with 303 additions and 68667 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# 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://github.com/Pocakking/BigBaseV2.git --recurse-submodules
cd BigBaseV2
premake5 vs2019
```
Now, you will be able to open the solution, and simply build it in Visual Studio.