ghorsington / CM3D2.YATranslator

Yet Another Translator -- Translation plug-in for CM3D2 remade from scratch
https://coder.horse/CM3D2.YATranslator
The Unlicense
28 stars 5 forks source link

Assets are not replaced properly on level change or manual reload #9

Closed ghorsington closed 6 years ago

ghorsington commented 6 years ago

If an asset is forced to be replaced, the helper ! prefix is not removed, which breaks asset loading.

As the log points out:

YATranslator::FindAsset::!AtlasCommon [TrophyImage::E255B45DCB632233]

which will fail because of the internal ! prefix.

Normally it should be:

YATranslator::FindAsset::AtlasCommon [TrophyImage::1367BD762E26A742]