Skip to content

Releases: bmountney/Aragas.AltSaveSystemFix

Aragas.SaveSystemFix modified to support Bannerlord Beta e1.3.0 - mod version 1.3.0.0

26 Apr 06:59
4691e3d
Compare
Choose a tag to compare

Version 1.3.0.0 adds an additional exception check that was necessary to get some saves to load with the beta e1.3.0 version of the game after certain mods were removed, such as "Tournaments XPanded-for-BL1.3.0" and probably others, as well. I also renamed the mod folder from "SaveMissingModuleFix120" to "AltSaveMissingModuleFix" to avoid the confusion of having the game version in the name when it actually works with multiple versions. Also, it now shows up in the Bannerlord launcher as "Alt Save Missing Module Fix". Make sure to remove the old "SaveMissingModuleFix120" folder when adding this new version.

Aragas.SaveSystemFix modified to support Bannerlord Beta e1.2.0 - mod version 1.2.0.1

24 Apr 06:44
Compare
Choose a tag to compare

Added code to allow the mod to work with both the beta e1.2.0 and the regular e1.1.2 versions of the game. Although the original version of the mod from Aragas still works in e1.1.2, it seems that the extra checks for null and invalid objects I added in this new version allow it to open some saves in e1.1.2 that would fail to open with the original mod.

Note that although the 7-zip file is now named "Aragas.SaveMissingModuleFix1201" the folder inside is still named "Aragas.SaveMissingModuleFix120" and that is what should go into the game's "Modules" folder.

(For anyone who is planning to compile it themselves, I also switched the project to be based on .Net Framework 4.7.2 instead of .Net Standard 2.0, since I couldn't get debugging to work otherwise, and it seems that is what many other mods are using, as well.)

Aragas.SaveSystemFix modified to support Bannerlord Beta e1.2.0 - mod version 1.2.0

24 Apr 01:15
Compare
Choose a tag to compare

This is an updated version of Aragas's Aragas.SaveSystemFix mod for Mount & Blade Bannerlord, which fixes problems loading saves with data from other mods that have been removed. This version is modified to fix several problems that were preventing it from working with the beta e.1.2.0 version of the game.