https://github.com/tktech/divine-pak
Read the Divinity: Original Sins 2 PAK file format
https://github.com/tktech/divine-pak
Last synced: 6 months ago
JSON representation
Read the Divinity: Original Sins 2 PAK file format
- Host: GitHub
- URL: https://github.com/tktech/divine-pak
- Owner: TkTech
- Created: 2017-09-20T08:25:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T07:19:11.000Z (over 8 years ago)
- Last Synced: 2025-04-05T19:22:13.889Z (11 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# divine-pak
A quickly-written utility to parse the Divinity: Original Sin 2 PAK file
format. Currently only supports reading.
# Installation
pip install git+git://github.com/tktech/divine-pak.git
# CLI
This module includes a command line utility called `divine-pak`. Use `divine-pak --help` to see what it can do, such as listing, searching, extracting, LSB conversion, etc...