More actions
(Created page with "{{Infobox 3DS Homebrews |title=MSBT Editor |image=msbteditor.png |description=Extract and repack files from MSBT archives. |author=exelix11 |lastupdated=2015/11/29 |format= |type=Hack Utilities |version=0.3 |license=Mixed |download=https://dlhb.gamebrew.org/3dshomebrews/MSBTeditor3.zip |website=https://gbatemp.net/threads/release-msbt-editor.401354/ |source=https://github.com/exelix11/3DLandMSBTeditor |donation= }} <!--bin: release post-->...") |
No edit summary |
||
Line 24: | Line 24: | ||
=== Other MSBT Editor === | === Other MSBT Editor === | ||
* [ | * [[MSBT Editor Reloaded 3DS|MSBT Editor Reloaded]] by IcySon55 (v0.9.8 2017/01/08). | ||
* [ | * [[Kuriimu 3DS|Kuriimu 1]] by IcySon55 (v1.0.15 final 2020/08/22) | ||
* [https://github.com/FanTranslatorsInternational/Kuriimu2/releases/ Kuriimu 2] by IcySon55 (v1.2.1 2021/06/28) | * [https://github.com/FanTranslatorsInternational/Kuriimu2/releases/ Kuriimu 2] by IcySon55 (v1.2.1 2021/06/28) | ||
Revision as of 03:36, 18 April 2024
MSBT Editor | |
---|---|
General | |
Author | exelix11 |
Type | Hack Utilities |
Version | 0.3 |
License | Mixed |
Last Updated | 2015/11/29 |
Links | |
Download | |
Website | |
Source | |
A simple program designed to edit MSBT files, a format commonly used in Super Mario 3D Land, the system settings app, the eShop, and potentially The Legend of Zelda: Tri Force Heroes. The original purpose of the program was to edit MSBT files within Super Mario 3D Land, and it was first named 3DLandMSBTeditor.
User guide
This app can't create MSBT files from scratch due to the data they contain about where a particular string appears in the game.
Also, an LZ11 (De)compressor is included in the application, which can be useful for handling compressed .lz files found in the eShop ROM.
Other MSBT Editor
- MSBT Editor Reloaded by IcySon55 (v0.9.8 2017/01/08).
- Kuriimu 1 by IcySon55 (v1.0.15 final 2020/08/22)
- Kuriimu 2 by IcySon55 (v1.2.1 2021/06/28)
MSBT Editor Reloaded:
- Author: IcySon55
- Last updated: v0.9.8 2017/01/08
- Links: Source (Discussion)
Kuriimu 1:
- Author: IcySon55
- Last updated: v1.0.15 final 2020/08/22
- Links: Source (Discussion)
Kuriimu 2:
- Author: IcySon55
- Last updated: v1.2.1 2021/06/28
- Links: Source
Screenshots
Changelog
v0.3
- Now msbt files without names are supported.
- Values shown in hex instead of decimal.
v0.2
- Showing string names.
- New lines are supported.
- Showing the byte data of the string (read only).
- Support for drag and drop.
- Support for command line args (like setting this app as the default one for msbt files).
- The strings are alphabetically sorted.
- Some other minor things.