Actor

From ZeldaMods (Breath of the Wild)
Revision as of 21:48, 12 October 2019 by imported>Leoetlino
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Actors are in-game objects. Link, enemies, scenery, weapons, NPCs, shrine interiors are all examples of actors.

In Breath of the Wild, actors are implemented through a combination of code and data such as parameter files (ActorParam), models, physics data, etc. Unlike actors in older Zelda games, BotW actors are composed of reusable components and large parts of functionality can be configured via parameter files.

An actor always has an associated bxml.

Notable actors

Because there are over 8 thousand actors, no complete actor list will be provided on this wiki. For an exhaustive list, have a look at bxml files in Actor/ActorLink (for production actors) or at ActorInfo.product.sbyml, which also includes development-only actors.

Name Description
GameROMPlayer Link (Player)
GameRomHorse* Horses
GameROMMotorcycle Master Cycle Zero (Motorcycle)
GameRomCamera Camera
Weapon_Sword_071 Master Sword
Area Area tag (used for area-based triggers in map units)
EventTag Event activation tag (for map units)
LinkTag Map unit tag (for map units)
Npc_HiddenKorokGround Hidden Korok (on ground)
Npc_ZoraB001 Sidon

Actor profiles

Links with the AI system