Installation
Learn how to set up Plugify, run the testing app, and install Plugify implementations.
Implementations
If you’re using Plugify for game modding (e.g., Counter-Strike 2), you’ll need to install S2-Launcher or MM-Loader. These projects provide pre-configured setups for specific games.
Running the Testing App
The plug app allows you to test plugins and language modules locally. Follow these steps to get started:
Clone the Repository
- Open a terminal or command prompt.
- Clone the Plugify repository:
Build the Project
- Navigate to the Plugify directory:
- Create a
buildfolder and configure the project with CMake: - Build the project:
Set Up the Extensions Folder
- Inside the
builddirectory (next to theplugexecutable), create anextensionsfolder: - Place your plugins and language modules inside this
extensionsfolder.
Run the Testing App
- From inside the
builddirectory, run theplugapp: - The app will automatically load any plugins and language modules located in the
extensionsfolder next to it.