Map: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>BravelyPeculiar
(BravelyPeculiar moved page Map to Content/Map over redirect: To keep a consistent page naming scheme)
 
imported>Leoetlino
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT [[Content/Map]]
''Not to be confused with [[Map unit|map units]], [[Stage|stages]] or [[Scene|scenes]]''.
<onlyinclude>
A '''map''' is a game area with its own set of [[Map unit|map units]] and other placement-related assets such as [[blwp]] files.
 
Maps are uniquely identified with a ''map type'' and a ''map name''. The identifier is usually written as <code>MapType/MapName</code> (e.g. MainField/B-3). Confusingly enough, Nintendo [[AIDef:Action/ChangeScene|sometimes]] refers to this complete identifier as the map name.
</onlyinclude>
== Maps in public releases ==
{| class="wikitable"
!Identifier
!Description
|-
|<code>MainField/%c-%d</code> (a letter in {A..J}; N in {1..9})
|Hyrule
|-
|<code>MainFieldDungeon/RemainsWind</code>
|Divine Beast Vah Medoh
|-
|<code>MainFieldDungeon/RemainsWater</code>
|Divine Beast Vah Ruta
|-
|<code>MainFieldDungeon/RemainsFire</code>
|Divine Beast Vah Rudania
|-
|<code>MainFieldDungeon/RemainsElectric</code>
|Divine Beast Vah Naboris
|-
|<code>MainFieldDungeon/FinalTrial</code>
|Final Trial
|-
|<code>AocField/%c-%d</code> (a letter in {A..J}; N in {1..9})
|Trial of the Sword
|-
|<code>CDungeon/Dungeon%03d</code> (0-119)
|Shrine
|-
|<code>CDungeon/Dungeon%03d</code> (120-135)
|Shrine (Champion's Ballad)
|}

Latest revision as of 21:07, 12 October 2019

Not to be confused with map units, stages or scenes.

A map is a game area with its own set of map units and other placement-related assets such as blwp files.

Maps are uniquely identified with a map type and a map name. The identifier is usually written as MapType/MapName (e.g. MainField/B-3). Confusingly enough, Nintendo sometimes refers to this complete identifier as the map name.

Maps in public releases

Identifier Description
MainField/%c-%d (a letter in {A..J}; N in {1..9}) Hyrule
MainFieldDungeon/RemainsWind Divine Beast Vah Medoh
MainFieldDungeon/RemainsWater Divine Beast Vah Ruta
MainFieldDungeon/RemainsFire Divine Beast Vah Rudania
MainFieldDungeon/RemainsElectric Divine Beast Vah Naboris
MainFieldDungeon/FinalTrial Final Trial
AocField/%c-%d (a letter in {A..J}; N in {1..9}) Trial of the Sword
CDungeon/Dungeon%03d (0-119) Shrine
CDungeon/Dungeon%03d (120-135) Shrine (Champion's Ballad)