This plugin allows you to call messages from external JSON files. In doing so, it makes it much easier to collaborate on a project, or change text for different localizations. It is compatible with Yanfly's Message Core. It is also recommended to use Yanfly's Message Core for word wrap and text codes, at minimum. That way, it makes it very easy to write external files and just have them called into your project. Options include the ability to choose faceset for the message, make the background dim or transparent, or...
This plugin allows you to call messages from external JSON files.
In doing so, it makes it much easier to collaborate on a project, or change text for different localizations.
It is compatible with Yanfly's Message Core. It is also recommended to use Yanfly's Message Core for word wrap and text codes, at minimum. That way, it makes it very easy to write external files and just have them called into your project.
Options include the ability to choose faceset for the message, make the background dim or transparent, or window location - all the default options for the Show Text command.
Use Script call - $gameMessage.showExternalMessage($file,id) to call messages.
The file and id can both be internal variables, allowing increased flexibility for incrementing messages, randomizing messages with NPCs, localization options, or doing if/else branching, based on variable change instead of using 10,000 nested if statements.
Examples of JSON file format and of various uses of the script call flexibility are included in the Demo Project.
Terms of Use: Okay to use in commercial or non-commercial projects. No credit is required. Editing is okay for personal use. Reposting, using parts of code, or redistributing with intent to sell can't be done without permission.
https://tome571.itch.io/external-text-files
Terms of Use: Okay to use in commercial or non-commercial projects. No credit is required. Editing is okay for personal use. Reposting, using parts of code, or redistributing with intent to sell can't be done without permission. https://tome571.itch.io/external-text-files Spoiler: Screenshots {