From 4691e3dd97bdda399803a43c7aabfd1abc615046 Mon Sep 17 00:00:00 2001 From: bmountney Date: Sun, 26 Apr 2020 02:54:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0da028..22db9d9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ Version 1.3.0.0 of the mod adds an additional exception check that was necessary As of the 1.2.0.1 version of the mod, it will now also work on the e1.1.2 version of the game, and likely earlier versions, as well, since I was able to have it try using the newer method names first, and the the older ones if that fails. Although the original version of the mod from Aragas still works on e1.1.2, in my tests I was able to open some save files with this version that the original mod would not open, likely due to the extra checks for null and invalid objects. It will also hopefully continue to work with subsequent versions of the game, unless they change more of the method names, but in that case I'll try to create a new version of the mod that will still work. -This version of the mod shows up as "e1.2.0 Save Missing Module Fix" in the Bannerlord launcher, and is stored in a module folder named "Aragas.SaveMissingModuleFix120" to differentiate it from the original mod in case someone has both installed. Only one version of the mod should be active, so it would be best to remove the module folder for the old version. However, if both versions are installed, it is important that only this one be selected in the Bannerlord launcher, otherwise it may run the wrong one or more likely just crash. +This version of the mod shows up as "Alt Save Missing Module Fix" in the Bannerlord launcher, and is stored in a module folder named "Aragas.AltSaveMissingModuleFix" to differentiate it from the original mod in case someone has both installed. Only one version of the mod should be active, so it would be best to remove the module folder for the old version. However, if both versions are installed, it is important that only this one be selected in the Bannerlord launcher, otherwise it may run the wrong one or more likely just crash. I also included several fixes that were in Aragas's 1.0.1 version of the mod on Nexus Mods, but were not yet submitted to the version on Github, which was still at version 1.0.0. I determined the fixes that were in the 1.0.1 version by comparing decompiliations of both the 1.0.0 and 1.0.1 binaries.