Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 853 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 853 Bytes

Shadow MTP Library

Simple library for Importing/Exporting MTP from Shadow the Hedgehog

About

This is a simple library that allows you to import and export .MTP "MotionPackage" archives from Shadow The Hedgehog.

Usage (Library)

  1. Add this git repository as a submodule.
  2. Add MTPLib to your solution.
  3. Add MTPLib as a project reference to your project.

For an example/sample of using the library, see the MTPConsole project.

Usage (Sample Console Application)

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 directory BkChaos.
  • Pack directory BkLarva into BkLarva.MTP.