From 44c685b698eaf7f13d38b3985fc199d3a1c0fd1a Mon Sep 17 00:00:00 2001 From: Nefaro Date: Tue, 15 Feb 2022 18:55:44 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7a7d642..4dddb0d 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,11 @@ Gnoll is a package or packaging of a group of tools that allows building, loadin - Installer **Patches** are the code changes needed for everything Gnoll to work within Gnomoria. We use manual crafted IL (https://en.wikipedia.org/wiki/Common_Intermediate_Language) patches as well as [Harmony](https://github.com/pardeike/Harmony) for newer patches. + **ModLoader** is the component that is hooked into Gnomoria by the patches. It is responsible for being the "glue" between the game and the provided mods. + **Mods** are the components loaded by ModLoader and add additional functionality or, on some cases, fix or work around bugs. + **Installer** is the packaging that is released and is responsible for applying the patches, installing the modloader and the mods.. ## Prerequisites for Manual Install: