-
-
Notifications
You must be signed in to change notification settings - Fork 994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swinging on Vine/Rope! #396
Comments
You can use some classic rope object made of bones and just make it grabable so you cand grab it and ungrab it. |
Yup already did. The rope just swings regardless of the position at which I grabbed. In other words, the grab function works if I grab the rope proper, but beyond that it doesn't then keep the rope steady. Still allowed to climb, but the rope behaves as if I'm not even touching it. That being said, there's no swinging. Not only would we have to register a grip, but we'd need both the ability to climb the rope, and have the rope's movement translate to the playarea. This is far more complex of an issue. |
You need to instantiate some object to simulate your body catching one of the rope collision cylinder , adding forces to the body obecjt will make physic joints swing. |
No of course Hyppo... ...and you do realize I'm suggesting all of these to augment the Kit right? I really appreciate your taking the time to suggest ways for myself to make it work, but that isn't necessary. Really, what I've been doing with Stone for some time is take what he's laid out, and playtest and ideally find ways to make the kit even more robust. Climbing was clearly added later on in this kits cycle, so it's only fitting that additional options are explored. No they're not necessary, but if I can even tickle someones brain a bit to consider augmenting the system, why not right? Cheers man |
Right, the more the kit has , the best it is for users. |
Essentially yup. |
The climbing currently does not allow for moving objects. It's a known bug, and one I'll eventually get to, but if somebody wants to take a crack at it before I have the time, that would be fantastic. |
Good reference https://www.youtube.com/watch?v=hETJ_AgulgY from @fuseman |
Hmm, you could make some really insane obstacle courses with grabbable moving objects. |
Perhaps an extension of Climbing (actually pretty certain it should be), but it would be cool to be able to swing similar to Windlands.
Climbing is already pretty satisfying, but I wanted to be able to swing on the rope climb section. 😄
Thanks yet again!
The text was updated successfully, but these errors were encountered: