-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Congratulations on the tool! I did a test here, and it seems to extract the .mvgl files perfectly.
It's always good to have a tool available close to a game's release so we can work on its localization—this game seems very promising.
There’s another tool that works with Media Vision files, specifically .mvgl and .mbe files. It was originally made for Digimon Story Cyber Sleuth, and it didn’t seem to work because The Hundred Line - Last Defense Academy uses LZ4 compression.
The tool’s creator made a branch with initial support, which can now extract and compile .mvgl files and only extract .mbe files.
I also ran a test, and the LZ4 compression level used seems to be 12.
If you're interested in checking it out:
Branch link:
https://github.com/SydMontague/DSCSTools/tree/hundred-line
.mvgl:
https://github.com/SydMontague/DSCSTools/blob/hundred-line/DSCSTools/MDB1.cpp
.mbe:
https://github.com/SydMontague/DSCSTools/blob/hundred-line/DSCSTools/EXPA.cpp

