xan1242 / MPFmaster

EA Pathfinder Music Tool
MIT License
13 stars 1 forks source link

Cannot compile and create MPF File #6

Open TBNRassault0030 opened 9 months ago

TBNRassault0030 commented 9 months ago

image

Latest version was just stucked at "parsing..." and didn't actually compiled the decompiled txt.

But can decompile the MPF file and extract the samples, the only problem was compiling back the mpf file.

xan1242 commented 9 months ago

The bug is in the appender I believe. This broke ever since I changed the track ID syntax (which I should also re-think).

I'll fix it eventually.

Plus, the entire thing needs a v2 rewrite. Having a giant source file mess with C/C++ code jumbled together is not very manageable.