Frictional Games Forum (read-only)

Full Version: De/activate a rope
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to activate a rope when used you used a item on something.
But simply putting the rope area ect. inactive doesn't work. is there a way to do this.

A quick reply would be very appreciated. Smile
A (slightly impractical) workaround would be to use InteractConnectPropWithRope to connect the rope to a valve that is out of view from the player. Then use SetWheelStuckState in place of SetEntityActive (-1 for "deactivating the rope" and 1 for "activating the rope"). Note that the rope area should be placed outside the room and make sure that the position node is directly below the rope area (i.e. it can't be at an angle, else the game may crash).

Suggested rope settings would be:

MinTotalLength: 0.01
Automove: checked
Automove acceleration: 50
Automove max speed: 50
RopeFile: (leave blank)
Damping: 1
Stiffness: 1

and adjust MaxTotalLength to your needs.