[Solved] How to change the vertical climbing speed on a ladder?

Hi everyone! I’ve started using GDevelop a few days ago. It is great and I am making a platformer game as my first. My character climbs quite slow on ladders so I want to make him faster. I couldn’t find a proper option for it anywhere. I may have missed it but I want to know how. Thanks for your time.

Hi,
Someone is working on it: [WIP] Ladder climbing speed property added Fixes #1563 by ozata · Pull Request #1571 · 4ian/GDevelop · GitHub
You’ll have to wait a bit :slight_smile:

OK thank you! ⠀⠀⠀⠀⠀⠀⠀⠀

Hi guys…
Was just wondering the same. It’s pretty old but was t he issue resolved? I am not sure I understand the status of the project nor how to install whatever solution there is.

Thanks!

Hi guys,
The ladder speed is now a visible field in the latest beta 96. Enjoy!

image

3 Likes

That’s great to hear!

Hey That’s great.

Maybe not useful anymore, but I also found out that using a combination of sprite positioning and current frame number, you can have your character or whatever climbing by step with pauses. It makes for a more realistic ladder climbing animation since it is not really a linear motion when you climb one…

But that feature will be very useful!

Thank you guyz! :slight_smile: