HPL3/Areas/Ladder Area

From Frictional Wiki
Jump to navigation Jump to search

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

A functioning ladder setup. Light green = Ladder Area, bluegreen = InteractAux Area, red = Trigger Area

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.