Game Development Community

Stopping player from falling off map

by Andy Holmes · in General Discussion · 08/07/2008 (11:06 pm) · 2 replies

In the game level how do you stop a player from going off the map like i can just jump up a mountin and off the board how do i go about stoping that or if i had like a harbor and wanted the illiouson of endless water and dont want a player to just swim to edge of map and off it

#1
08/07/2008 (11:44 pm)
Do you want to stop the player from going out of the mission area?

You can get some information in this thread:
www.garagegames.com/mg/forums/result.thread.php?qt=24126

See the post by
Hugo de la Vega

Hope this help...

:)
#2
08/08/2008 (3:02 am)
You could also create a transparent collision box and place it in your mission to prevent players from moving accross it. Not that friendly but it is a simple stop gag solution.