HopelessFrench
La baguette
- 12
- Posts
- 8
- Years
- Age 29
- France
- Seen Jul 30, 2018
Pokemon Text Editor
Hey everyone, welcome to Pokemon Text Editor. :)It's a tool that's meant to replace the tool 'AdvanceText' which is outdated and doesn't run on-the-spot on modern hardware. I tried to make this tool platform-portable through the Qt technology, unfortunately I don't have a compiled version for Mac users yet, but once I got to run this OS in a virtual machine, I'll deploy it too.
Improvements
- Repoint data without bugs
- Doesn't repoint if there is enough trailing free space
- INI structure with infinite depth
- Context menu for adding/deleting/altering INI items
- Finds beginning of text, if requested
- Search text and insert INI items with ease
- Toolbox to choose special items like '[player]'
- Drawing line to indicate textbox ending
- Highlighting all special items
Spoiler:
Download
Coming soon!
Notes
This tool is in Alpha phase and might contain annoying bugs. Make sure to report them in this thread, I will try to fix them asap. To begin with, I've only shipped an INI for the Pok?mon FireRed version. Don't hesitate to share your INI with the entire community! And: Visible linebreaks are ignored due to the fact that it is better to have more control over them in the game through '\l', '\p' and '\n'. The tool would not be able to detect whether you want to scroll one line down or open a new textbox otherwise. In short:
Code:
This is
a text
Code:
This is\na text
Last edited: