Stuff I have added/modified in ReVC.
I have added quite a bit into ReVC, I started off by learning how the C++ code for ReVC works
which took a while to begin to understand. One of the things that took a while is
adding ImGui as a mod menu using the F8 key with tons of features.
The style and font came from the Cheat Menu project
here
Lua loading
I have also added a lua loader which took a bit to figure out.
It can run events I set up for it when the game processes anything.
It has two files, one that gets loaded on game init/wasted/busted. And one that runs all the time for events.
Code changes/file changes
There has been a lot of changes and modifications to the code in this, a lot of changes from the Vice Extended project
https://github.com/x87/gta-extended have been added to this.
Messing with this project has taught me a lot of C++
I have moved quite a few files into the 'ViceExtended' folder in the Vice City directory.
The userfiles folder has been moved out of the Vice City root and into the new folder.
Here is a list of files/folders that now load from the new directory:
- TEXT/ (Game texts)
- main.scm, main_d.scm, and freeroam_miami.scm (Game scripts in 'ViceExtended/data'
- Some more files in 'ViceExtended/data' folder, I need to write a list of these later.
- Most files from the models folder have been moved into the 'ViceExtended' folder
Patches for my custom content
My patches for this project are located on my GitHub https://github.com/kelson8/KCNet-ReVC-Patches
Due to the legality of the ReVC source code, I won't share it directly but as patches.
I would like to eventually make a tool that downloads the ReVC source code, applies these patches to it and builds it.
That shouldn't be too hard once I figure things out. I'll even set up the project to download some of the updated game files.
I will need to find a place to upload some new files for this to fully function.
New content that needs added to the game directory
The Vice Extended folders below are located in the Vice City game directory like this: "C:\Rockstar Games\GTA Vice City\ViceExtended"
- New game texts (American.GXT)
- lua scripts (ViceExtended/lua_scripts)
- Some new models from Vice Extended, mostly hud.txd and weaponSights.txd in the 'ViceExtended/models' folder
- ini files in the root of the 'ViceExtended' folder
- Some additions to animations to the gta3.img in 'models' in the Vice City folder.
- Cheat menu fonts under 'ViceExtended/fonts'
About
I will be posting videos/screenshots of the ImGui loading, lua events, and what all I am working on setting up.
Not sure when I'll get around to adding all that, first I need to document the project a bit better on my GitHub patches.
You will need to own a copy of Vice City for this project, this won't work without it.