Python Bindings

BakkesMod has dropped support for 32bit plugins. This plugin has not yet been updated to 64bit. Until the plugin has been recompiled by the author, downloads are unavailable
Plugin Banner
Author: Martinii
First Uploaded: 08/14/2019
Last Updated: 08/18/2019
 Views: 20174
 Downloads: 851
 Open Plugin Homepage

A plugin with bindings between the BakkesmodSDK and python


DESCRIPTION

This is a plugin that enables the development and use of python in bakkesmod plugins.

Any python script placed in bakkesmod\data\python will be attempted to load. The plugin will call onLoad(GameWrapper, CVarManagerWrapper) when loading the script. The plugin constructor should be called here.

Install instruction:

  1. Install the plugin from this site

  2. You will need to install a compatible python version in addition to this. I recommend downloading this: https://www.python.org/ftp/python/3.7.3/python-3.7.3-embed-win32.zip

  3. extract the zip somewhere (does not matter where) and add the location to PATH (video) (The video also shows an optional step of how to add scripts to the plugin) Video: https://youtu.be/vcavTkvWJvs

  4. Restart for the env path variable to update globally

  5. Activate the plugin with the plugin manager