Skip to content

Releases: IcySon55/3DLandMSBTeditor

MSBT Editor Reloaded v0.9.8

17 Jan 21:00
Compare
Choose a tag to compare

MSBT Editor Reloaded v0.9.7b

04 Jan 03:25
Compare
Choose a tag to compare
  • Fixed the BG4 extraction menu not showing up.

MSBT Editor Reloaded v0.9.7

06 Oct 17:33
Compare
Choose a tag to compare
  • Finally corrected the label renaming bugs.
    • v0.9.7 will correct broken files that were previously broken by v0.9.6 and v0.9.5b. Just open the broken file and then click save to fix it. Broken files created by v0.9.5 and below can not currently be fixed with the program. Contact me directly if you need your heavily modified file fixed so you don't lose any work.

MSBT Editor Reloaded v0.9.6

29 Sep 06:21
Compare
Choose a tag to compare
  • Added the Export Mod feature for XMSBT files.
    • Export the differences between two MSBT files to an XMSBT delta file.

MSBT Editor Reloaded v0.9.5b

22 Sep 16:11
Compare
Choose a tag to compare
  • Actually fixed the label length bug this time. Label renaming wasn't updating the length value.

MSBT Editor Reloaded v0.9.5

22 Sep 05:32
Compare
Choose a tag to compare
  • Added links to the GBAtemp thread as well as the GitHub page.
  • Added new icons to support webpage links.
  • Allowed users to drag the splitters between UI elements.
  • Adjusted spacing between all UI elements to maximize screen real-estate.
  • Patched label addition where new labels created with spaces in their names would have an invalid length and cause a broken MSBT file to be saved.
  • Allowed other software to read (not write) the currently open MSBT file at the same time.

MSBT Editor Reloaded v0.9.4

27 Aug 06:15
Compare
Choose a tag to compare
  • Implemented batch import and export for XMSBT files.
  • Implemented label addition when using XMSBT import (batch included).
  • Rearranged the menu bar slightly.
  • Changed the shortcut keys because of adding more XMSBT tools.
  • Added some new icons for the XMSBT functions.
  • Fixed a bug with UMSBT extraction where the overwrite choice was being ignored.

MSBT Editor Reloaded v0.9.3

23 Aug 04:29
Compare
Choose a tag to compare
  • Added the new XMSBT translation tools.

XMSBT files are XML files that contain the labels and text from an MSBT file. The strings are stored on separate lines so that the files are source control friendly. This gives fan translation authors the ability to collaborate on the same file without having to manually merge the changes from multiple translators as most source control solutions will take care of merging.

MSBT Editor Reloaded v0.9.2

22 Aug 04:35
Compare
Choose a tag to compare
  • Added null byte support via "\0" for control characters in the text.
  • Added a console window while in Debug mode.
  • Implemented the IEntry interface to mostly separate the UI from the MSBT class.
  • Extensive rewrite of the MSBT class to support IEntry and the removal of SubStrings.
  • Extended BinaryReaderX and BinaryWriterX functionality.
  • Patched the SearchDirectory feature to properly select the correct entry after double clicking a result.
  • Patched the RemoveLabel functionality to correctly remove a label and re-sequence the existing TXT2 entries.
  • Made the Add, Remove and Save label features only available for files that have an LBL1 section. (Temporary)
  • Removed SubStrings and supporting UI elements. (Replaced by null byte support.)
  • Removed the Preview box as the full string is now visible in the Edit box.

MSBT Editor Reloaded v0.9.1

06 Jul 15:45
Compare
Choose a tag to compare
  • Added the new Search Directory feature.
  • Fixed user settings not saving properly.