Unpacks an .xp3 archive to a directory or packs a directory, including all subdirectories, into an .xp3 archive.
pip install --user .Use -f flag to flatten the directory structure for patches and -c flag to provide a known cypher.
- 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.