EasyRPG / Tools

Assorted tools to handle RPG Maker 2000/2003 files
https://easyrpg.org/tools/
50 stars 18 forks source link

Gencache: Translated asset directories are ignored #65

Closed Flashfyre closed 2 years ago

Flashfyre commented 2 years ago

There is support for translated assets by putting mirrored asset folders in Language/LANGUAGE_NAME/, for example 'Picture'. Gencache does not pick up these directories. When index.json is edited manually to include them, translated assets work as intended.

Ghabry commented 2 years ago

It is possible that you hit the recursion limit.

Try gencache -r 4

Flashfyre commented 2 years ago

This has fixed the problem. Thank you.