-
Notifications
You must be signed in to change notification settings - Fork 30
Installation
Michal78900 edited this page Jun 21, 2025
·
1 revision
How to install the plugin and dependencies
This plugin uses Harmony - a library for patching, replacing and decorating .NET and Mono methods during runtime. It is used by the plugin to patch certain parts of code in the game to make some aspects of the plugin work.
You need to install it as a dependency (if you don't have it already) before you install the plugin itself.
- Download the Harmony 2.3.6
- Unzip the
Harmony-Fat.2.3.6.0.zipfile - Locate the
net48folder inside which you will find0Harmony.dllfile - Move
0Harmony.dllfile intoSCP Secret Laboratory/LabAPI/dependencies/globaldirectory
The rest of the zip file isn't needed and can be removed.
Download the latest version from GitHub releases.
Put the ProjectMER.dll into SCP Secret Laboratory/LabAPI/plugins/{port} folder.
Run the server (or restart it if it's already running)
You should see the messages about config and folders creation
If there aren't any red errors, congratulations, you've installed the plugin!