Love and Berry: Dress Up and Dance! FC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 21: | Line 21: | ||
* FC files are used to store compressed texture and 3D model data. Compression algorithm is '''MSLZSS'''. | * FC files are used to store compressed texture and 3D model data. Compression algorithm is '''MSLZSS'''. | ||
** Texture files are [[PVR Image|PVR Images]] (*.pvr). | |||
** 3D Model files are [[Ninja Model NJ|Ninja Models]] (*.nj). | |||
=== Games === | === Games === | ||
Revision as of 19:50, 12 November 2022
Back to index | Edit this page
FC
- Format Type : 3D Model / Texture
- Endian Order : Little Endian
- Signatures : SEGACOMP / NJCM
Format Specifications
// header 8 bytes (char) - signature // "SEGACOMP" // TODO
Notes and Comments
- FC files are used to store compressed texture and 3D model data. Compression algorithm is MSLZSS.
- Texture files are PVR Images (*.pvr).
- 3D Model files are Ninja Models (*.nj).
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.