Skip to content

Releases: IcySon55/3DLandMSBTeditor

MSBT Editor Reloaded v0.9.0

30 Jun 03:59
Compare
Choose a tag to compare
  • Added the ability to add and remove labels in MSBT files!
  • Fixed the LZ11 windows not appearing.

MSBT Editor Reloaded v0.8.6

21 Mar 18:07
Compare
Choose a tag to compare
  • Added support for managing UMSBT archives.
  • Now supports Animal Crossing: New Leaf.
  • Fixed a few grammatical errors.

MSBT Editor Reloaded v0.8.5

19 Mar 19:30
Compare
Choose a tag to compare
  • Added support for the ATO1 section.
  • Now supports Miitomo.

MSBT Editor Reloaded v0.8.4

17 Feb 03:08
Compare
Choose a tag to compare
  • Added support for UTF8 encoded MSBT files.
  • Now supports Art Academy and Detective Pikachu.

MSBT Editor Reloaded v0.8.3

05 Jan 15:35
Compare
Choose a tag to compare
  • Added a search feature to find strings in the file.

MSBT Editor Reloaded v0.8.2

04 Jan 21:16
Compare
Choose a tag to compare
  • Added a new icon for the BG4 Extraction tool.
  • Added a new export feature that dumps MSBT values into a CSV file.
  • Patched my BigEndian reading class. Fixes support for large BigEndian files in Super Smash Bros 3DS/WiiU.

MSBT Editor Reloaded v0.8.1

29 Dec 15:34
Compare
Choose a tag to compare
  • More fully reverse engineered the BG4 format. BG4 extraction success is basically 100% now.
  • Some BG4 files without extensions now extract with their expected extensions.
    • Only MSBT, BCH, and PTX for now.
    • If the extension is in the BG4 already, it will be used.
  • Cleaned up some UI handling code. Used directories are now remembered properly.
  • Added some minor exception handling checks.

MSBT Editor Reloaded v0.8

24 Dec 08:31
Compare
Choose a tag to compare
  • Added support for Mario & Luigi Paper Jam MSBT files.
  • Added a tool to extract files from BG4 archives. An M&LPJ archive format containing MSBT files.

MSBT Editor Reloaded v0.7

21 Dec 09:03
Compare
Choose a tag to compare
  • Added some error handling to correct files that were edited with v0.4.
  • Patched a few UI bugs that prevented some features from working properly.
  • When saving, the Original entries now get updated without reloading the file.

MSBT Editor Reloaded v0.6

21 Dec 05:36
Compare
Choose a tag to compare
Read and Write accuracy is now 100%
  • Added support for BigEndian files which includes Super Mario Galaxy 2 support.
  • The last major action will now be displayed in the center at the bottom.
  • File changes will now be tracked and the user will be prompted to save changes when opening another file or quitting the program.
  • Patched sub string support to properly read in the last set of strings in the file.
  • Fixed text boxes not updating when text is changed in the edit and hex views.
  • The tab key now also cycles through sub strings and doesn't depend on focus being given to the Edit text box to function.
  • Ctrl+A now works on all text boxes including the hex view.