MJOLNIR Code Mods changelog
MJOLNIR Code Modsv0.2.0

MJOLNIRCore installs itself on a fresh setup

MJOLNIRCore 1.0.1 marks itself as a mod that first-time setup should install, and fixes existing installs wrongly reading as modified.

Changed

  • MJOLNIRCore 1.0.1. It now declares itself part of the set the launcher installs during first-time setup, so a new install no longer ends up with a modding framework and nothing to load. No script code changed.

Fixed

  • Untouched installs could read as "modified". Marking the mod as a setup default changed the bytes it ships, while the version it declared stayed 1.0.0. Older installs — anything predating per-mod records — compared their files against the new release, found a difference, and reported that the files had been changed since installation, in red, with no update offered to clear it.

    Declaring 1.0.1 lets the launcher tell the truth instead: the same install now reads as out of date, which is not the same as tampered with, and taking the update settles it as verified.