Skip to content

Releases: monkeyman192/MBINCompiler

v1.55.0-pre4

15 Aug 23:03

Choose a tag to compare

v1.55.0-pre4 Pre-release
Pre-release

Possibly 1.56.0? Will need to wait for HG or GOG to say...
This fixes the changed default save data, plus might fix missions if they were broken (at least partially).
A few globals were changed, this only fixed the AISpaceshipGlobals, others will be done when I get home unless someone beats me to it!

v1.55.0-pre3

14 Aug 22:11

Choose a tag to compare

v1.55.0-pre3 Pre-release
Pre-release

Fixes some issues with the most recent 1.55 build that broke some mission tables decompiling.
Also a number of fixes to some animation structs so that the entity files should now decompile correctly.
Emote structs have also been mapped so the emote list can now be modified!

v1.55.0-pre2

11 Aug 03:31

Choose a tag to compare

v1.55.0-pre2 Pre-release
Pre-release

Fixed a number of globals broken by the 1.55 release.
Also fixes a few broken entities.

geometry.data files will now decompile "correctly". The data will look like junk to a human, however this format has been chosen to allow the model importer to utilise this data to get better performance by using libmbin.
This data will not serialise back correctly however (but these files aren't meant to be modified by hand anyway...)

1.55.0-pre1

08 Aug 22:36

Choose a tag to compare

1.55.0-pre1 Pre-release
Pre-release

Initial 1.55 release. This fixes default reality and does a hack fix to get anims working again. They may still have issues decompiling because I just used int as a placeholder type (will be something different I think...)

1.53.0-pre4

08 Aug 13:05

Choose a tag to compare

1.53.0-pre4 Pre-release
Pre-release

This should have all the mission tables decompiling. There may be recompilation issues. I haven't fully tested it.
The geometry files will also decompile, but this is mainly for testing purposes more than anything. The geometry stream data file decompiles only a tiny section of the file, so do not expect this to recompile to produce correct files.

1.53.0-pre3

04 Aug 11:40

Choose a tag to compare

1.53.0-pre3 Pre-release
Pre-release

This release allows the player customisation files (METADATA\GAMESTATE\PLAYERDATA) to be decompiled.
I also actually messed up the code for the list serialisation but that is now properly fixed (thanks @Fuzzy-Logik !)
Few other misc structs have been updated also.

1.53.0-pre2

04 Aug 02:05

Choose a tag to compare

1.53.0-pre2 Pre-release
Pre-release

This commit fixes the issue with the DefaultSaveData not decompiling.
Also fixes an issue with serialisation of lists which would have affected all entity files. (Cause of issue #34 )

1.53.0-pre1

01 Aug 22:31

Choose a tag to compare

1.53.0-pre1 Pre-release
Pre-release

Fixed the DebugOptions to work for 1.53 and got OutpostComponentData working again.

Initial NEXT release

28 Jul 11:31

Choose a tag to compare

Initial NEXT release Pre-release
Pre-release

Sorry for the delay, been pumping out builds on discord and figured I should put on here too.
This is only 1.52 for fleet globals. Everything else is 1.50 except DebugOptions which targets 1.51 currently.
Still a lot of work to do but this should have good decompilation coverage (I can't promise the same on recompilation sorry!)

Atlas Rises 1.38 Release 3 Final!

24 Jul 18:19

Choose a tag to compare

With Next released, right now, here is the final build of the Atlas Rises line of mbincompilers.
This has the new geometry serialisation and deserialisation implemented so geometry files should actually be able to be read correctly now!!