Development
Python Dependencies
Python 3.10
Numpy
fastcrc
kaitaistruct - The python-generated code is part of the repo, and the raw KSY files are also included.
scipy - for handling rotations
black and pylint
For the exporters:
Textures: Pillow (conversion from DDS to PNG/TGA)
Models: pygltflib
Audio: vgmstream - used as a CLI tool with subprocess
Cinematics: WannaCRI
Demos:
Jupyter/ipynb
Trimesh + pyglet for the 3D models
Shell scripts
kaitai-struct-compiler --target python --outdir .\pyDXHR\generated\ --python-package pyDXHR .\ksy\*.ksy
- generate the python code from the KSY filessphinx-build -b html sphinx_docs/ docs -E
- generate the documentationblack --exclude="generated/*" ./pyDXHR/
- format the code
Data?
Getting the data for the PC version is straightforward, just go to whereever you installed the game. For the console versions:
WiiU: Use cDecrypt
Xbox 360: Follow the instructions for extract-iso. You can extract the two discs of the DC version separately.
PS3: Unpack the ISO like a ZIP file.