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

https://github.com/nickworonekin/puyotools

Puyo Tools is a collection of tools and libraries used to access the contents of various game files. Although it was initially built to handle files used in Puyo Puyo games, it can handle files used in other games as well.
https://github.com/nickworonekin/puyotools

Last synced: 4 days ago
JSON representation

Puyo Tools is a collection of tools and libraries used to access the contents of various game files. Although it was initially built to handle files used in Puyo Puyo games, it can handle files used in other games as well.

Awesome Lists containing this project

README

          

# Puyo Tools
Puyo Tools is a collection of tools and libraries used to access the contents of various game files. Although its main focus is to handle files used in Puyo Puyo games, it can handle files used in other games as well.

## Requirements
* [.NET Framework 4.0](https://dotnet.microsoft.com/download/dotnet-framework) or higher

The pre-release of version 3.0.0 has the following requirements:
* [.NET Runtime 6.0](https://dotnet.microsoft.com/download) or higher (CLI app) or
* [.NET Desktop Runtime 6.0](https://dotnet.microsoft.com/download) or higher (GUI app)

## Download
[Download the latest release](https://github.com/nickworonekin/puyotools/releases/latest)

Older releases and pre-releases can be downloaded from the [Releases](https://github.com/nickworonekin/puyotools/releases) page.

## Supported Formats
### Compression:
* CNX (Read-only)
* COMP (Puyo Puyo Chronicle)
* CXLZ
* LZ00
* LZ01
* LZ11
* LZSS/LZ10
* PRS

### Archives:
* ACX
* AFS
* GNT
* GVM
* NARC (Partial read-only support. Use another app such as [Narchive](https://github.com/nickworonekin/narchive) to handle these archives.)
* PVM
* SNT
* MRG (Puyo Puyo Fever 2)
* ONE (Sonic Storybook series)
* ONE (Sonic Unleashed for Wii & PS2) (Read-only)
* SPK (Puyo Puyo Fever 2)
* TEX (Puyo Puyo Fever 2)
* TXD (Sonic Storybook series)

### Textures:
* GIM
* GVR
* PVR
* SVR

## License
Puyo Tools is licensed under the [MIT license](LICENSE.md).