Making the gameplay faster

Started by Phygelius, December 05, 2018, 08:55:26 AM

Previous topic - Next topic
Hi =)
I would like to make some actions in the game a bit faster (e.g. remove the slowdown while walking through grass, make the swordslash faster), where can I change this? Can you help me to do this?

For the sword, just change the frame delay of the animation.
For the grass, as a workaround you can detect the ground below using events and change the walking speed, or use custom states when Solarus 1.6 is released (this is advanced stuff), or just wait for custom grounds when Solarus 1.7 is released around 2023.
"If you make people think they're thinking, they'll love you. But if you really make them think, they'll hate you."

Just don't use the built-in grass feature, make your own one to customize it as you want.