Commit graph

14 commits

Author SHA1 Message Date
Gered 4229bd54ca add a bunch of README files 2021-11-25 18:37:21 -05:00
Gered 8e64e7059a update help text 2021-11-24 21:41:14 -05:00
Gered c90fed35be fix panic when no arguments provided 2021-11-24 21:29:19 -05:00
Gered bb82496b65 move actual quest info display functions to psoutils
doing this because i figure this quest info display stuff is _probably_
generally useful, and at the very least i will be re-using it for the
separate gci extraction tool that is going to be committed here next ...
2021-05-25 18:36:29 -04:00
Gered e54bdc600b move test assets to top-level since they're used by multiple crates now 2021-05-25 16:12:56 -04:00
Gered 67bdb76c52 implement quest conversion 2021-05-25 15:46:52 -04:00
Gered f00b007e35 add unit tests for quest info 2021-05-25 14:42:20 -04:00
Gered 1c825e561a clean up some error handling stuff 2021-05-25 14:41:44 -04:00
Gered ae4fc8e9bf also show encoder name associated with the quest's language value 2021-05-25 11:23:43 -04:00
Gered c49f4bcaa9 small touch-ups of quest info display 2021-05-25 11:23:07 -04:00
Gered 5bc061be5f show crc32 for some pieces of .bin and .dat data in quest info display 2021-05-25 11:22:22 -04:00
Gered 7fd21a493c minor cleanups 2021-05-25 10:54:38 -04:00
Gered 9dc6e0815e split main into crates for each command available 2021-05-24 19:00:32 -04:00
Gered 4f9ff44be9 add initial psogc_quest_tool utility
only supports showing quest file information
2021-05-24 18:49:41 -04:00