MSBT file (Hey! Pikmin)

From Pikmin Technical Knowledge Base
Revision as of 22:12, 20 January 2018 by Espyo (talk | contribs) (Created page with "<code>.msbt</code> files contain the strings in ''Hey! Pikmin''. They can be found in the <code>/message</code> folder. == Tools == * [https://github.com/IcySon55/3DLandMSBTe...")
(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

  • 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.