Skip to content

UserUnknownFactor/krkr-xp3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiriKiri XP3-archive unpack/repack tool

Unpacks an .xp3 archive to a directory or packs a directory, including all subdirectories, into an .xp3 archive.

Installation

pip install --user .

Usage

Use -f flag to flatten the directory structure for patches and -c flag to provide a known cypher.

Examples

  • Unpack:
    xp3 -s -u "C:\game directory\data.xp3" "C:\game directory\data"
    xp3 -u -c nekov0 patch.xp3 patch
    
  • Repack:
    xp3 -f -r -c nekov0 patch patch.xp3
    

Original script by Edward Keyes and SmilingWolf, Python 3 rewrite by Awakening.

About

KiriKiri XP3-archive unpack/repack tool

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%