MBINCompiler icon indicating copy to clipboard operation
MBINCompiler copied to clipboard

Now maintained by monkeyman192: https://github.com/monkeyman192/MBINCompiler

Results 24 MBINCompiler issues
Sort by recently updated
recently updated
newest added

Since the exe doesn't contain templates for these globals I've decided to move them from #13 to a new issue. The exe does contain functions for them which AFAIK set...

enhancement
help wanted

Right now the int64 at 0x100 (0x160 in the raw MBIN file) is the only field inside GcSimulationGlobals that's unnamed (besides an unused string), I'm unsure what it's for but...

enhancement
help wanted

It seems that the game itself can export MBINs to MXML, if we can get it to output some sample MXML files we could look at them to get MBINC...

https://i.gyazo.com/9c7280ff760078671c80a5e564f081c5.png Several changes are present between the original game file and a recompiled unchanged MBIN after its been put through MBINCompiler. The one at/near Jetpack data prominently results in ingame...

MBINCompiler dows not work if i want make a .MBIN file. MBINCompiler have problems with Big changes. http://i.imgur.com/zowrM0B.jpg

_Apologies for the length, I write too much sometimes..._ spAnser suggested this to me which reminded me of some ideas I had before. Now that we're able to decompile everything...

question

Should be pretty easy, can probably just change it to List<string> and use [MarshalAs(SizeConst= <stringLength>)], then in the deserializer have it use that SizeConst value when it encounters a List<string>....

enhancement

Now all 93 main templates are done, the only things left are the global ones, and to cleanup/check all of them :) What needs to be done: - Verify template...

enhancement
help wanted

Got the following error while trying to import certain exml in Blender 2.77 Traceback (most recent call last): File "C:\Users\ScavangeR\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\io_import_exml.py", line 59, in execute vertexData = getFloatList(getProperty(xmlRoot, 'VertexStream')) File...

So far I've seen: - METADATA/INPUTTEST.MBIN - fails to load, uses a different MBIN header structure, dated 201405311442 in the header. - METADATA/SIMULATION/SOLARSYSTEM/BIOMES/OBJECTS/CRYSTALS/MOUNTAINFULL.MBIN & UNDERWATERFULL.MBIN - fails to load as...

enhancement
help wanted
question