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: