Hi everyone. My question for today is: How would I go about coding a first person grappling hook? What I am thinking is that the player would be able to shoot a hook to an object, it latches on to said object, and the player can swing from that point. What I am wondering is how to get a grappling hook (the rope specifically) that will let the player swing without using a LOT of little segments. It would need to be able to dynamically change size (Player can shoot at objects that are at different distances). Any and all help is greatly appreciated. Thanks!
This does a pretty good job of giving one possible solution.
The main thing is that instead of simulating a rope, it constrains how far the player can get from the anchor point.