Skip to content

jtuu/yaqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another QST Parser

YAQP is a Phantasy Star Online Blue Burst quest file parser. It features a disassembler and it can dump parts of a quest file in binary and output the enemy counts of a quest in JSON format.

Usage

yaqp [-vjbdop] [quest.qst] ...

  • -v: verbose output
  • -j: write enemy counts as .json
  • -b: dump .bin
  • -d: dump .dat
  • -o: dump object code and function offset table (.o, .functions)
  • -p: disassemble object code (currently not compatible with qedit .pasm)

The output files are written into the source directory.

Building

make

Requirements

  • make
  • python3 (optional)

Linux. Building on Windows is untested but in theory it should work under MinGW etc.

About

PSOBB QST file parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published