This is an ASI plugin for Grand Theft Auto V that allows you to execute Python 3 scripts in game by using the Script Hook V from Alexander Blade.
Prebuilt binaries can be found on the releases page.
To get started on writing scripts, head over to this wiki page.
All contributions are warmly welcomed. Below are a few hints to the entry points of the code and a link to our to do list.
Py3kWrapperStart
in wrapper.cpp is the entry point for the
C++ part of the plugin_init
in the gta module is the entry point for the
Python part of the pluginSee TODO.md.
If you want to build the ASI plugin yourself, you'll need: