https://github.com/nxroot/asi-mod-builder
Easy way to make ASI Mods for GTA V.
https://github.com/nxroot/asi-mod-builder
asi gta5 mods scripthookv
Last synced: 5 months ago
JSON representation
Easy way to make ASI Mods for GTA V.
- Host: GitHub
- URL: https://github.com/nxroot/asi-mod-builder
- Owner: NxRoot
- Created: 2025-05-12T19:03:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T07:52:54.000Z (about 1 year ago)
- Last Synced: 2025-06-13T08:40:13.619Z (about 1 year ago)
- Topics: asi, gta5, mods, scripthookv
- Homepage: https://youtu.be/geviDD33smE
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASI-Mod-Builder for GTA V
Easy way to make ASI Mods for GTA V using [Script Hook V](http://www.dev-c.com/gtav/scripthookv/).

| Exe | Description | Releases |
| -------- | ------- | ------- |
|
| Download the latest version | [Download](https://github.com/NxRoot/asi-mod-builder/releases/download/latest/asi-mod-builder.zip) |
# How to Use
Run this in the terminal to generate the ASI mod:
### Simple Usage
This will build the current folder:
```boo
asi
```
### Advanced Usage
This will build the specified folder:
```css
asi .\\mod_folder
```
## More Information
### Need to Know
What is ASI?
> ASI is just a `renamed DLL` that is recognizable by **Script Hook V**.
What is Script Hook V?
> SHV is a `C++ Library` that contains **GTA** native methods.
How does Script Hook V work?
> SHV works as a `DLL injector` that loads **ASI or DLL** mods inside the game folder.
How can we create new mods?
> Mods are writen in `C++` and then **compiled** into a DLL or ASI file.
Why do we need to compile mods?
> Mods depend on `ScriptHookV.lib`, that means we **must** include it when compiling new code.
### Frequently Asked Questions
Do we need to install Visual Studio?
> No, Visual Studio is ***not*** required.
Do we need to install MS Build Tools?
> No, MS Build Tools is ***not*** required.
##
⭐ If you find this useful!