Wuthering 1.4 Fix - All Characters
Only a few characters have been affected by this patch, with some changes being more notable than others.LightMap / FaceShadow Issue
Several characters in the game share this texture, such as Yangyan, Chixia, and others. In this patch, not only the hash but the texture itself was changed. If a single mod uses the old texture, it will conflict with all others since the hash is shared.The script searches for the old texture and replaces it. If the issue is still not resolved, search through the mods until you find the culprit.
IMPORTANT!
If your mod is broken and the First line after [Constants] is something like this:global $required_wwmi_version = 0.61
It won't work
if the version is bellow 0.70 the mod can't be fixed, you need to press ALT + F12 to enable compatibility mode and pray, it will glitch.
You can ping me on AGMG and I can give a proper look if is the case.
REMEMBER:
I don't have a crystal ball to know why "n" mod wasn't just fixed with just name, the minimum expected is that they send the link to the mod (gamebanana only).
Changli is a very complex case; some mods in component mode and merged aswell can be fixed, but there are some Changli mods that are impossible to fix with scripts alone.
Broken Characters:
- Changli
- Rover (Female)
- Jianxin
PS: IF you're using the source code remember to move the FixTexture.zip to the same path that you are using the code XD
PS2: The trigger to remap the Changli fingers is the hash: 060f5303 (Shapekeys Hash). If, for some reason, your Changli mod is already have this hash updated, it will not trigger. Also, as I've mentioned many times, not all Changli mods can be fixed without re-exporting them. Everything depends on how the modder created the assets.Fix Usage
Download the file and run it inside individual Mod Folder (I Really Recommend) . Please note that this fix is meant for Mods created with WWMI. Mods created with other tools are not included in this fix.If the Mod texture still messed after the fix and the fix prompt went well, Open the game again.
The source code is included with the post.
Build Command:
Code:
pyinstaller --onefile --add-data "version_info.txt;." --add-data "manifest.xml;." --version-file=version_info.txt --manifest=manifest.xml --add-data "C:\Genshin Migoto\3dmigoto\Mods\Skill Issue\genshin_env\Scripts\FixTexture.zip;." WWMI_FIX_14.py