Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sewer56/shadowmtpsharp
- Owner: Sewer56
- Created: 2019-09-19T16:14:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T00:27:45.000Z (7 months ago)
- Last Synced: 2024-05-01T15:56:19.608Z (7 months ago)
- Language: C#
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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`.