V4.5.2: π¨ Fix Character Remaps Breaking from GI 5.7 Update π¨
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-txare 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 filesMore 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/--versionoption now follows the PEP 440 versioning standard
Download
File Download
- Click
AGRemap-4-5-2.pydownload link below
Pypi Download
- Run
python -m pip install -U AnimeGameRemapon CMD