Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 842 Bytes

Readme.md

File metadata and controls

24 lines (19 loc) · 842 Bytes

DLL Plugin Loader

Developer Discord

A simple pluginloader. Comes with multiple different system dll proxies.

To install:

  1. Download one of the releases, and pick the relevant proxy dll for your game.
  2. Place that dll in the same folder as the game executable.
  3. Place any plugin dlls you want to load in the Plugins folder. This folder is also auto created when you launch the game.

Development

To build:

  1. Clone the repo (including submodules).

    git clone --recursive https://github.com/bl-sdk/pluginloader.git
  2. Choose a preset, and run CMake. Most IDEs will be able to do this for you,

    cmake . --preset msvc-x64-debug
    cmake --build out/build/msvc-x64-debug