Bxml: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>BravelyPeculiar
No edit summary
imported>Leoetlino
(Update resource path and mention DamageParam)
Line 1: Line 1:
{{lowercase}}
{{lowercase}}
'''bxml''' files are [[AAMP]]  
'''bxml''' files are [[AAMP]]  
parameter files found inside [[.sbactorpack]] archives, in the [[Content/Actor#ActorLink|ActorLink]] folder.
parameter files found in the [[Content/Actor#ActorLink|Actor/ActorLink]] folder and in DamageParam.


==Function==
==Function==
The .bxml file 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 several tags associated with the actor.
 
=== ActorLink ===
The ActorLink .bxml file 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 several tags associated with the actor.


==Parameters==
==Parameters==
{{Empty section}}
{{Empty section}}
[[Category:File extensions]]
[[Category:File extensions]]

Revision as of 05:44, 7 September 2018

bxml files are AAMP parameter files found in the Actor/ActorLink folder and in DamageParam.

Function

ActorLink

The ActorLink .bxml file 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 several tags associated with the actor.

Parameters