Skip to content

Installation

Michal78900 edited this page Jun 21, 2025 · 1 revision

🧰 | Plugin Installation

How to install the plugin and dependencies

Step 0 - Prerequisites

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.

  1. Download the Harmony 2.3.6
  2. Unzip the Harmony-Fat.2.3.6.0.zip file
  3. Locate the net48 folder inside which you will find 0Harmony.dll file
  4. Move 0Harmony.dll file into SCP Secret Laboratory/LabAPI/dependencies/global directory

The rest of the zip file isn't needed and can be removed.

Step 1 - Downloading the plugin file

Download the latest version from GitHub releases.

Step 2 - Install the plugin file

Put the ProjectMER.dll into SCP Secret Laboratory/LabAPI/plugins/{port} folder.

Step 3 - Run the server

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!

Clone this wiki locally