codecat / SHVDNPro

Fork of crosire's ScriptHookVDotNet with major optimization fixes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script Hook V .NET Pro

This is a fork of Crosire's ScriptHookVDotNet. The core has been rewritten to work with multiple real SHV script functions instead of only 1. The benefit of this is that you get a major performance boost due to the fact that we don't need to start our own threads and queue up natives on the main script thread, we can just call natives directly.

The fork was created for the Grand Theft Multiplayer mod with the aim to boost performance, but later repurposed as an open source library.

Requirements

Contributing

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

Feel free to send a pull request. I'm not sure I will be able to contribute a lot more to this project, as I've stopped being active in the community.

Support me

Want to donate? Send me some bitcoins! 17GbWEg4sNvuXzBPqHriscEqg6wW9h1Gak

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

Fork of crosire's ScriptHookVDotNet with major optimization fixes.

License:zlib License


Languages

Language:C# 75.0%Language:C++ 25.0%Language:C 0.0%