tbs005 / pk2

A rust crate for reading and writing Silkroad Online's pk2 format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pk2

A rust crate for reading and writing Silkroad Online's pk2 format

pk2_mate

The pk2_mate binary contains 3 simplistic tools for working with pk2 archives.

  • extract - extracts all files of a pk2 archive
  • pack - packs all files of a directory into a new pk2 archive
  • repack - repacks a pk2 archive into a new one(this gets rid of possible fragmentation)

For usage extraction of a particular tool run pk2_mate 'tool' -h(or cargo run -p pk2_mate -- 'tool' -h via cargo) with 'tool' replaced by the name of the tool. If no pk2 key is specified the tools will use the international silkroad online blowfish key by default.

License

Licensed under the MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

About

A rust crate for reading and writing Silkroad Online's pk2 format

License:MIT License


Languages

Language:Rust 100.0%