pso_gc_tools/psoutils
2021-11-26 12:06:33 -05:00
..
src display a hexdump of the entire packet, not just the body 2021-11-26 12:06:33 -05:00
Cargo.toml move actual quest info display functions to psoutils 2021-05-25 18:36:29 -04:00
README.md add a bunch of README files 2021-11-25 18:37:21 -05:00

psoutils

This is a library that includes some useful things when working on with PSO Gamecube related projects:

  • PRS compression. This is a conversion of the original Fuzziqer C++ implementation found in newserv with some minor bug fixes.
  • Encryption. This is also a conversion of the original Fuzziqer C++ implementation found in newserv.
  • Quest Files. Support for reading and writing both .bin/.dat and .qst file formats.
  • Text Encoding. Basic support for the language/text encoding that PSO Gamecube files use.
  • Packet Structures. Fairly incomplete (will be expanded on over time) structures used in PSO's network protocol.