Draft:Content/Actor: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>BravelyPeculiar
imported>BravelyPeculiar
No edit summary
Line 4: Line 4:
== Content/Actor ==
== Content/Actor ==
{{cs|target=ActorInfo.product.sbyml}}
{{cs|target=ActorInfo.product.sbyml}}
{{cs|target=Content/Actor/Pack|text=Pack}}
=== Pack ===
Directory containing [[sbactorpack|actor packs]]. Actor packs are loaded from here by default.


== [[TitleBG.pack]]/Actor ==
== [[TitleBG.pack]]/Actor ==
{{cs|target=Content/Actor/AS#TitleBG.pack/Actor/AS|text=AS}}
{{cs|target=Content/Actor/AS#TitleBG.pack/Actor/AS|text=AS}}
{{cs|target=Content/Actor/Pack#TitleBG.pack/Actor/Pack|text=Pack}}
=== Pack ===
Directory containing [[sbactorpack|actor packs]]. Only some actor packs are loaded from here.


== [[Bootup.pack]]/Actor ==
== [[Bootup.pack]]/Actor ==
=== [[ActorParam directories]] ===
=== [[ActorParam directories]] ===
Contains dummy ActorParam configuration files containing default values. They are used as a fallback when loading actors. The "ActorLink" directory is not present here.
Directories containing dummy ActorParam configuration files containing default values. They are used as a fallback when loading actors. The "ActorLink" directory is not present here.
 
=== AIDef ===
=== AIDef ===
Directory containing [[AIDef_Game.product.sbyml]].
Directory containing [[AIDef_Game.product.sbyml]].
Line 22: Line 23:
=== XLink ===
=== XLink ===
Directory containing [[XLinkInfo.sbyml]].
Directory containing [[XLinkInfo.sbyml]].
{{cs|target=Content/Actor/Pack#Bootup.pack/Actor/Pack|text=Pack}}
=== Pack ===
Directory containing [[sbactorpack|actor packs]]. Only [[GlobalParameter.sbactorpack]] and [[TipsSystemActor.sbactorpack]] are loaded from here.

Revision as of 13:08, 2 April 2019

The Actor directory contains files defining actors.

Content/Actor

ActorInfo.product.sbyml

This file is not listed in the game's resource size table.

ActorInfo.product.sbyml (found in the Actor directory) is a Yaz0-compressed BYML file which contains general information about all actors in the game. It is used when constructing actors, and also used to access actor data efficiently when loading the full actor pack is unnecessary (e.g. on menu screens). Therefore, in order to add new actors, or to change items' parameters on menu screens, this file must be edited.

ActorInfo is a machine generated file. It is not meant to be edited directly; much of the information it includes are either automatically generated or copied from ActorParam files (which can be found in the game content) and other source-only files.

Pack

Directory containing actor packs. Actor packs are loaded from here by default.

TitleBG.pack/Actor

AS

The Actor/AS directory contains bas animation reference files used by actors. The actual animations are not stored here.

Pack

Directory containing actor packs. Only some actor packs are loaded from here.

Bootup.pack/Actor

ActorParam directories

Directories containing dummy ActorParam configuration files containing default values. They are used as a fallback when loading actors. The "ActorLink" directory is not present here.

AIDef

Directory containing AIDef_Game.product.sbyml.

Effect

Directory containing EffectInfo.sbyml.

Sound

Directory containing Sound.sbyml.

XLink

Directory containing XLinkInfo.sbyml.

Pack

Directory containing actor packs. Only GlobalParameter.sbactorpack and TipsSystemActor.sbactorpack are loaded from here.