Mutagen-Modding / Mutagen

A .NET library for analyzing, creating, and manipulating Bethesda mods
GNU General Public License v3.0
117 stars 32 forks source link

String breaks due to consecutive patches #517

Closed Xanardi closed 4 months ago

Xanardi commented 4 months ago

When I run multiple patcher sequences and output Synthesis.esp, the strings (Japanese) are partially broken.

I think that the mixture of Localized and Unlcalized patcher target ESP is not good.

For example, this happens when the following patches are executed successively.

If you separate the group of patches, the strings will not be broken.

Noggog commented 4 months ago

Sorry for the long delay!

I think this card has perhaps been opened in the wrong repo? Feels more appropriate to be in https://github.com/Mutagen-Modding/Synthesis

Can you reopen the card there, and also include your specific settings that you have selected for the language settings of Synthesis? https://github.com/Mutagen-Modding/Synthesis/wiki/Language-Settings

It's definitely a complex topic, and things can get borked if everything isn't set up exactly as it needs to be. I hope to improve the docs for this more over time to help people make the right selections.

See you over on the synthe repo!

Xanardi commented 4 months ago

Thank you. I reviewed the settings and was able to resolve the issue.

Thanks for the Wiki referral. That's exactly what I was looking for.