Petrascyll / gui_collect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collect Script with GUI

WORK IN PROGRESS

Used to extract model data from 3dmigoto generated frame dumps for certain anime games.

Requirements

  • 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 .exes bundled in which is a very valid concern, feel free to delete the included .exes and grab them yourself from Microsoft DirectX's official repo here https://github.com/microsoft/DirectXTex/releases/tag/jun2024

How to run

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. Releases will be available later...

About

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:Batchfile 1.0%