Issues |
---|
Library to handle Pangya: Fantasy Golf (PSP) dialogue files (.qst
) files.
You can download this package on NuGet using the .NET CLI
dotnet add package PangLib.PSP.QST
The main usage of this package right now is to load and parse QST files
// Load the PSP QST file into a new instance of QSTFile
QSTFile QST = new QSTFile("./event_1.qst");
// You can now access, export, and work with the dialogue entries from QST.Entries