Actor pack: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>BravelyPeculiar
No edit summary
imported>Leoetlino
No edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A '''.sbactorpack''' file is a [[Yaz0]]-encoded [[SARC|SARC archive]] that contains parameter files defining the behaviour of an [[Actor]], as well as any physics files that actor requires. These archives can be found inside [[Content/Actor#Pack|Content/Actor/Pack]], [[TitleBG.pack/Actor#Pack|TitleBG.pack/Actor/Pack]] and [[Bootup.pack/Actor#Pack|Bootup.pack/Actor/Pack]].
<onlyinclude>'''Actor packs''' are [[Yaz0]]-compressed [[SARC|SARC archives]] that contain parameter files defining the behaviour of a specific [[actor]], as well as any physics files that actor requires. Their file extension is '''bactorpack''' (or '''sbactorpack''' when compressed).</onlyinclude>


== .sbactorpack/Actor ==
== Contents ==
Actor packs can contain these directories:


=== ActorLink ===
{{content section|target=Content/Actor|text=Actor}}
Contains a [[.bxml]] file, which defines the names of all the other actor parameter files used by the actor, as well as the tags that actor uses.
{{content section|target=Content/Physics|text=Physics}}
 
=== AIProgram ===
Contains a [[.baiprog]] file, which defines the AI actions and behaviour of the actor.
 
=== AnimationInfo ===
 
=== AS ===
 
=== ASList ===
 
=== AttClient ===
 
=== AttClientList ===
 
=== Awareness ===
 
=== BoneControl ===
 
=== Chemical ===
 
=== DamageParam ===
 
=== DropTable ===
 
=== GeneralParamList ===
 
=== LifeCondition ===
 
=== ModelList ===
 
=== Physics ===
 
=== RagdollBlendWeight ===
 
=== RagdollConfig ===
 
=== RagdollConfigList ===
 
=== Recipe ===
 
=== ShopData ===
 
=== UMii ===
 
== .sbactorpack/Physics ==
 
=== Cloth ===
 
=== SupportBone ===
{{lowercase}}
[[Category:File_extensions]]

Latest revision as of 20:12, 10 March 2020

Actor packs are Yaz0-compressed SARC archives that contain parameter files defining the behaviour of a specific actor, as well as any physics files that actor requires. Their file extension is bactorpack (or sbactorpack when compressed).

Contents

Actor packs can contain these directories:

Actor

This directory is found in the unpacked content files, Bootup.pack, TitleBG.pack, actor packs, event packs, and dungeon packs.

Its canonical resource path is "Actor".

In the add-on content, it is found in dungeon packs.

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.

Physics

Physics contains configuration files and Havok binary packfiles for the Havok physics engine.