Skip to content
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

Climb Physics Issue #493

Closed
Jinkel92 opened this issue May 7, 2024 · 3 comments
Closed

Climb Physics Issue #493

Jinkel92 opened this issue May 7, 2024 · 3 comments

Comments

@Jinkel92
Copy link

Jinkel92 commented May 7, 2024

There is a bug when trying to climb onto an object with physics, in this case it is a vehicle:
Vídeo sin título ‐ Hecho con Clipchamp

@xkamronx
Copy link

xkamronx commented May 9, 2024

To add on to this (since I'm playing around with the same thing - adding vehicles)

The sprinting force also seems wildly different. If I walk in to a physics vehicle, it doesn't move. If I sprint in to it, it goes flying like a beach ball.

Edit - appears to only be during the initial 'velocity' action for the sprint. If you hit it going full speed it doesn't really move, but if you hit it during the impulse on begin sprinting it bounces.

@Sixze
Copy link
Owner

Sixze commented May 11, 2024

I have fixed the issue that was messing up the actor's rotation here: 00d05bd, but speaking of physics, while the actor is mantling, his capsule still keeps colliding with the environment and as a result it pushes the car away. To fix this you can, for example, disable the actor's collision with the car and afterwards re-enable it, which you can do in the OnMantlingStarted and OnMantlingEnded functions.

@Sixze Sixze closed this as completed May 11, 2024
@Jinkel92
Copy link
Author

I have fixed the issue that was messing up the actor's rotation here: 00d05bd, but speaking of physics, while the actor is mantling, his capsule still keeps colliding with the environment and as a result it pushes the car away. To fix this you can, for example, disable the actor's collision with the car and afterwards re-enable it, which you can do in the OnMantlingStarted and OnMantlingEnded functions.

Ah!, thanks for hotfix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants