From c0759aa8cce9d1e1fe2dd55f452373df9b0bb550 Mon Sep 17 00:00:00 2001 From: Tyler Young Date: Sun, 5 Apr 2020 22:30:09 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29d19ea..5da7d51 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,11 @@ This is going to be a mod that just fixes up some things in Mount & Blade 2: If you'd like to collaborate on the project, please contact me via discord (̑[🅠#4344](https://discordapp.com/users/475636674076868618)) on the [TW Forums - Modding](https://discord.gg/Xpxk88) discord or the [Mount and Blade](https://discordapp.com/invite/mountandblade) discord. -This release adds delayed loading support for other mods. -Mods can add a element containing traditional that will be only loaded after the first tick of the game. This also allows delay loaded mods to refer to other modules' assemblies, such as SandBox's SandBox.ViewModelCollection.dll etc. - Current Fixes: * The Disciplinarian perk. * The Healthy Scout perk. * The Peak Form perk. - +* Fixes Item Comparison perk-based coloring. Current Features: * Enable and Disable the Intro Video @@ -20,6 +17,8 @@ Current Features: * Toggle recording First Chance Exception info (don't use unless troubleshooting bugs) * Automatically capture Diagnostic Info to the Clipboard when an Unhandled Exception crash occurs +Mods can add a element containing traditional that will be only loaded after the first tick of the game. This also allows delay loaded mods to refer to other modules' assemblies, such as SandBox's SandBox.ViewModelCollection.dll etc. + ## Links