Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sewer56/shadowmtpsharp

Simple library for Importing/Exporting MTP Archives from Shadow the Hedgehog
https://github.com/sewer56/shadowmtpsharp

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        


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:

```csharp
MTPConsole.exe
```

Example:
```csharp
MTPConsole.exe BkChaos.mtp "BkLarva"
```

Would perform the following.
- Extract `BkChaos.mtp` to directory `BkChaos`.
- Pack directory `BkLarva` into `BkLarva.MTP`.