<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://moddingwiki.shikadi.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smoke+th</id>
	<title>ModdingWiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://moddingwiki.shikadi.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smoke+th"/>
	<link rel="alternate" type="text/html" href="https://moddingwiki.shikadi.net/wiki/Special:Contributions/Smoke_th"/>
	<updated>2026-05-14T05:47:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.11</generator>
	<entry>
		<id>https://moddingwiki.shikadi.net/w/index.php?title=POD_Format&amp;diff=6200</id>
		<title>POD Format</title>
		<link rel="alternate" type="text/html" href="https://moddingwiki.shikadi.net/w/index.php?title=POD_Format&amp;diff=6200"/>
		<updated>2015-07-13T03:36:25Z</updated>

		<summary type="html">&lt;p&gt;Smoke th: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Archive Infobox&lt;br /&gt;
 | MaxFiles = 4,294,967,295&lt;br /&gt;
 | FAT = Beginning&lt;br /&gt;
 | Names = Yes, 32 chars&lt;br /&gt;
 | Metadata = Description&lt;br /&gt;
 | Subdirectories = N&lt;br /&gt;
 | Compressed = N&lt;br /&gt;
 | Encrypted = N&lt;br /&gt;
 | Hidden = Y&lt;br /&gt;
 | Game1 = Terminal Velocity&lt;br /&gt;
}}&lt;br /&gt;
The &#039;&#039;&#039;POD format&#039;&#039;&#039; is used by [[Terminal Velocity]] to store much of the game data.&lt;br /&gt;
&lt;br /&gt;
== File format ==&lt;br /&gt;
&lt;br /&gt;
=== Signature ===&lt;br /&gt;
&lt;br /&gt;
There is no known signature, however POD files do have an identification string which could be used to pick out the file type.  It is currently unknown whether the game will work with different strings.  The strings are located at offset 4 (just after the UINT32LE containing the file count.)  They are null padded and 80 bytes long.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Filename!!Identification string!!Clarification&lt;br /&gt;
|-&lt;br /&gt;
|STARTUP.POD||Startup 1.1 Gold||Stock disk version/shareware startup&lt;br /&gt;
|-&lt;br /&gt;
|STARTUP.POD||Startup 1.1 Gold Hires||Cd-rom version startup&lt;br /&gt;
|-&lt;br /&gt;
|SHARE.POD||TV 1.2 Shareware||Shareware data&lt;br /&gt;
|-&lt;br /&gt;
|DISK.POD||Disk Version 1.1 Gold||Standard diskette data&lt;br /&gt;
|-&lt;br /&gt;
|CDROM.POD||TV 1.2 CD-ROM||Cd-rom data&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
And here are signatures for fury 3&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Filename!!Identification string!!Clarification&lt;br /&gt;
|-&lt;br /&gt;
|STARTUPX.POD||Startup Fury3 Trial Version||fury3 trial startup&lt;br /&gt;
|-&lt;br /&gt;
|FURY3X.POD||Fury3 Trial Version Egypt2||fury3 trial data&lt;br /&gt;
|-&lt;br /&gt;
|STARTUP.POD||Startup Rel 28||Fury3 startup pod &lt;br /&gt;
|-&lt;br /&gt;
|FURY3.POD||Fury3 Rel 26||Fury3 data&lt;br /&gt;
|-&lt;br /&gt;
|FURYSE.POD||Furyse with AVI||F!Zone data&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Header ===&lt;br /&gt;
&lt;br /&gt;
The file begins with the following data:&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Data type!!Description&lt;br /&gt;
|-&lt;br /&gt;
|UINT32LE numFiles||Number of files in the POD&lt;br /&gt;
|-&lt;br /&gt;
|char id[80]||Null-padded file description (see [[#Signature]] above)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Immediately following the header are &amp;lt;tt&amp;gt;numFiles&amp;lt;/tt&amp;gt; file entries.&lt;br /&gt;
&lt;br /&gt;
=== File entry ===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Data type!!Description&lt;br /&gt;
|-&lt;br /&gt;
|char filepath[32]||File name and path (e.g. &amp;quot;ART\ANT0000.RAW&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|UINT32LE size||File size&lt;br /&gt;
|-&lt;br /&gt;
|UINT32LE offset||File offset&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The file data follows the file entries at the offsets indicated.&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
{{BeginFileFormatTools|Type=group}}&lt;br /&gt;
{{FileFormatTool&lt;br /&gt;
| Name = [[Camoto]]&lt;br /&gt;
| Platform = Linux/Windows&lt;br /&gt;
| canExtract = Yes&lt;br /&gt;
| canDecompress = N/A&lt;br /&gt;
| canCreate = Yes&lt;br /&gt;
| canModify = Yes&lt;br /&gt;
| canCompress = N/A&lt;br /&gt;
| editHidden = No&lt;br /&gt;
| editMetadata = Yes&lt;br /&gt;
}}&lt;br /&gt;
{{EndFileFormatTools}}&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
&lt;br /&gt;
This file format was reverse engineered by [[User:Malvineous|Malvineous]].  If you find this information helpful in a project you&#039;re working on, please give credit where credit is due.  (A link back to this wiki would be nice too!)&lt;/div&gt;</summary>
		<author><name>Smoke th</name></author>
	</entry>
</feed>