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

Reloading Assets' textures with F12. #4

Closed krypto5863 closed 6 years ago

krypto5863 commented 6 years ago

Unified Translation Loader reloaded the Assets folder when you pressed F12. I can see that YAT does reload strings but it doesn't seems to reload the Assets folder.

For example. If replace an Asset texture with another one and hit F12, The texture isn't changed.

This is a feature I used quite frequently when I did edits to the translations and do still make use of. Any way you could implement it? Not sure if it's there already...

ghorsington commented 6 years ago

The feature is already implemented in YAT, but it seems it doesn't work unless EnableStringReload is set to true (which of course does not make sense). Fixing.