Original Source
- Original title: External Text Files
- Original author: Tome571
- Original date: February 9, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/external-text-files.118053/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
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...
Archived First Post
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
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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 {
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...