Sonic Games PAC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 49: | Line 49: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [https://github.com/Radfordhound/HedgeLib HedgeLib | * [https://github.com/Radfordhound/HedgeLib HedgeLib / HedgeArcPack / HedgeTools] | ||
* [https://github.com/KillzXGaming/Switch-Toolbox Switch-Toolbox] (support for Sonic Forces only) | * [https://github.com/KillzXGaming/Switch-Toolbox Switch-Toolbox] (support for Sonic Forces only) | ||
* [https://gist.github.com/blueskythlikesclouds/887d227301dd3c0ea3c62ab6984388cc SFPac] (support for Sonic Forces only) | * [https://gist.github.com/blueskythlikesclouds/887d227301dd3c0ea3c62ab6984388cc SFPac] (support for Sonic Forces only) | ||
Latest revision as of 20:22, 8 November 2022
Back to index | Edit this page
PAC
- Format Type : Archive
- Endian Order : Big Endian \ Little Endian
- Signature : PACx
Format Specifications
//header
4 bytes (char) - signature // "PACx"
3 bytes (char) - version // "201" - Mario & Sonic at the Rio 2016 Olympic Games
// "301" - Sonic Forces
// "403" - Sonic Frontiers
1 byte (char) - endian flag // "B" - big endian
// "L" - little endian
4 bytes (uint32) - UID / Archive Size
//TODO
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
- Files inside archive may be compressed with LZ4 or Deflate compression methods.
Games
List of games using this file format:
- Puyo Puyo Tetris 2
- Olympic Games Tokyo 2020 - The Official Video Game
- Mario & Sonic at the Olympic Games Tokyo 2020
- Sakura Wars
- Sonic Frontiers
- Sonic Forces
- Sonic Lost World (PC/Wii U)
- Mario & Sonic at the Rio 2016 Olympic Games (Wii U)
Compatible Programs
- HedgeLib / HedgeArcPack / HedgeTools
- Switch-Toolbox (support for Sonic Forces only)
- SFPac (support for Sonic Forces only)
HedgeArcPack Example
HedgeArcPack can be used to unpack data:
HedgeArcPack.exe -T=rio -E pea_anim_gymcln_BRZ.pac out_dir