maestre3d / scripthookvdotnet

An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community Script Hook V .NET

Build Status Join the chat at https://gitter.im/crosire/scripthookvdotnet

This is an ASI plugin for Grand Theft Auto V, based on the C++ ScriptHook by Alexander Blade, which allows running scripts written in any .NET language in-game.

Feel free to ask questions related to GTA V scripting or this project in the public Gitter chat room. The issues page should be primarily used for bug reports and enhancement ideas.

Requirements

Downloads

Pre-built binaries can be found on the releases page.

Contributing

You'll need Visual Studio 2015 or higher to open the project file and the Script Hook V SDK extracted into "/sdk".

Additionally, create an environment variable called SHVDN_VERSION and set it to version you are attempting to build.

Any contributions to the project are welcomed, it's recommended to use GitHub pull requests.

License

All the source code except for the Vector, Matrix and Quaternion classes, which are licensed separately, is licensed under the conditions of the zlib license.

About

An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game.

License:zlib License


Languages

Language:C# 99.6%Language:C++ 0.4%