Area object: Difference between revisions

From SMO.wiki
→‎Types of zones: Added a zone type
m Grammar tweak
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
A '''zone''' is an invisible region of space that can trigger events, prevent certain actions, or cause other phenomena. The properties of zones are enacted based upon whether Mario is within them and cannot be triggered by [[Cappy]]. Zones can be shaped like a [[wikipedia:Cuboid#Rectangular_cuboid|rectangular cuboid]], cylinder, or sphere.
An '''area object''', '''area''', or '''zone''' (referred to [[Internal name|internally]] as <code>al::AreaObj</code>) is an invisible region of space that can trigger events, prevent certain actions, or cause other phenomena. The properties of area objects usually only apply to Mario, meaning many types of them cannot be triggered by [[Cappy]]. Area objects can be shaped like a [[wikipedia:Cuboid#Rectangular_cuboid|rectangular cuboid]], cylinder, sphere, or be infinitely large.


== Types of zones ==
== Variants ==
Actions or conditions enforced by zones include but are not limited to the following:
Actions or conditions enforced by area objects include but are not limited to the following:


* Loading a different stage when Mario contacts it; these are called [[Loading zone|loading zones]]. Loading zones are ultimately invisible as all zones are, but many exist in the same region of space as a solid white or black texture, giving the impression that the loading zone has an opaque color.
* Loading a different stage when Mario contacts it; these are called [[Loading zone|loading zones]]. Loading zones are ultimately invisible as all area objects are, but many exist in the same region of space as a solid white or black texture, giving the impression that the loading zone has an opaque color.
* Transporting Mario to a different location in the same stage upon contacting it.
* Transporting Mario to a different location in the same stage upon contacting it. These are sometimes also referred to as loading zones, despite not actually loading a new stage.
* Killing Mario; these are often referred to as '''death planes''' (which is a misnomer since the zone is not flat) or '''death zones'''.
* Killing Mario; these are often referred to as '''death areas''' or '''death planes''' (the latter being a misnomer since the region is not flat).
* Triggering various actions in the stage, such as starting a boss fight or [[cutscene]] or causing situational changes in the level; these are often called '''trigger zones'''.
* Triggering various actions in the stage, such as starting a boss fight or [[cutscene]] or causing situational changes in the level; these are often called '''trigger areas''' or '''trigger zones'''.
* Placing Mario in a [[bubble]] upon leaving the zone.
* Setting a checkpoint that Mario can respawn at after dying. These can be found in the [[Underground Temple]] and [[Underground Moon Caverns]].
* Preventing or forcing camera movement.
* Placing Mario in a [[bubble]] upon leaving the area object.
* Preventing or forcing camera movement while inside the area object.
* Enforcing water properties within a certain region; these are often called '''water areas'''. Unlike many types of area objects, these have effects on many other objects and actors in the game besides Mario.
 
[[Category:Technical objects]]

Latest revision as of 18:32, 8 February 2024

An area object, area, or zone (referred to internally as al::AreaObj) is an invisible region of space that can trigger events, prevent certain actions, or cause other phenomena. The properties of area objects usually only apply to Mario, meaning many types of them cannot be triggered by Cappy. Area objects can be shaped like a rectangular cuboid, cylinder, sphere, or be infinitely large.

Variants[edit | edit source]

Actions or conditions enforced by area objects include but are not limited to the following:

  • Loading a different stage when Mario contacts it; these are called loading zones. Loading zones are ultimately invisible as all area objects are, but many exist in the same region of space as a solid white or black texture, giving the impression that the loading zone has an opaque color.
  • Transporting Mario to a different location in the same stage upon contacting it. These are sometimes also referred to as loading zones, despite not actually loading a new stage.
  • Killing Mario; these are often referred to as death areas or death planes (the latter being a misnomer since the region is not flat).
  • Triggering various actions in the stage, such as starting a boss fight or cutscene or causing situational changes in the level; these are often called trigger areas or trigger zones.
  • Setting a checkpoint that Mario can respawn at after dying. These can be found in the Underground Temple and Underground Moon Caverns.
  • Placing Mario in a bubble upon leaving the area object.
  • Preventing or forcing camera movement while inside the area object.
  • Enforcing water properties within a certain region; these are often called water areas. Unlike many types of area objects, these have effects on many other objects and actors in the game besides Mario.