Difference between revisions of "MSBT file (Hey! Pikmin)"
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) |
Latest revision as of 05: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 changeensure_ascii=False
toensure_ascii=True
.
- 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