MSBT file (Hey! Pikmin)

From Pikmin Technical Knowledge Base
Revision as of 06:19, 5 April 2018 by Kai (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.msbt files contain the strings in Hey! Pikmin. They can be found in the /message folder.

Tools[edit]

  • MSBT Editor Reloaded (GUI)
  • ObsidianX's msbt.py (MSBT <-> JSON)
    • To use this tool with Hey! Pikmin, you will need to first change the parameters in JSON's text dumper to force ASCII. Find the line with json.dump, and change ensure_ascii=False to ensure_ascii=True.