The Source2 SDK is a specialized plugin for the Plugify plugin system, designed to facilitate the development of plugins for the Source 2 engine. With this SDK, developers can create, manage, and deploy custom plugins that enhance gameplay and user experience in Source 2 games.
- Plugify Framework Installed
- C++ Language Module
- PolyHook Plugin
You can install the Source2 SDK using the Plugify plugin manager by running the following command:
plg install s2sdk
-
Clone this repository:
git clone https://github.com/untrustedmodders/plugify-source-2.git --recursive cd plugify-source-2
-
Build the plugin:
mkdir build && cd build cmake .. cmake --build .
For a complete list of functions, parameters, and examples, please visit our documentation site at: Plugify Source 2 Documentation.
We welcome contributions from the community! If you’d like to contribute, please fork the repository and submit a pull request. Ensure to follow the contribution guidelines outlined in the repository.
This project is licensed under the GPLv3 License - see the LICENSE file for details.
For support and inquiries, please open an issue in the GitHub repository or contact us through our community channels.
Happy coding and enjoy creating amazing plugins for Source 2!