Bxml: Difference between revisions

imported>BravelyPeculiar
No edit summary
imported>Leoetlino
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{lowercase}}
{{lowercase}}


''This page refers to the general .bxml files found in Actor/ActorLink in [[bactorpack]]s. For the other .bxml file in the game files, see [[DamageReactionTable.bxml]]''.
''This page refers to the ActorLink .bxml files found in Actor/ActorLink in [[Bactorpack|bactorpacks]] and [[Bootup.pack]]. For the other .bxml file in the game files, see [[DamageReactionTable.bxml]]''.
<onlyinclude>
<onlyinclude>
{{Parameter archive infobox|param_type=bxml|version=0|type=xml}}
{{Parameter archive infobox|param_type=bxml|version=0|type=xml}}
The '''.bxml''' file in [[Actor/ActorLink]] is the first parameter file loaded by the game when it loads an actor, and its filename is always the actor's name. It defines the names of the other parameter files used by the actor, as well as the name of the actor (in Japanese) and its tags.
The '''.bxml''' file in [[Content/Actor|Actor]]/ActorLink is the first parameter file loaded by the game when it loads an actor, and its filename is always the actor's name. It defines the names of the other parameter files used by the actor, as well as the name of the actor (in Japanese) and its tags.
</onlyinclude>
</onlyinclude>


Line 29: Line 29:
| AIScheduleUser  
| AIScheduleUser  
| string  
| string  
| Name of the [[event flow]] {{check}} and [[ActorParam/AISchedule|AISchedule]] to use
| Name of the [[ActorParam/AISchedule|AISchedule]] to use (and indirectly, the name of the associated [[event flow]])
|-
|-
| ASUser  
| ASUser  
| string  
| string  
| Name of the [[ActorParam/AS|AS]] to use
| Name of the [[ActorParam/ASList|ASList]] to use
|-
|-
| AttentionUser  
| AttentionUser  
| string  
| string  
| Name of the [[ActorParam/Attention|Attention]] to use
| Name of the [[ActorParam/AttClientList|AttClientList]] to use
|-
|-
| AwarenessUser  
| AwarenessUser  
Line 65: Line 65:
| ElinkUser  
| ElinkUser  
| string  
| string  
|Name of the [[esetlist]] file to use
|Name of the EffectLink instance and [[esetlist]] to use
|-
|-
| GParamUser  
| GParamUser  
Line 109: Line 109:
| SlinkUser  
| SlinkUser  
| string  
| string  
|
| Name of the SoundLink instance to use
|-
|-
| UMiiUser  
| UMiiUser  
Line 136: Line 136:
| {{AampIndexedParam|key=Tag%d}}  
| {{AampIndexedParam|key=Tag%d}}  
| string  
| string  
| Tag name (example: ObservedByTag)
| [[Actor tag]] name (example: ObservedByTag)
|}
|}


[[Category:File extensions]]
[[Category:File extensions]]
[[Category:File extensions (AAMP)]]
[[Category:File extensions (AAMP)]]
[[Category:Actor parameter files]]
Anonymous user