Skip to content

Latest commit

 

History

History
 
 

PangLib.WEP

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

PangLib.WEP

Nuget Nuget Issues

Library to handle and parse Pangya WangED project (.gbin/.sgbin/.aibin) files.

Installation

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

dotnet add package PangLib.WEP

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 WEP file into instance
WEPFile WEP = new WEPFile(File.Open("./sand_01.gbin", FileMode.Open));

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

Known Issues

  • While the files are parsed down correctly to the last byte, the structures aren't fully correct yet.