Skip to content

Releases: NerduMiner/tdmextractor

Public Release 1.5

07 Dec 21:45
Compare
Choose a tag to compare

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

24 Apr 00:18
Compare
Choose a tag to compare

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

20 Mar 19:33
Compare
Choose a tag to compare

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

16 Sep 18:57
Compare
Choose a tag to compare

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

25 May 01:56
Compare
Choose a tag to compare
Pre-release

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

18 May 04:26
Compare
Choose a tag to compare
Pre-release

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

18 May 00:30
Compare
Choose a tag to compare

This release marks the point at which tdmextractor can successfully repack TDM3 archives.

TDM3 Archive Extraction

16 May 02:26
Compare
Choose a tag to compare

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.