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.
- Host: GitHub
- URL: https://github.com/nickworonekin/puyotools
- Owner: nickworonekin
- License: mit
- Created: 2013-03-02T03:39:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-07-06T19:17:46.000Z (5 months ago)
- Last Synced: 2025-07-06T20:28:44.852Z (5 months ago)
- Language: C#
- Homepage:
- Size: 1.61 MB
- Stars: 109
- Watchers: 10
- Forks: 25
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- anything_about_game - puyotools
- Awesome-Rom-Hacking - puyotools
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).