Skip to content

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

Notifications You must be signed in to change notification settings

svalencius/pk2-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published