Quantcast
Channel: GTA X Scripting - JulioNIB mods
Viewing all articles
Browse latest Browse all 172

GTA V PC ScripthookV, ScripthookV .net, ASI Loader and SDK

$
0
0
With those files you can start making your own scripts for GTA V PC or use scripts made by other people :)

ASI Loader and Scripthook

This is the responsible for "hacking" the game memory and load the ScripthookV that will load .asi scripts, so, if you plan to use my .asi script mods you need this files.

Download here

Installation:

Inside the zip file search for the files dsound.dll and ScriptHookV.dll, copy them to your GTA5.exe folder:


Make sure that your game version is compatible, this version of ASI loader + scripthook works with GTA5.exe version 1.0.335.2:



ScriptHookV .NET

This is a addon to the ScripthookV, it let modders use a C# and VB.Net languages to code the scripts, way easier and with OO that make script development easier and faster :)

Download here

Installation

Copy the files ScriptHookVDotNet.asi and ScriptHookVDotNet.dll to your GTA5.exe folder.


Credits

ASI Loader and ScripthookV by Alexander Blade
ScripthookV .NET by Crosire (and some other guys that i don't know now)


ScripthookV SDK

To start making your own .asi scripts for GTA V PC you need this SDK developed by Alexander Blade.

To make .NET scripts you need Microsoft Visual Studio 2012/2013 (maybe works with 2010 too). Add the ScriptHookVDotNet.dll file as Reference in the project, See the sample that goes with the files.

Required packages for .NET scripthook:

Microsoft .NET Framework 4.5
Microsoft Visual C++ Redistributable Package for Visual Studio 2013 (x64)

Viewing all articles
Browse latest Browse all 172

Trending Articles