Content
Just like most software, Breath of the Wild requires non-executable content files to work correctly. They are stored in the title content directory on Wii U and in the romfs on Switch.
To minimise loading times, files that are frequently loaded together or at the same time are packed into SARC archives. Because of this optimisation, a significant amount of game files are located within archives. Some files may also be present in more than a single archive with the same canonical resource name.
Contents
- 1 Directories
- 1.1 Actor
- 1.2 AnimationDrivenSpeed
- 1.3 Awareness
- 1.4 Camera
- 1.5 Chemical
- 1.6 Cooking
- 1.7 DamageParam
- 1.8 Demo
- 1.9 Ecosystem
- 1.10 Effect
- 1.11 ELink2
- 1.12 Env
- 1.13 Event
- 1.14 EventFlow
- 1.15 Font
- 1.16 Game
- 1.17 GameData
- 1.18 Layout
- 1.19 Local
- 1.20 Map
- 1.21 Message
- 1.22 Mii
- 1.23 Model
- 1.24 Movie
- 1.25 NavMesh
- 1.26 Pack
- 1.27 Physics
- 1.28 Quest
- 1.29 Shader
- 1.30 SLink2
- 1.31 Sound
- 1.32 System
- 1.33 Terrain
- 1.34 Tips
- 1.35 UI
- 1.36 Voice
- 1.37 WorldMgr
Directories
Actor
This directory is found in the unpacked content files, Bootup.pack, TitleBG.pack, bactorpacks, beventpacks, and dungeon packs. Its canonical path is "Actor".
If the DLC is installed, this directory can be found in dungeon packs in the add-on content directory. Its canonical path is "Actor".
The Actor directory contains files defining the actor objects that populate the game world (e.g. enemies, buildings, NPCs). It also includes configuration files for the actor and AI system.
AnimationDrivenSpeed
This directory is found in TitleBG.pack. Its canonical path is "AnimationDrivenSpeed".
AnimationDrivenSpeed contains configuration files for animation speeds for NPCs and animals.
Awareness
This directory is found in Bootup.pack. Its canonical path is "Awareness".
Awareness contains configuration files for the awareness system.
Camera
This directory is found in TitleBG.pack and beventpacks. Its canonical path is "Camera".
Camera contains camera animation files for in-game demos (cutscenes).
Chemical
This directory is found in Bootup.pack. Its canonical path is "Chemical".
Chemical contains the configuration file for the chemical system.
Cooking
This directory is found in Bootup.pack. Its canonical path is "Cooking".
Cooking contains the configuration file for the cooking system.
DamageParam
This directory is found in Bootup.pack. Its canonical path is "DamageParam".
Contains DamageReactionTable.bxml. Related to, but not to be confused with ActorParam/DamageParam.
Demo
This directory is found in TitleBG.pack and beventpacks. Its canonical path is "Demo".
Demo contains configuration files for in-game demos (cutscenes).
Ecosystem
This directory is found in Bootup.pack. Its canonical path is "Ecosystem".
Ecosystem contains configuration files for game areas and for the Placement and AutoPlacement systems (which statically or dynamically spawn actors).
Effect
This directory is found in the unpacked content files, Bootup.pack, TitleBG.pack and beventpacks. Its canonical path is "Effect".
ELink2
This directory is found in Bootup.pack. Its canonical path is "ELink2".
Contains the EffectLink effect database.
Env
This directory is found in Bootup.pack. Its canonical path is "Env".
Contains env.genvb.
Event
This directory is found in the unpacked content files, Bootup.pack and TitleBG.pack. Its canonical path is "Event".
Event contains event packs, information about events and configuration files for the event manager.
EventFlow
This directory is found in Bootup.pack, TitleBG.pack and beventpacks. Its canonical path is "EventFlow".
EventFlow contains event flow files: event flowcharts (bfevfl) and timelines (bfevtm).
Font
This directory is found in the unpacked content files. Its canonical path is "Font".
Game
This directory is found in the unpacked content files. Its canonical path is "Game".
GameData
This directory is found in Bootup.pack. Its canonical path is "GameData".
GameData contains configuration files for GameDataMgr and SaveMgr.
Layout
This directory is found in the unpacked content files, Title.pack and Bootup.pack. Its canonical path is "Layout".
Layout contains UI layout archive files. These are used to store UI files (layouts, animations and images). Their file extension is blarc
.
Local
This directory is found in in the unpacked content files (Wii U version only). Its canonical path is "Local".
Local appears to be a development remnant. It is unused in release versions and is not present at all on Switch.
Map
This directory is found in the unpacked content files, Bootup.pack and TitleBG.pack. Its canonical path is "Map/".
If the DLC is installed, this directory can be found in the unpacked content files, AocMainField.pack, dungeon packs, and shrine packs in the add-on content directory. Its canonical path is "Aoc/0010/Map/".
The Map directory contains files that define the game's overworld and dungeon layout.
Message
This directory is found in region and language-specific bootup packs (e.g. Bootup_USen.pack). Its canonical path is "Message".
Mii
This directory is found in Bootup.pack. Its canonical path is "Mii".
Model
This directory is found in the unpacked content files, TitleBG.pack and beventpacks. Its canonical path is "Model".
If the DLC is installed, this directory can be found in dungeon packs (see Content/Pack) in the add-on content directory. Its canonical path is "Model".
Movie
This directory is found in the unpacked content files. Its canonical path is "Movie".
If the DLC is installed, this directory can be found in the unpacked content files in the add-on content directory. Its canonical path is "Movie".
The Movie directory contains video files for prerendered cutscenes or demos.
This directory is found in the unpacked content files. Its canonical path is "NavMesh".
Pack
This directory is found in the unpacked content files. Its canonical path is "Pack".
If the DLC is installed, this directory can be found in the unpacked content files in the add-on content directory. Its canonical path is "Pack".
Pack contains SARC archives with the .pack extension. Essential packs like TitleBG and Bootup are stored there.
Physics
Physics contains configuration files and Havok binary packfiles for the Havok physics engine.
Quest
This directory is found in TitleBG.pack. Its canonical path is "Quest".
Quest contains the configuration file (QuestProduct.bquestpack) for the quest manager.
Shader
This directory is found in Bootup_Graphics.pack. Its canonical path is "Shader".
SLink2
This directory is found in Bootup.pack. Its canonical path is "SLink2".
Contains the SoundLink sound database.
Sound
This directory is found in the unpacked content files, Bootup.pack, TitleBG.pack and beventpacks. Its canonical path is "Sound".
If the DLC is installed, this directory can be found in the unpacked content files in the add-on content directory. Its canonical path is "Sound".
System
Terrain
Tips
This directory is found in Bootup.pack. Its canonical path is "Tips".
UI
This directory is found in the unpacked content files and Bootup.pack. Its canonical path is "UI".
UI mostly contains images (memory and compendium pictures, item images, map tiles) and UI map information.
Voice
This directory is found in the unpacked content files. Its canonical path is "Voice".
If the DLC is installed, this directory can be found in the unpacked content files in the add-on content directory. Its canonical path is "Voice".
WorldMgr
This directory is found in TitleBG.pack. Its canonical path is "WorldMgr".
Contains the file normal.bwinfo which is used to configure the world's lighting and climates.