Content/Actor: Difference between revisions
imported>BravelyPeculiar |
imported>Leoetlino bactorpack, beventpack -> actor pack, event pack |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
{{Resloc|type=directory|path=Actor|locations=the unpacked content files, [[Bootup.pack]], [[TitleBG.pack]], [[ | {{Resloc|type=directory|path=Actor|locations=the unpacked content files, [[Bootup.pack]], [[TitleBG.pack]], [[actor pack]]s, [[event pack]]s, and [[dungeon pack]]s|aoc_locations=[[dungeon pack]]s|aoc_replaces_base=}} | ||
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. | 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. | ||
</onlyinclude> | </onlyinclude> | ||
| Line 21: | Line 21: | ||
=== [[AS]] === | === [[AS]] === | ||
{{Resloc|type=directory|path=Actor/AS/|locations=[[ | {{Resloc|type=directory|path=Actor/AS/|locations=the Actor directory in [[actor pack]]s, [[event pack]]s, and [[TitleBG.pack]]|aoc_locations=|aoc_replaces_base=}} | ||
Contains a collection of [[Bactorpack|bas]] files, each of which represents an animation that can be called by an [[actor]] or [[Demo|cutscene]]. | Contains a collection of [[Bactorpack|bas]] files, each of which represents an animation that can be called by an [[actor]] or [[Demo|cutscene]]. | ||
=== Pack === | === Pack === | ||
{{Resloc|type=directory|path=Actor/Pack|locations=[[dungeon pack]]s, [[Bootup.pack]] and [[TitleBG.pack]]|aoc_locations=[[dungeon pack]]s|aoc_replaces_base=}} | {{Resloc|type=directory|path=Actor/Pack|locations=the Actor directory in [[dungeon pack]]s, [[Bootup.pack]] and [[TitleBG.pack]]|aoc_locations=the Actor directory in [[dungeon pack]]s|aoc_replaces_base=}} | ||
Contains a collection of [[ | Contains a collection of [[actor pack]] archives, each of which contains the data for one actor. | ||
=== AIDef === | === AIDef === | ||