- Sep 23, 2017
- 164
- 260
FYI, if the animation doesn't work its typically an indication of a MTL translation without TLC.
The common cause with RPGM games is when the script for image progression is broken.
So script is to show scene with img A and then progress to animation file XYC. However the animation file XYC was translated to ABC and so there is no file for the transition to go to.
Two solutions I found were to leave the code script sections untranslated or to match the file translations properly so the code pulls the proper transition. However, that takes a LOT of code digging or effort beyond batch translate.
The common cause with RPGM games is when the script for image progression is broken.
So script is to show scene with img A and then progress to animation file XYC. However the animation file XYC was translated to ABC and so there is no file for the transition to go to.
Two solutions I found were to leave the code script sections untranslated or to match the file translations properly so the code pulls the proper transition. However, that takes a LOT of code digging or effort beyond batch translate.