From b517071c30f446083398f39e0890f2434e077471 Mon Sep 17 00:00:00 2001 From: z5tm <25470123+z5tm@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:22:47 -0500 Subject: [PATCH] docs: Tidied up README.md - Wrote a concise installation guide. - Linked to the wiki. - Fixed grammatical errors - Fixed spelling error --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc9a29d..13e2b40 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,15 @@ # Installation -Put your [`MapEditorReborn.dll`](https://github.com/Michal78900/ProjectMER/releases/latest) file in `LabAPI-beta/plugins` path. -Once your plugin will load, it will create directory `LapAPI-beta/configs/ProjectMER`; This directory will contain two sub-directories **Schematics** and **Maps** +Put your [`MapEditorReborn.dll`](https://github.com/Michal78900/ProjectMER/releases/latest) file in `LabAPI/plugins/global/`. + +Unzip [`Harmony-Fat.2.3.6.0.zip`](https://github.com/pardeike/Harmony/releases/download/v2.3.6.0/Harmony-Fat.2.3.6.0.zip). + +Within the unzipped archive, move `net48/0Harmony.dll` to `LabAPI/dependencies/global/`. + +Once your plugin loads, it will create a directory at `LabAPI/configs/ProjectMER`. This directory will contain two sub-directories: **Schematics** and **Maps**. + +**[Wiki (WIP)](https://github.com/Michal78900/ProjectMER/wiki)** **[Full MER tutorial](https://docs.google.com/document/d/10V2PnqobeBFb2xTFIHSGmM2KK9_h2wethiVQdcjyhGc/edit?usp=sharing)** @@ -25,4 +32,4 @@ Once your plugin will load, it will create directory `LapAPI-beta/configs/Projec - Plugin made by [Michal78900](https://github.com/Michal78900) - Original plugin idea and code overhaul by [Killers0992](https://github.com/Killers0992) - Another code overhaul and documentation by [Nao](https://github.com/NaoUnderscore) -- Testing the plugin by Cegła, The Jukers server staff and others \ No newline at end of file +- Testing the plugin by Cegła, The Jukers server staff and others