Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

gamedata.ssarc

From ZeldaMods (Breath of the Wild)
Revision as of 15:08, 3 April 2019 by imported>BravelyPeculiar
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This resource is found in Bootup.pack.

Its canonical resource path is "GameData/gamedata.sarc".

gamedata.ssarc is a Yaz0-compressed SARC archive that contains configuration files (bgdata) for GameDataMgr.

The archive is loaded by GameDataMgr at initialization time. All files under the / directory in gamedata.sarc are then loaded and parsed regardless of the file extension. However, the game assumes it will only ever get bgdata resources so putting any other file type in the archive will cause the game to crash.

Files that are contained in gamedata.sarc are not listed in the resource size table. Additionally, their archive paths all contain a leading slash (e.g. /bool_array_data_0.bgdata).