Difference between revisions of "Dynamic Zones"

From Oldunreal-Wiki
Jump to navigation Jump to search
m (Minor edits.)
Tag: New redirect
 
Line 1: Line 1:
{{InfoBox_Actor
#REDIRECT [[Unreal v227 Manual/New mod authoring tools]]
|Actor_Name =DynamicZoneInfo
|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==
*'''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).
 
[[File:DynamicZoneInfo.png|center]]
==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.
 
[[Category:UnrealEd]]
[[Category:Mapping]]
[[Category:227 Help]]
[[Category:Pages in need of completion]]

Latest revision as of 18:59, 27 June 2022