<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.wexosmk.xyz/index.php?action=history&amp;feed=atom&amp;title=TDM_Archive_%28File_Format%29</id>
	<title>TDM Archive (File Format) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wexosmk.xyz/index.php?action=history&amp;feed=atom&amp;title=TDM_Archive_%28File_Format%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.wexosmk.xyz/index.php?title=TDM_Archive_(File_Format)&amp;action=history"/>
	<updated>2026-05-06T16:59:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.wexosmk.xyz/index.php?title=TDM_Archive_(File_Format)&amp;diff=318&amp;oldid=prev</id>
		<title>Wexos: Imported from avsys wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.wexosmk.xyz/index.php?title=TDM_Archive_(File_Format)&amp;diff=318&amp;oldid=prev"/>
		<updated>2024-05-01T18:03:42Z</updated>

		<summary type="html">&lt;p&gt;Imported from avsys wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page describes the archive format from &amp;#039;&amp;#039;The Denpa Men&amp;#039;&amp;#039; games. Since the file names are hashed and have no magic, it is not possible to know at the moment how to call them.&lt;br /&gt;
&lt;br /&gt;
= File Format =&lt;br /&gt;
The file byte order is always little endian.&lt;br /&gt;
&lt;br /&gt;
== File Header ==&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
|-&lt;br /&gt;
! Offset !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0x00 || Int32 || {{Unknown-left|&amp;#039;&amp;#039;&amp;#039;Unknown&amp;#039;&amp;#039;&amp;#039;. Always 5.}}&lt;br /&gt;
|-&lt;br /&gt;
| 0x04 || UInt32 || Archive name hash, same as the file name. Unknown hashing method.&lt;br /&gt;
|-&lt;br /&gt;
| 0x08 || Int32 || Number of files.&lt;br /&gt;
|-&lt;br /&gt;
| 0x0C || colspan=2 {{unknown|End of header, start of [[#Entry Data|Entry Data]]}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Entry Data ==&lt;br /&gt;
For each file, there&amp;#039;s a 0x1C bytes big entry. All offsets are relative to the start of the file.&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
|-&lt;br /&gt;
! Offset !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0x00 || Byte || {{Unknown-left|&amp;#039;&amp;#039;&amp;#039;Unknown&amp;#039;&amp;#039;&amp;#039;. Always 0.}}&lt;br /&gt;
|-&lt;br /&gt;
| 0x01 || UInt24 || {{Unknown-left|&amp;#039;&amp;#039;&amp;#039;Unknown&amp;#039;&amp;#039;&amp;#039;. It seems to be a file identifier or name hash.}}&lt;br /&gt;
|-&lt;br /&gt;
| 0x04 || Int32 || {{Unknown-left|&amp;#039;&amp;#039;&amp;#039;Unknown&amp;#039;&amp;#039;&amp;#039;. Values found: 2, 4, 8, 9.}}&lt;br /&gt;
|-&lt;br /&gt;
| 0x08 || Int32 || Compressed file size.&lt;br /&gt;
|-&lt;br /&gt;
| 0x0C || Int32 || File data offset.&lt;br /&gt;
|-&lt;br /&gt;
| 0x10 || Int32 || File compression type:&lt;br /&gt;
* 1 = zip&lt;br /&gt;
* 6 = LZ10&lt;br /&gt;
|-&lt;br /&gt;
| 0x14 || Int32 || {{Unknown-left|&amp;#039;&amp;#039;&amp;#039;Unknown&amp;#039;&amp;#039;&amp;#039;. Always -1.}}&lt;br /&gt;
|-&lt;br /&gt;
| 0x18 || Int32 || Uncompressed file size.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Followed by the entries there is the file data.&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
The following tools can handle TDM Archive files:&lt;br /&gt;
* (none)&lt;br /&gt;
&lt;br /&gt;
[[Category:Misc File Formats]]&lt;/div&gt;</summary>
		<author><name>Wexos</name></author>
	</entry>
</feed>