Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi. Thank you for the plugin.

Is there a way to make consistent jumps? I'd like to do something like in the Dizzy game series, where the character always jumps the same distance regardless of how fast it moves. In GB Studio, jump distance depends on walking speed. I managed to do this by changing the min and max velocity, but the same applies to walking - the player moves the same distance as when jumping. I would like to maintain normal walking mechanics and always jump the same distance. 

I can imagine a few ways to accomplish this, but generally you'll want to use 'Attach Script to Platformer+ State' and then use 'Start Jump' to change the max speed and use PauTomas' plugin to set the current speed to match. Then add another script on ground to retire the normal walk

Thak you very much. I will try that.