Skip to content

kaito02020424/LLBDS-PacketLib

Repository files navigation

LiteLoaderBDS C++ Plugin Template

The template repository for LiteLoaderBDS C++ plugin development.

Usage

  • Write and build your plugin

    Please refer to LiteLoaderBDS C++ Plugin Development Documentation or LiteLoaderBDS C++ 插件开发文档.

  • Edit README.md and LICENSE

    You ought not to keep the original README.md, for it contains instructions on how to build your own plugin, which might not fit your plugin repository. The README.md of your repository should contain instructions on how to build, install and use your plugin.

    You don't necessarily want your repository to be open sourced under the Unlicense, so please choose your own license in place of the LICENSE file.

For Beta Developers

If you would like to experience the latest features for plugins in beta versions of LiteLoaderBDS, you can switch the branch of the SDK to beta. Run the commands below under the plugin repository:

git submodule set-branch --branch beta SDK
git submodule update --init --remote

License

This repository is open source under the Unlicense. Please refer to the license file for further information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published