Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Bxml: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>BravelyPeculiar
No edit summary
imported>BravelyPeculiar
No edit summary
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 general .bxml files found in Actor/ActorLink in [[Bactorpack|bactorpacks]]. 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}}
Line 141: Line 141:
[[Category:File extensions]]
[[Category:File extensions]]
[[Category:File extensions (AAMP)]]
[[Category:File extensions (AAMP)]]
[[Category:Actor paramater files]]

Revision as of 17:35, 18 September 2018

This page refers to the general .bxml files found in Actor/ActorLink in bactorpacks. For the other .bxml file in the game files, see DamageReactionTable.bxml.

bxml
Format AAMP
Version 0
Type xml
This article is about the structure in general. For actual values, check the GameROM or the pseudo-source.

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.


Parameter objects

LinkTarget

Key Type Description
ActorNameJpn string Actor name in Japanese
Priority string Unknown. Usually "Default"
AIProgramUser string Name of the AIProgram to use
AIScheduleUser string Name of the event flow [check] and AISchedule to use
ASUser string Name of the bas to use
AttentionUser string Name of the Attention to use
AwarenessUser string Name of the Awareness to use
BoneControlUser string Name of the BoneControl to use
ActorCaptureUser string Name of the ActorCapture to use (unused in release builds)
ChemicalUser string Name of the Chemical to use
DamageParamUser string Name of the bdmgparam to use
DropTableUser string Name of the bdrop to use
ElinkUser string Name of the esetlist file to use
GParamUser string Name of the bgparamlist to use
LifeConditionUser string Name of the blifecondition to use
LODUser string Name of the LOD to use
ModelUser string Name of the ModelList to use
PhysicsUser string Name of the Physics to use
ProfileUser string Actor profile (see ActorTemplate) to use [check]
RgBlendWeightUser string Name of the RagdollBlendWeight to use
RgConfigListUser string Name of the RagdollConfigList to use
RecipeUser string Name of the brecipe to use
ShopDataUser string Name of the bshop to use
SlinkUser string
UMiiUser string Name of the bumii to use
XlinkUser string
AnimationInfo string Name of the AnimationInfo to use
ActorScale float

Tags

Key Type Description
Tag%d string Tag name (example: ObservedByTag)