Skip to content

Simple library for Importing/Exporting MTP Archives from Shadow the Hedgehog

Notifications You must be signed in to change notification settings

ShadowTheHedgehogHacking/ShadowMTPSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple library for Importing/Exporting MTP Archives from Shadow the Hedgehog

Resources

Stars

Watchers

Forks

Languages

  • C# 100.0%