D3TV
From Just Solve the File Format Problem
D3TV files are game data files used by the v3.x of the D.U.N.E (Developers Universal Non-programming Environment) Engine, which added support for CD Audio with the Commodore CDTV. These files usually correspond to individual "shots" in a DUNE game, and are based on the IFF metaformat.
Identification
D3TV files begin with FORM
, have the file-size in bytes starting at offset 4, and have a type indicator of D3TV
at offset 8.
Chunks
These files contain many different chunks for different types of game data. All offsets mentioned are relative to the start of the chunk identifier.
W.I.P.