- Joined
- Aug 15, 2013
- Messages
- 72
- Reaction score
- 32
- First Language
- English
- Primarily Uses
- RMMV
Hi all,
I’m making my own external tool for dialogue tree editing. This is because the dialogues in my game can branch quite a bit, and the RPG Maker editor isn’t great for these large dialogue trees.
In my external tool, I’m generating a .txt file that includes all my dialogue for that encounter. That being said, I’m not terribly aware of the way to properly import these files in JavaScript. Is there a difference between loading a file in the editor and loading a file in an exported version of the game? Any resources you could point me towards I’d greatly appreciate.
I’m making my own external tool for dialogue tree editing. This is because the dialogues in my game can branch quite a bit, and the RPG Maker editor isn’t great for these large dialogue trees.
In my external tool, I’m generating a .txt file that includes all my dialogue for that encounter. That being said, I’m not terribly aware of the way to properly import these files in JavaScript. Is there a difference between loading a file in the editor and loading a file in an exported version of the game? Any resources you could point me towards I’d greatly appreciate.

