Used to extract model data from 3dmigoto generated frame dumps for certain anime games. Check out 3DMigoto Hunting & Dumping Tutorial for a quick guide.
-
Python >= 3.9
-
texconv.exe (included in modules directory)
-
texdiag.exe (included in modules directory)
[!WARNING] texconv.exe and texdiag.exe are used to convert and inspect .dds file types, and are included in the modules directory. If you're concerned about having unknown .exe bundled in which is a very valid concern, feel free to delete and grab them yourself from Microsoft DirectX's official repo here https://github.com/microsoft/DirectXTex/releases/tag/jun2024
-
Python >= 3.9
-
Pillow 10.2+
Debian/Ubuntu (Note: Pillow is packaged as
python3-pilin Ubuntu):sudo apt-get install python3-pilor using pip:
python3 -m pip install --upgrade pip python3 -m pip install --upgrade PillowSee https://pillow.readthedocs.io/en/stable/installation/basic-installation.html
-
python3-tk
Debian/Ubuntu:
sudo apt-get install python3-tkFedora:
sudo dnf install python3-tkinter
Dowload zip and extract. Either double click launch.bat to automatically find the latest python version available and run the app using it or manually run collect.py with python.
Dowload zip and extract. Run in terminal:
python3 collect.py
- SilentNightSound: None of this would've been possible without the original collect script written by Silent (and GIMI obviously).
- SinsOfSeven: Targeted Dumping/Analysis pioneer
- Gustav0: Huge help testing
- Satan1c: Guide writing
- LeoMods: XXMI Tools and Guide website writing
- DarkStarSword, Bo3b, and Chiri: 3DMigoto authors