Topic: MirceaKitsune Movement Branch Movement Settings
These are the gravity settings for every planet, the sun, and some other celestial bodies. In the minetest.conf add the line
movement_gravity = <some number>Here are the numbers
mercury = 3.77
venus = 9.05
earth = 9.98
moon = 1.65
mars = 3.76
jupiter = 23.59
saturn = 9.14
uranus = 8.87
neptune = 11.23
pluto = .67
sun = 270.18
large asteroid = 0.20
outer space = 0
Space Station = 0.01
Minetest default gravity = 9.81
black hole = 100000WARNING:Any setting under 1.00 will cause you to take forever to fall and anything above 15 when you shift jump you get damaged.(I donbt know the exacts for the upper numbers)
I found this code from the minetest.conf.example and it tells you what you can change and what is the default.
Physics stuff
movement_acceleration_walk = 2
movement_acceleration_air = 0.5
movement_acceleration_fast = 4
movement_speed_walk = 4
movement_speed_crouch = 1.35
movement_speed_fast = 20
movement_speed_jump = 6.5
movement_speed_descend = 6
movement_liquid_fluidity = 1
movement_liquid_fluidity_smooth = 0.5
movement_liquid_drag = -1
movement_gravity = 9.81Here is the source code https://github.com/celeron55/minetest/tree/movement
and a build by PilzAdam for windows http://ompldr.org/vaGZreQ/minetest-0.4.