Skip to content

Releases: RenolY2/pikminBMG

Pikmin BMG Tool v0.7.4

16 Jun 19:54
Compare
Choose a tag to compare

Fix issue that would write an incorrect amount of messages to the BMG for games using extra sections like FLW1/FLI1 (Mainly Zelda Twilight Princess)

This should hopefully ACTUALLY fix the game locking up when talking to Midna.

Pikmin BMG Tool v0.7.3

06 Aug 11:57
Compare
Choose a tag to compare

Tool now retains the FLW1 and FLI1 sections of Twilight Princess' BMG files. This fixes the crash that happens e.g. when Link talks to Midna.

Pikmin BMG Tool v0.7.2

06 Aug 09:27
Compare
Choose a tag to compare

Improved support for BMG files from Zelda: Twilight Princess: BMG->Json->BMG conversion no longer results in text being gone ingame.

A new field in the converted text file has appeared: Unknown MID1 Value. It is advised not to modify it unless you know what you are doing.

Pikmin BMG Tool v0.7.1

09 Mar 18:15
Compare
Choose a tag to compare

Fixed a bug where BMGs created with v0.7.0 couldn't be converted to json again due to an off-by-one error.

If you have a BMG created with 0.7.0 and you lost the original json file, you can fix the BMG by editing it in a hex editor: The 2 byte big-endian integer located at offset 0x28 in the bmg needs to be decreased by 1. (example: If the integer is 07 CF, you set it to 07 CE. And If the integer is 04 00, you set it to 03 FF)

Pikmin BMG Tool v0.7.0

06 Mar 21:18
Compare
Choose a tag to compare

Changelog:

  1. Experimental support for attribute lengths longer than 8. This is useful for e.g. BMG files from Twilight Princess
  2. Adds message indices to the messages. This is useful for e.g. Pikmin 2 cutscenes which call messages by the index and not the ID
  3. Catch missing closing brackets on command sequences, avoiding an infinite loop and giving the user a useful error message.

Pikmin BMG Tool

12 Apr 20:49
Compare
Choose a tag to compare

Another small bugfix:
In case the user writes symbols that cannot be represented in latin-1 or shift-jis, '?' will be used as the fall-back symbol and a warning is shown in the console.

Pikmin BMG Tool

12 Apr 06:28
Compare
Choose a tag to compare

Small bugsfix related to UTF-8 BOM encoded files.

Pikmin BMG Tool

06 Dec 12:42
Compare
Choose a tag to compare

Compared to the first public release, this version now supports a some more encodings (utf-8-bom, utf-16, utf-32). This means you can edit the created JSON file with regular notepad of Windows, if you want.

The readme is improved too, containing some more information.