Skip to content

Pikmin BMG Tool v0.7.1

Compare
Choose a tag to compare
@RenolY2 RenolY2 released this 09 Mar 18:15
· 7 commits to master since this release

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)