About Store Forum Documentation Contact



Post Reply 
Continuous terrain
Author Message
Baccari Offline
Member

Post: #1
Continuous terrain
How can I make a terrain continuous on both X and Z axis ?
I want the player to go back to the beginning of the terrain when it reaches the end and vice versa.
04-09-2012 03:15 PM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #2
RE: Continuous terrain
So you basically wish to have a round world?

There are a number of methods that you can use, of which the easiest one (at least in EE) is using teleportation in combination with models.

For example: You place a mountain with a hole in it, and inside that hole, you make a model for a dungeon (or passageways), and you do this at both the end of the world, as well as the beginning of it, and let the beginning of the world load already there (if you are at the end of the world), and once your character reaches a point, teleport your character to the exact same place in that dungeon/passageway, but then in the other dungeon (the replica you placed in the "beginning").

So you kinda fake the process.
04-09-2012 04:43 PM
Find all posts by this user Quote this message in a reply
JonathonA Offline
Member

Post: #3
RE: Continuous terrain
Hes simply talking about scrolling terrain not necessarily having a round world?
04-09-2012 06:17 PM
Visit this user's website Find all posts by this user Quote this message in a reply
impi Offline
Member

Post: #4
RE: Continuous terrain
if he loops at the end, that implies a round world. You cant loop in a straight line.
04-23-2012 05:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
evldmn Offline
Member

Post: #5
RE: Continuous terrain
yeah but you can teleport the object in the start of the world and will make it looping. and you can make it look like a round world by "faking it a little".
04-23-2012 06:23 PM
Find all posts by this user Quote this message in a reply
Post Reply