Hi everyone!
This has been in the works for quite a while, but I think it's finally time to post it publicly.
I made a set of libraries for C# (.NET Core 2+) that allow to easily work with Pangya files. You can build your own tools with these, read the code to understand how Pangya files work, or do whatever you want!
The libraries included are (as of posting):
There are also libraries included to work with the files of the PSP game:
...and the Wii games!:
You can find the code for all of the above libraries on GitHub:
https://github.com/pangyatools/PangLib
And for ease of use you don't need to copy the code of each library to your project, you can use NuGet, .NETs package manager to download the packages for your project:
https://www.nuget.org/packages?q=panglib
All of the packages have well-documented code and a README file explaining how to use the very basic functions they have!
Have fun using them and building your very own Pangya tools!



Reply With Quote


