Releases: NerduMiner/tdmextractor
Public Release 1.5
This release adds support for The New Denpa Men archives, mainly intended for research and extracting, since we don't really have a way to launch the game. For this reason, repacking TNDM archives may create files that do not work with the game.
Public Release 1.4
This release improves byte accuracy of archives by reporting the uncompressed size of a zip files contents, not the zip archives size in the header regarding its uncompressed size. This fixes some repacked archives from TDMF crashing the game on boot.
Public Release 1.3
This release marks the point at which tdmextractor can handle a specific edge case scenario with File Headers that reference nonexistent file data.
TDM1, TDM2 & TDMF Support
This release culminates both the previous work to support the archive formats of the other games in the Denpa Men series along with a recent refactor as a public release.
- TDM1, TDM2, and TDMF archives are supported for both extracting and repacking.
- The JSON file has been expanded to include the version of the archive
- You can now choose to overwrite the existing contents of an extracted archive when extracting the same archive again.
- The command line interface is more intuitive, you can now give just the file/folder name as an argument or you can specify an 'extract' or 'repack' command.
TDMF Archive Extracting/Repacking
This prerelease marks the point at which tdmextractor can extract and repack TDMF archives. This version also fixes the exception thrown when an archive has an already existing extraction folder in the same directory by allowing the user to overwrite the contents.
TDM1 & TDM2 Archive Extracting/Packing
This prerelease marks the point at which tdmextractor can extract and repack TDM1 & TDM2 archives. Compatibility specifically with TDM2 seems to be spotty while TDM1 seems to work fine. A full release will be made when the compatibility is more concrete.
This prerelease also creates an extra json file to handle the version type of the file. To use your folders on this version, pack the archive on v0.2.0, then extract it again on this version.
TDM3 Archive Repacking
This release marks the point at which tdmextractor can successfully repack TDM3 archives.
TDM3 Archive Extraction
This release marks the point at which the tool can successfully extract files from TDM3 archives. Linux binaries for this and later versions will appear soon.