AWB Archive: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 18: Line 18:
4 bytes (uint32) - number of files
4 bytes (uint32) - number of files
4 bytes - unknown
4 bytes - unknown
// ID array
num_of_files *
num_of_files *
{
{
   2 bytes (uint16) - file ID
   2 bytes (uint16) - file ID
}
}
// offsets array
num_of_files *
{
  2-4 bytes (uint16 / uint32) - file offset
}
x bytes - padding


// data
// data

Revision as of 23:12, 22 February 2022

Back to index | Edit this page

AWB, ACB, AFS2

  • Format Type : Archive / Audio
  • Endian Order : Little Endian
  • Signature : AFS2 / @UTF


Format Specifications

// AWB file format

//header
4 bytes (char) - signature // "AFS2"
4 bytes (uint32) - flags
4 bytes (uint32) - number of files
4 bytes - unknown

// ID array
num_of_files *
{
  2 bytes (uint16) - file ID
}

// offsets array
num_of_files *
{
  2-4 bytes (uint16 / uint32) - file offset
}
x bytes - padding

// data
num_of_files *
{
   x bytes - file data  // ADX or HCA audio
}


// ACB file format

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

// TODO

Notes and Comments

  • It was developed by CRI Middleware and is the successor of AFS archive. It often contains ADX Audio or HCA Audio.
  • AWB archives are sometimes paired with ACB files. AWB contains data, while ACB contain header info.

Games

List of games using this file format:

  • Ano Hi Mita Hana no Namae o Bokutachi wa Mada Shiranai (PSP)
  • Catherine Full Body
  • Danganronpa V3: Killing Harmony
  • Dragon Ball Legends
  • Dragon's Crown (*.AWB / *.ACB)
  • Grand Knights History (PSP)
  • JoJo's Bizarre Adventure: All Star Battle (PS3)
  • JoJo's Bizarre Adventure: Eyes of Heaven (PS3)
  • Love Live! School Idol Paradise (PS Vita)
  • Mario & Sonic at the Olympic Games Tokyo 2020 (Nintendo Switch)
  • Mario & Sonic at the Rio 2016 Olympic Games (WII U)
  • Okami HD (PC) (*.AFS2)
  • Persona 3 Portable (PSP)
  • Persona 3: Dancing in Moonlight (PS Vita)
  • Persona 4 / Persona 4 Golden
  • Persona Q
  • Persona 5 / Persona 5 Dancing in Starlight
  • PES 2015
  • Sonic Forces (*.AWB / *.ACB)
  • Super Monkey Ball: Banana Blitz HD
  • Tales of Link
  • Tales of the Rays
  • Tales of Symphonia
  • The Idolmaster: Cinderella Girls Starlight Stage
  • Tokyo Ghoul: Re-Birth / Tokyo Ghoul: Re-Invoke (*.AWB)
  • Uma Musume Pretty Derby (*.AWB / *.ACB)

QuickBMS Script

Compatible Programs