pso_gc_tools/README.md
2021-03-27 13:44:16 -04:00

984 B

PSO Ep I & II Gamecube Tools

A small collection of tools, intended to assist with my own efforts in investigating how download/offline quests need to be prepared in order to work correctly and tools to automate that process.

Tools

  • bindat_to_gcdl: Turns a set of .bin/.dat files into a Gamecube-compatible offline/download quest .qst file.
  • decrypt_packets: Decrypts server/client packet capture.
  • gci_extract: Extracts quest .bin/.dat files only from specially prepared Gamecube memory card dumps in .gci format. This is a highly specific tool that is not usable on any arbitrary .gci file!
  • gen_qst_header: Generates nicer .qst header files than what qst_tool does. Can be then fed into qst_tool.
  • quest_info: Displays basic information about quest files (supports both .bin/.dat and .qst formats).