Skip to content

JerryWester/ML64OoT-TextReplaceTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OoT Text Replacement Template

Usage

This template and all mods created from it require OotOnline to be enabled and placed above the mod.

When you have your message files, drop them in the OoTTextReplace folder, next to package.json. Edit package.json to point to the specified files. package.json should look something like this:

{
  "core": "OcarinaofTime",
  "EN_message": "1_message_data_static.bin",
  "JP_message": "",
  "message_table": "table.bin"
}

You can leave either message field empty if you don't need to replace them. Majora's Mask not currently supported.

Getting Text Files

In Zelda's Letter, press Ctrl+P, and select "Application: Save Binaries". 1_message_data_static.bin is English text, 0_message_data_static.bin is Japanese text, and table.bin is the message table.

(NOTE: Zelda's Letter only works with decompressed ROMs. You can use zzdec to decompress your ROM)

About

A template to replace text. For use with Zelda's Letter

Resources

Stars

Watchers

Forks

Packages

No packages published