Content/Actor: Difference between revisions

imported>BravelyPeculiar
imported>BravelyPeculiar
Line 6: Line 6:
The Actor folder contains data on the game's [[Actor]] assets.
The Actor folder contains data on the game's [[Actor]] assets.


== Contents ==
== Folders ==
=== [[Content/Actor/Pack|Pack]] ===
=== Pack ===
Appears in the base content, ''Bootup.pack'' and ''TitleBG.pack'' versions of this folder. Contains a collection of [[.sbactorpack]] archives, each of which contains the data for one actor.
Appears in the base content, ''Bootup.pack'' and ''TitleBG.pack'' versions of this folder. Contains a collection of [[.sbactorpack]] archives, each of which contains the data for one actor.


=== [[Content/Actor/ActorLink|ActorLink]] ===
=== ActorLink ===
In the ''.sbactorpack'' version of this folder, contains a [[.bxml]] file which defines the names of the other parameter files used by that actor.
Contains a [[.bxml]] file which defines the names of the other parameter files used by that actor.
In the ''Bootup.pack'' version of this folder, contains the ''Dummy.bxml'' file, which acts as a template for all other .bxml files.
The ''Bootup.pack'' version of this folder contains ''Dummy.bxml'', a template for .bxml files.
 
=== AIProgram ===
Contains a [[.baiprog]] file which defines the AI actions and behaviour of that actor.
The ''Bootup.pack'' version of this folder contains ''Dummy.baiprog'', a template for .baiprog files.