Skip to content

V4.5.2: 🚨 Fix Character Remaps Breaking from GI 5.7 Update 🚨

Choose a tag to compare

@Alex-Au1 Alex-Au1 released this 22 Jun 07:28
· 11 commits to v4.5.x since this release
ebabd75

Bugs

  • 🚨 Critical Bug : Fix many characters from breaking due to the new 5.7 GI game update. 🚨

    • Important: The fix requires you to use the latest version of ORFix

    • Characters either had their normal maps removed or had a model update that triggered a IB rendering issue in GIMI: #160
      More details on which characters were breaking are here: #178 (comment)

    • To account for the transition between old mods with normal maps and future mods that do not include normal maps, pixel shader registers, ps-tx are recommended to follow the same standard naming scheme define in GIMI Assets. Usually mods auto generated by the standard scripts will follow this standard, but this requirement is more targeted for mods that custom made their .ini files

      More details about this requirement is found here:
      https://anime-game-remap.readthedocs.io/en/latest/fileRequirements.html#textureoverride-register-value-naming


Misc

  • The version specified using the -v/--version option now follows the PEP 440 versioning standard

Download

File Download

  • Click AGRemap-4-5-2.py download link below

Pypi Download

  • Run python -m pip install -U AnimeGameRemap on CMD