CRI Middleware CPK

From XentaxWiki
Revision as of 23:39, 2 December 2022 by Ikskoks (talk | contribs) (CPK)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to index | Edit this page

CPK

  • Format Type : Archive
  • Endian Order : Little Endian / Big Endian
  • Signature : CPK


Format Specifications

Note: packet header is little endian and data inside packet is big endian


// packet header
4 bytes (char) - signature // "CPK "
4 bytes (uint32) - unknown  // always 255
4 bytes (uint32) - packet size
4 bytes (uint32) - unknown  // always 0


// table header
4 bytes (char) - signature  // "@UTF"
4 bytes (uint32) - table size

// table info
4 bytes (uint32) - rows offset
4 bytes (uint32) - strings offset
4 bytes (uint32) - data offset
4 bytes (uint32) - table name offset (relative to strings offset)
2 bytes (uint16) - number of columns
2 bytes (uint16) - row length in bytes
4 bytes (uint32) - number of rows


// TODO

Notes and Comments

  • This file format occurs in games made using CRI Middleware.

Games

List of games using this file format:

  • Anarchy Reigns
  • Ano Hi Mita Hana no Namae o Bokutachi wa Mada Shiranai
  • Bakemonogatari Portable
  • Bayonetta
  • Bayonetta 2
  • Corpse Party 2U
  • Dragon's Crown
  • Danganronpa Another Episode: Ultra Despair Girls
  • Danganronpa V3: Killing Harmony
  • Fairy Tail: Portable Guild
  • Fate/Extra
  • Fate/Extra CCC
  • Final Fantasy Brave Exvius
  • Hyperdimension Neptunia
  • J-Stars Victory Vs
  • JoJo's Bizarre Adventure: All Star Battle
  • JoJo's Bizarre Adventure: Eyes of Heaven
  • Mario & Sonic at the London 2012 Olympic Games
  • Mario & Sonic at the Rio 2016 Olympic Games
  • Mario & Sonic at the Olympic Games Tokyo 2020
  • Mario & Sonic at the Olympic Winter Games
  • Metal Gear Rising: Revengeance
  • Nier: Automata
  • Nichijou: Uchuujin
  • Otome wa Boku ni Koishiteru Portable
  • Persona 3 Portable
  • Persona 4 Golden
  • Persona 5 / Persona 5: Dancing in Starlight
  • Persona Q2
  • Pripara Aim Mezase Idol Grand Prix No.1
  • Sakura-Sou no Pet na Kanojo
  • Sword Art Online: Infinity Moment
  • Sonic Forces
  • Sonic Generations
  • Sonic Lost World
  • Sonic The Hedgehog 4: Episode 1
  • Star Fox Guard
  • Star Fox Zero
  • Steins;Gate
  • Time Travelers
  • Tokyo Mirage Sessions ?FE Encore
  • Vanquish
  • Xenoblade Chronicles X

QuickBMS Script

Compatible Programs

See Also