How to change gravity

From Platinum Arts Sandbox Free 3D Game Maker
Jump to: navigation, search

To change GRAVITY in a map:

GRAVITY affects the amount of time it takes for the character to fall back to the ground after jumping or falling off of higher ground. A higher number causes the player to fall faster. A lower number causes the player to float downward slowly.

Enter edit mode (press "e") Hit the tilde key (~) to open the command line and type the following:

gravity X

where X is the variable you want to change. gravity can range from a value of 10 to 1000.


To change the JUMP VELOCITY in a map:

JUMP VELOCITY affects the speed/force at which the player character jumps upward. A higher number causes the character to rocket upward while a lower number makes the character's jumps much shorter and quicker.

Enter edit mode (press "e") Hit the tilde key (~) to open the command line and type the following:

jumpvel X

where X is the variable you want to change. jumpvel can range from a value of 10 to 5000.