Skip to content

Latest commit

 

History

History

PangLib.PET

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

PangLib.PET

Nuget Nuget Issues

Library to handle and parse Pangya model (.*pet) files.

Installation

You can download this package on NuGet using the .NET CLI

dotnet add package PangLib.PET

Usage

Currently, there isn't much use for the library, but it will be able to parse different sections of the file and save them into instance attributes for you to eventually work with.

// Load PET file into instance
PETFile PET = new PETFile(File.Open("./item1_01.pet", FileMode.Open));

// You can now access the different structure types in their corresponding member variables

Known Issues

  • Not all PET structures are parsed yet