MSBT file (Hey! Pikmin)
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 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