Skip to content

Latest commit

 

History

History

PangLib.PSP.QST

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PangLib.PSP.QST

Nuget Nuget Issues

Library to handle Pangya: Fantasy Golf (PSP) dialogue files (.qst) files.

Installation

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

dotnet add package PangLib.PSP.QST

Usage

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