0% found this document useful (0 votes)
159 views1 page

GTA V Script Hook V .NET Plugin

This plugin allows running .NET scripts in Grand Theft Auto V by utilizing the C++ ScriptHook V. It requires the C++ ScriptHook, .NET Framework 4.5.2 or later, and Visual C++ 2013 Redistributable. Pre-built binaries can be found on the releases page, while the source code is on GitHub where any contributions are welcome via pull requests.

Uploaded by

Zulfikar Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
159 views1 page

GTA V Script Hook V .NET Plugin

This plugin allows running .NET scripts in Grand Theft Auto V by utilizing the C++ ScriptHook V. It requires the C++ ScriptHook, .NET Framework 4.5.2 or later, and Visual C++ 2013 Redistributable. Pre-built binaries can be found on the releases page, while the source code is on GitHub where any contributions are welcome via pull requests.

Uploaded by

Zulfikar Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Community Script Hook V .

NET
============================

[![Build Status]
(https://ci.appveyor.com/api/projects/status/github/crosire/scripthookvdotnet?
branch=master&svg=true)](https://ci.appveyor.com/project/crosire/scripthookvdotnet)
[![Join the chat at https://gitter.im/crosire/scripthookvdotnet]
(https://img.shields.io/badge/gitter-join%20chat-1dce73.svg)]
(https://gitter.im/crosire/scripthookvdotnet?
utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

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](https://gitter.im/crosire/scripthookvdotnet). The issues page
should be primarily used for bug reports and enhancement ideas.

## Requirements

* [C++ ScriptHook by Alexander Blade](http://www.dev-c.com/gtav/scripthookv/)


* [.NET Framework ≥ 4.5.2](https://www.microsoft.com/download/details.aspx?
id=42642)
* [Visual C++ Redistributable for Visual Studio 2013 x64]
(https://www.microsoft.com/download/details.aspx?id=40784)

## Downloads

Pre-built binaries can be found on the [releases]


(https://github.com/crosire/scripthookvdotnet/releases) page.

## Contributing

You'll need Visual Studio 2013 or higher to open the project file and the [Script
Hook V SDK](http://www.dev-c.com/gtav/scripthookv/) extracted into "[/sdk](/sdk)".

Any contributions to the project are welcomed, it's recommended to use GitHub [pull
requests](https://help.github.com/articles/using-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]
(LICENSE.txt).

You might also like