U8 Archive: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
|- | |- | ||
|enemy_data.arc | |enemy_data.arc | ||
|Boss | |Boss textures and objects | ||
|- | |- | ||
|enemy.arc | |enemy.arc | ||
|Regular enemy | |Regular enemy textures and objects | ||
|- | |- | ||
|event_data.arc | |event_data.arc | ||
|Event-specific | |Event-specific textures and objects | ||
|- | |- | ||
|event.arc | |event.arc | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|human.arc | |human.arc | ||
|NPC | |NPC textures, objects, and scripts | ||
|- | |- | ||
|object.arc | |object.arc | ||
|Interactive object | |Interactive object textures, objects, and scripts | ||
|- | |- | ||
|particle_data.arc | |particle_data.arc | ||
| Line 44: | Line 44: | ||
|- | |- | ||
|player_*.arc | |player_*.arc | ||
|Contains player-specific | |Contains player-specific textures, objects, and animations | ||
|- | |- | ||
|player.arc | |player.arc | ||
| Line 50: | Line 50: | ||
|- | |- | ||
|radarmap.arc | |radarmap.arc | ||
|Contains mini-map | |Contains mini-map objects, colour textures, and icons. Misspelling is consistent. | ||
Misspelling is consistent. | |||
|- | |- | ||
|scripts.arc | |scripts.arc | ||
Revision as of 20:57, 1 December 2025
Archives, .arc, or ARC files are a common container format used throughout Sonic the Hedgehog (2006). Arc files can store a full file and directory-based virtual file system. Files may be compressed using DEFLATE more commonly known as zlib. In Sonic '06, the directories may be traversed, and individual files extracted and loaded into memory as needed.
Format
TBD.
List of Archives in Sonic '06
| Name | Description |
|---|---|
| cache.arc | Core render scripts, event playbook, and optical camouflage noise texture |
| download.arc | DLC episode mission and SET data |
| enemy_data.arc | Boss textures and objects |
| enemy.arc | Regular enemy textures and objects |
| event_data.arc | Event-specific textures and objects |
| event.arc | Event-specific sounds, particles, and scripts |
| game.arc | |
| human.arc | NPC textures, objects, and scripts |
| object.arc | Interactive object textures, objects, and scripts |
| particle_data.arc | |
| particle.arc | |
| player_*.arc | Contains player-specific textures, objects, and animations |
| player.arc | |
| radarmap.arc | Contains mini-map objects, colour textures, and icons. Misspelling is consistent. |
| scripts.arc | |
| shader_lt.arc | |
| shader.arc | |
| sound.arc | |
| sprite.arc | |
| stage_*.arc | |
| stage.arc | |
| system.arc | |
| text.arc |