This program’s main (and only) functionality is to extract the content of the Langrisser III
PC version’s .mp files. Those files contain game resources like sprites and sounds.
Usage:
Just drag a *.mp file on the langpc3_extractor.exe executable and it will extract its content.
Extracted files will be put in a new directory called xxx_Extracted, where xxx is the name
of the resource file.
How it works:
Instead of totally re-implementing the decompression algorithm, this extractor is a modified
Langrisser III PC executable that dynamically loads a dll file containing new code.
This dll can then directly use the main executable code.
The extraction is done by calling parts of the original decompression routines on all the
compressed files contained in the given resource file.