Difference between revisions of "HPL3/Areas/Ladder Area"
< HPL3
Jump to navigation
Jump to search
(Created page with "== Overview == When placed on a static object (like a ladder), the Ladder area will allow the player to climb it. == Properties == === Material === Determines the type of sou...") |
(Rewrote article to be more concise and added missing information) |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | + | The Ladder Area allows players to climb a ladder. This area will also cause the climbing hands animation. If the animation of the hands does not meet the spokes of the ladder then the area must be carefully moved while grid snap is disabled. In order to work properly, an [[HPL3/Areas/InteractAux Area|InteractAux Area]] with its '''InteractParent''' property set to the Ladder Area must be placed next to the Trigger Area, as seen in the image. | |
== Properties == | == Properties == | ||
− | === | + | [[Image:Ladder.png|thumb|A functioning ladder setup. Light green = Ladder Area, bluegreen = InteractAux Area, red = Trigger Area|right]] |
− | + | The where the player will end up when exiting the ladder from the top. | |
+ | === Base === | ||
+ | * '''Material''': The type of sound effect to play while climbing | ||
+ | * '''Exit_Top''': The [[HPL3/Areas/Trigger Area|Trigger Area]] the players feet will be move to when exiting the ladder from the top | ||
+ | * '''Exit_TopCrouching''': If the player should be crouched after exiting the ladder from the top | ||
+ | * '''Exit_Bottom''': The [[HPL3/Areas/Trigger Area|Trigger Area]] the players feet will be move to when exiting the ladder from the bottom | ||
+ | * '''Exit_BottomCrouching''': If the player should be crouched after exiting the ladder from the bottom | ||
− | |||
− | |||
− | |||
− | === | + | |
− | + | === Attachment === | |
+ | * '''ParentAttachEntity''': The name of an entity that this soundscape is parented to. | ||
+ | * '''ParentAttachUseRotation''': If the rotation of the parent should affect the soundscape. | ||
+ | * '''ParentAttachBody''': The name of the body in the parent entity to attach to. |
Latest revision as of 22:40, 25 January 2024
Contents
Overview
The Ladder Area allows players to climb a ladder. This area will also cause the climbing hands animation. If the animation of the hands does not meet the spokes of the ladder then the area must be carefully moved while grid snap is disabled. In order to work properly, an InteractAux Area with its InteractParent property set to the Ladder Area must be placed next to the Trigger Area, as seen in the image.
Properties
The where the player will end up when exiting the ladder from the top.
Base
- Material: The type of sound effect to play while climbing
- Exit_Top: The Trigger Area the players feet will be move to when exiting the ladder from the top
- Exit_TopCrouching: If the player should be crouched after exiting the ladder from the top
- Exit_Bottom: The Trigger Area the players feet will be move to when exiting the ladder from the bottom
- Exit_BottomCrouching: If the player should be crouched after exiting the ladder from the bottom
Attachment
- ParentAttachEntity: The name of an entity that this soundscape is parented to.
- ParentAttachUseRotation: If the rotation of the parent should affect the soundscape.
- ParentAttachBody: The name of the body in the parent entity to attach to.