Skip to content

Latest commit

 

History

History

PangLib.Wii.ECB

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PangLib.Wii.ECB

Nuget Nuget Issues

Library to handle Pangya: Super Swing Golf (Wii) dialogue and character table files (.ecb) files.

Installation

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

dotnet add package PangLib.Wii.ECB

Usage

The main usage of this package right now is to load and parse ECB files

// Load the ECB file into a new instance of ECBFile
ECBFile ECB = new ECBFile("./EVENT_AR.ECB");

// You can now access, export, and work with the dialogue entries from ECB.Dialogue
// or inspect the char tables in ECB.CharTable1 and ECB.CharTable2