mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
Removed StackWalker and replaced it with g3log exception handling.
Updated natives for 1.50. Added settings JSON implementation. Refactored spawn vehicle bypass to not crash. (removed VMT hook)
This commit is contained in:
11
README.md
11
README.md
@ -20,6 +20,15 @@ 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
|
||||
GenerateProjects.bat
|
||||
```
|
||||
Now, you will be able to open the solution, and simply build it in Visual Studio.
|
||||
|
||||
It is reccomended you generate the project each time you add a file instead of adding it directly to Visual Studio.
|
||||
|
||||
## Credits
|
||||
Pocakking - Original creator.
|
||||
|
||||
gir489 - Implementer and wrote the g3log crash handler and added test cases.
|
||||
|
||||
datlimabean04 - Wrote the g3log and settings implementation.
|
Reference in New Issue
Block a user