This is a simple library that allows you to import and export .MTP "MotionPackage" archives from Shadow The Hedgehog.
- Add this git repository as a submodule.
- Add MTPLib to your solution.
- Add MTPLib as a project reference to your project.
For an example/sample of using the library, see the MTPConsole
project.
To use the sample application, simply run it as such:
MTPConsole.exe <list of space separated files or directories>
Example:
MTPConsole.exe BkChaos.mtp "BkLarva"
Would perform the following.
- Extract
BkChaos.mtp
to directoryBkChaos
. - Pack directory
BkLarva
intoBkLarva.MTP
.