.gitignore | ||
bindat_to_gcdl.c | ||
bindat_to_gcdl.md | ||
CMakeLists.txt | ||
decrypt_packets.c | ||
decrypt_packets.md | ||
defs.h | ||
fuzziqer_prs.c | ||
fuzziqer_prs.h | ||
gci_extract.c | ||
gci_extract.md | ||
gen_qst_header.c | ||
gen_qst_header.md | ||
LICENSE | ||
quest_info.c | ||
quest_info.md | ||
quests.c | ||
quests.h | ||
README.md | ||
retvals.h | ||
textconv.c | ||
textconv.h | ||
utils.c | ||
utils.h |
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).