Difference between revisions of "Dynamic Zones"

From Oldunreal-Wiki
Jump to navigation Jump to search
(Created page with "right Dynamic Zoneinfos are simply ZoneInfos that can be moved and spawned at will while playing. They come in handy to create effects such as ri...")
 
m (Minor edits.)
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:DynamicZoneInfo.png|right]]
{{InfoBox_Actor
 
|Actor_Name =DynamicZoneInfo
Dynamic Zoneinfos are simply ZoneInfos that can be moved and spawned at will while playing. They come in handy to create effects such as rising water or temporary flooded or altered areas. They are not limited by portals and BSP but act within a defined volume around the DynamicZoneInfo actor.
|Image =GenericInfoActor.png
 
|Subclass = > Info > Zoneinfo
|IncVersion =227f
}}
'''Dynamic ZoneInfo'''s are simply ZoneInfos that can be moved and spawned at will while playing. They come in handy to create effects such as rising water or temporary flooded or altered areas. They are not limited by portals and BSP, but act within a defined volume around the DynamicZoneInfo actor.
==Properties==
==Properties==
*'''bMoveForcesTouchUpdate''': forces the update of actors touching the zone when the DynamicZoneInfo moves or is altered.
*'''bMoveForcesTouchUpdate''': forces the update of actors touching the zone when the DynamicZoneInfo moves or is altered.
*'''BoxMax''' and '''BoxMin''': define the size of the zone around the DynamicZoneInfo actor if the ZoneAreaType is DZONE_Cube.
*'''BoxMax''' and '''BoxMin''': define the size of the zone around the DynamicZoneInfo actor if the ZoneAreaType is DZONE_Cube.
*'''bUseRelativeToRotation''': ?
*'''bUseRelativeToRotation''': the zone shape should be relative to dynamic zoneinfo's rotation.
*'''CylinderSize''': defines the ''height'' of the cylinder if the ZoneAreaType is DZone_Cylinder.
*'''CylinderSize''': defines the ''height'' of the cylinder if the ZoneAreaType is DZone_Cylinder.
*'''MatchOnlyZone''': ?
*'''MatchOnlyZone''': Write name of a BSP zoneinfo actor here to make the dynamic zoneinfo only effect inside that zone.
*'''SphereSize''': radius of the sphere if ZoneAreaType is DZONE_Sphere, or radius of the cylinder if ZoneAreaType is DZONE_Cylinder.
*'''SphereSize''': radius of the sphere if ZoneAreaType is DZONE_Sphere, or radius of the cylinder if ZoneAreaType is DZONE_Cylinder.
*'''ZoneAeraType''': zone of effect of the DynamicZoneInfo : Cube, Cylinder, Sphere, or SCRIPT to call Uscript events (warning : very slow).
*'''ZoneAreaType''': zone of effect of the DynamicZoneInfo : Cube, Cylinder, Sphere, or SCRIPT to call Uscript events (warning : very slow).


[[File:DynamicZoneInfo.png|center]]
==Subclasses==
==Subclasses==
 
The DynamicZoneInfo has subclasses equivalent to the ZoneInfo's subclasses: Nitrogen, Teleport, Water, Lava, Tar and Slime zones. They are similar to the static versions but have the benefits of movement and on-the-fly creation, as the DynamicZoneInfo.
The DynamicZoneInfo has sublasses equivalent to the ZoneInfo's subclasses : Nitrogen, Teleport, Water, Lava, Tar and Slime zones. They are similar to the static versions but have the benefits of movement and on-the-fly creation, as the DynamicZoneInfo.


[[Category:UnrealEd]]
[[Category:UnrealEd]]
[[Category:Mapping]]
[[Category:Mapping]]
[[Category:227 Help]]
[[Category:227 Help]]
[[Category:Pages in need of completion]]

Revision as of 16:50, 20 May 2018

GenericInfoActor.png

DynamicZoneInfo
Subclass of: Actor> Info > Zoneinfo
Included since: 227f

Dynamic ZoneInfos are simply ZoneInfos that can be moved and spawned at will while playing. They come in handy to create effects such as rising water or temporary flooded or altered areas. They are not limited by portals and BSP, but act within a defined volume around the DynamicZoneInfo actor.

Properties

  • bMoveForcesTouchUpdate: forces the update of actors touching the zone when the DynamicZoneInfo moves or is altered.
  • BoxMax and BoxMin: define the size of the zone around the DynamicZoneInfo actor if the ZoneAreaType is DZONE_Cube.
  • bUseRelativeToRotation: the zone shape should be relative to dynamic zoneinfo's rotation.
  • CylinderSize: defines the height of the cylinder if the ZoneAreaType is DZone_Cylinder.
  • MatchOnlyZone: Write name of a BSP zoneinfo actor here to make the dynamic zoneinfo only effect inside that zone.
  • SphereSize: radius of the sphere if ZoneAreaType is DZONE_Sphere, or radius of the cylinder if ZoneAreaType is DZONE_Cylinder.
  • ZoneAreaType: zone of effect of the DynamicZoneInfo : Cube, Cylinder, Sphere, or SCRIPT to call Uscript events (warning : very slow).
DynamicZoneInfo.png

Subclasses

The DynamicZoneInfo has subclasses equivalent to the ZoneInfo's subclasses: Nitrogen, Teleport, Water, Lava, Tar and Slime zones. They are similar to the static versions but have the benefits of movement and on-the-fly creation, as the DynamicZoneInfo.