emoose / MBINCompiler

Now maintained by monkeyman192: https://github.com/monkeyman192/MBINCompiler
Other
43 stars 69 forks source link

Missing data decompiling GSSolargenerationglobals.globals.mbin #81

Closed Lo2k closed 7 years ago

Lo2k commented 7 years ago

Hi again :)

I just tried to make some tests in the file given in title and got no result. So I decompiled/recompiled original file and recompiled one is missing the 60 last bytes. I also checked the .exml and it also misses the values stored in the 60 last bytes of the original file, so it seems something doesn't work when decompiling this file.

Could you have a look at it ?

Regards

Lo2k commented 7 years ago

As it seems I can edit my first post for now, I just wanted to specify this file is directly into GAMEDATA\PCBANKS

emoose commented 7 years ago

Thanks for the report, should be fixed in the latest commit (forgot to define something as an array :100:)

Lo2k commented 7 years ago

It works perfectly. Thanks for your quick fix