/pk2-reader

React powered website to read and extract files from PK2 format used by Korean game company Joymax.

Primary LanguageJavaScript

PK2-Format file reader

The PK2-Format is a container-format developed by Joymax the Korean game company and it's used in their games to pack all media files. This website is built on React framework and have client-side PK2 reader module written in JavaScript. Using this website - you can unpack any .pk2 file and export seperated media files to your computer.

Running the code

Clone this repo and install npm modules:

npm install

In one command-line window run webpack (Make sure Webpack is installed globally first):

webpack -w

Then in another command-line window run quick web server:

http-server

Demo

Demo website here

Sample .pk2 files can be downloaded from here