Commit graph

9 commits

Author SHA1 Message Date
Gered 88406775d6 update comments 2021-03-27 13:34:27 -04:00
Gered 3e1027ec2c handle "early" zero'd-out dat table as an early eof
i suspect this only occurs when there is a prs decompression issue
2021-03-25 17:25:37 -04:00
Gered 9756c816ee refactor quick quest info display 2021-03-25 16:24:12 -04:00
Gered 11ef22e8da refactor quest .bin validation hack-fixes. remove .dat table eof warning 2021-03-25 16:23:19 -04:00
Gered d331a5eac2 added header comments briefly describing each tool 2021-03-24 16:56:08 -04:00
Gered b4d661b6ee numerous cleanups 2021-03-24 16:45:45 -04:00
Gered beef271ac3 move the download quest prefix struct to quests.h 2021-03-24 14:13:58 -04:00
Gered 2e6d446b1c use old fuzziqer prs implementation to fix some .qst file issues
using the current libsylverant prs implementation to re-compress the
.bin file after setting the download flag in it MAY result in a .qst
file which when loaded by the gamecube client, will cause it to lock-up
with a black screen

simply switching to this older fuzziqer prs implementation fixed this
issue
2021-03-21 20:48:14 -04:00
Gered 588a7b45f1 add bindat_to_gcdl. generates gc download .qst from .bin + .dat files
mostly works. generates some working quests that the pso client will
actually recognize and load in offline play, but also generates some
broken quests that crash the game when loaded ...
2021-03-21 10:36:40 -04:00