Skip to content

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

Compare
Choose a tag to compare
@bmountney bmountney released this 24 Apr 06:44
· 7 commits to master since this release

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.)