Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add a ragdoll attachment to the rope's end
#4
I assume that for some reason, the built-in culling (disabling "simulate when invisible" in the solver) does not work in your case?

Hard to tell from the video, but the issue might be the following:

If you disable the rope component, the rope will be taken out of the solver. When re-enabling it, it will be re-added to the solver all cuts will be reset. This is because cutting a rope does not permanently change the blueprint, it's a temporary change made to the actor itself. This is intentional, not a bug.

If this is the case, simply disable the solver component only (not the entire gameobject). This will stop the simulation while retaining the state of all currently loaded ropes.
Reply


Messages In This Thread
RE: Add a ragdoll attachment to the rope's end - by josemendez - 28-10-2021, 01:40 PM