Pure3d P3D: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 11: Line 11:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
//header
// main chunk
3 bytes (char) - signature // "P3D"
4 bytes (char) - signature // "P3D\xFF"
4 bytes (uint32) - chunk header size?  // always 12?
4 bytes (uint32) - file size


// TODO
// TODO

Revision as of 10:09, 24 August 2021

Back to index | Edit this page

P3D

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : P3D


Format Specifications

// main chunk
4 bytes (char) - signature // "P3D\xFF"
4 bytes (uint32) - chunk header size?  // always 12?
4 bytes (uint32) - file size

// TODO

MultiEx BMS Script

Not written yet.

Notes and Comments

  • This file format occurs in games made by Radical Entertainment.

Games

List of games using this file format:

  • Crash Mind Over Mutant
  • The Simpsons Hit & Run

Compatible Programs