Love and Berry: Dress Up and Dance! FC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 13: Line 13:
// header
// header
8 bytes (char) - signature // "SEGACOMP"
8 bytes (char) - signature // "SEGACOMP"
4 bytes (uint32) - version?  // 1
4 bytes (uint32) - ucncompressed file size


// TODO
x bytes - compressed data
</pre>
</pre>
</div>
</div>

Revision as of 19:51, 12 November 2022

Back to index | Edit this page

FC

  • Format Type : 3D Model / Texture
  • Endian Order : Little Endian
  • Signature : SEGACOMP


Format Specifications

// header
8 bytes (char) - signature // "SEGACOMP"
4 bytes (uint32) - version?  // 1
4 bytes (uint32) - ucncompressed file size

x bytes - compressed data

Notes and Comments

  • FC files are used to store compressed texture and 3D model data. Compression algorithm is MSLZSS.

Games

List of games using this file format:

  • Love and Berry: Dress Up and Dance! (NDS) (*.FC)

QuickBMS Script

Not written yet.

Compatible Programs

None.