Generator
From Another End
Client-Side Load Process
The generator object on the client side is kept synced with the game server to allow for quick, and continuous loading of the environment. The proposed process for loading the client side assets is as follows:
Each grid square measures 50 meters squared.
- There is 150 meters around the very outside which has low poly terrain loaded only. This area helps create a larger view distance and allows the player to look for landmarks.
- This is followed by 100 meters of level tow, which contains high poly terrain and large, environmental objects.
- The inner most area is 150 meters squared and has everything loaded for the player to interact with.
This makes the total loaded area about 650 meters squared. This should allow the player to see land being generated, but never travel fast enough to reach the edge of the world.