Page 1 of 1

Jump higher

PostPosted: Wed Sep 16, 2015 20:38
by hb.operandi
So this is partly a duplicate and partly not (I think)

I stumbled across (but can't find to reply) a post about trying to jump higher. This is particularly frustrating when you wanna get out of water, or have a mountain to climb.

A user reply suggested using shift+spacebar to jump 1.5, which was helpful for the water and simple blocks, but still relatively useless for mountains.

So I searched the minetest.conf.example file and found this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
movement_gravity = 9.81

I switched it down and sure enough I jumped higher.
7.81 is enough to clear 2.5 (and shift+spacebar) can still get you higher. But when it comes to mountain biomes, I'd switch it to 4.2 (because it's the answer to life, the universe, and everything) which is where I am at and have no problems.

This also allows you to keep fly disabled, but still be able to build towers simply by jumping and placing. The only trouble is the accuracy of the jumps...becareful how far in any direction you travel!

Anyways, hopes this helps, and if this is duplicate, or anyone can let me know where that thread is lemme know and I'll repost/move/reply.

Cheers!
-Belle

Re: Jump higher

PostPosted: Tue Sep 29, 2015 22:00
by Blehmeh98
You can actually do this without modifying the game's settings; its in the modding API. I am making a science mod that adds stuff like anti gravity to the game. You can also just make the character jump higher but have the gravity remain the same.

Re: Jump higher

PostPosted: Thu Oct 01, 2015 00:22
by kaadmy
Use
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
movement_speed_jump = <x>

instead of changing the gravity.