An open API service indexing awesome lists of open source software.

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.

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!