Format library and file editor for Hatsune Miku: Project DIVA games.
- Open the solution in Visual Studio 2019 (or later).
- Restore missing NuGet packages.
- Install FBX SDK. (See instructions here.)
- Build the solution.
This is the main library of the solution, providing methods and classes to read, edit and write file formats from Hatsune Miku: Project DIVA games.
A GUI front-end of the library that allows you to work with models, textures, motions and sprites.
These are command line front-ends for certain functionalities of the library.
A program that allows you to convert database files to .xml or vice versa.
Supported files:
- aet_db.bin/.aei
- bone_data.bin/.bon
- mot_db.bin
- obj_db.bin/.osi
- spr_db.bin/.spi
- stage_data.bin/.stg
- str_array.bin/string_array.bin/.str
- tex_db.bin/.txi
A program that allows you to unpack or repack .farc files.