Difference between revisions of "MSBT file (Hey! Pikmin)"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(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...")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 06:19, 5 April 2018

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