A simple Qt6 application for editing Mega Man Zero 1–4 .tpl script files.
- Open
.tplscript files - Edit individual scripts
- Save the current script or all scripts
- Global search (supports regular expressions)
- Undo / Redo
- Drag & drop support
- Automatic light/dark theme detection
- Qt 6.5
- CMake
- C++17 compatible compiler
This editor is designed to work with the .tpl script files included in the MMZC GBA Script Restoration project.
The mod is available at: https://github.com/StraDaMa/MMZC-GBA-Script-Restoration
mkdir build
cd build
cmake ..
cmake --build .- Launch the application.
- Open a
.tplfile (Ctrl+O). - Select a script from the list.
- Edit the text.
- Save the current script (
Ctrl+S) or save all changes.
| Shortcut | Action |
|---|---|
| Ctrl+O | Open TPL |
| Ctrl+S | Save Current Script |
| Ctrl+Shift+F | Global Search |
| Ctrl+Z | Undo |
| Ctrl+Y | Redo |
Special thanks to StraDaMa for the MMZC GBA Script Restoration project, which distributes the .tpl script files supported by this editor.
This project is released under the MIT License.