This fork of Sage of Mirror's Ocarina Text Editor adds a bunch of extra features:
- A message previewer
- Support for custom fonts
- Support for staff roll messages (hold CTRL while opening a ROM)
- Support for opening ZZRTL, ZZRT and Z64ROM-exported filesystems directly
- Support for Ocarina of Time versions: PAL1.0, PAL1.1, PAL Gamecube, PAL Master Quest, PAL Beta Master Quest, Debug, NTSC0.9, NTSC1.0, NTSC1.1, NTSC1.2, NTSC GameCube, NTSC Master Quest, NTSC Lodgenet
- Support for Majora's Mask versions: PAL1.0, PAL1.1, PAL Gamecube, PAL Debug ROM, NTSC1.0, NTSC Kiosk Demo, NTSC GameCube
- Support for remapping characters
To open credits messages, hold left CTRL while opening a ROM or Z64ROM filesystem. For ZZRT and ZZRTL, edit the credits messages by opening the base ROM (as they don't extract the credits messages from it).
You can search through the messages by typing in the top-left corner textbox. You can also filter messages with a regex pattern by encasing it with "REGEX:{}".
Right click the message input textbox to open a context menu containing all the control codes available. Hover over one to receive an explanation.
Supports custom fonts as exported from z64font. Simply put both files exported from the program in the same directory as the text editor - named font.font_static and font.width_table - and they will be automatically loaded and used for the preview.
By placing a codepoint.txt file in the same folder as the editor, you can remap the OoT/MM character set, allowing for fonts suited to other languages. More information here.