Roblox Wiki
Roblox Wiki
No edit summary
Tags: mobileedit sourceedit
No edit summary
Tags: mobileedit sourceedit
Line 59: Line 59:
 
On December 7, 2013, an update was added that increased the size of the Terrain from 512x64x512 to 64000x64000x64000. This allowed players to add Terrain Water to existing places that are very large.
 
On December 7, 2013, an update was added that increased the size of the Terrain from 512x64x512 to 64000x64000x64000. This allowed players to add Terrain Water to existing places that are very large.
   
  +
In a later update to Roblox, the appearance of Terrain materials was updated to match the Part's material appearance.
On May 31, 2015, a feature named Smooth Terrain was added, increasing the graphical fidelity and changing the physics engine from a blocky style to a smoother, more photo-realistic, style.
 
  +
 
On May 31, 2015, a new type of Terrain named Smooth Terrain was added, increasing the graphical fidelity and changing the physics engine from a blocky style to a smoother, more photo-realistic, style.
   
 
==Gallery==
 
==Gallery==

Revision as of 18:01, 8 August 2015

Terrain

A screenshot showing off the Legacy Terrain.

The Terrain object is a feature of Roblox which was introduced in 2011.

Terrain

Voxel Terrain, Or known as Terrain, was the terrain before the smooth terrain.The Terrain object allows for a player to use more blocks per game. The Terrain is made up of many individual BaseParts acting as a single BasePart, unlike most complex shapes which are usually made of Meshes. The blocks are anchored when you step on them, but an explosion dettaches the bricks and renders them unanchored. This provides a simple way to create craters ingame. In ROBLOX Studio the Terrain plugin allows you to create craters or mountains etc, or you could just randomize it using the Terrain Generator script in the plugin. Read more about the terrain generator here.

Features

  • Vast voxel-based grid of boxes and wedges.
  • Integrated with the ROBLOX physics engine.
  • Sand & Grass environments currently available.
  • Destructible terrain
  • It is fully scriptable in Lua (but API will change before release).
  • Editable with ROBLOX and user-made Studio plugins.
  • First version out in September.

Terrain Materials (Voxel)

Terrain Materials

The sixteen different materials of Voxel Terrain.

  1. Grass
  2. Sand
  3. Brick
  4. Granite
  5. Asphalt
  6. Iron Plate
  7. Aluminum Plate
  8. Gold
  9. Wood Planks
  10. Logs
  11. Gravel
  12. Cinderblock
  13. Mossy Rock
  14. Concrete
  15. Red Plastic
  16. Blue Plastic
  17. Water

Terrain Materials (Smooth)

  1. Wood Planks
  2. Sand
  3. Grass
  4. Water
  5. Granite
  6. Brick
  7. Stone
  8. Cement

Hacks

When the Terrain object was released, people had the ability to hack ROBLOX games, by generating Terrain over the existing place. This makes the place hard to play or ruined because of the terrain that was not supposed to be in the level. The place could even be flooded. However, now there are some scripts that prevent terrain hacks from occuring. However, not all hacks are yet resolved.

The hacks were done by replacing all voxel values (including the empty ones) to any other values that weren't empty.

Criticism

Many people thought that the terrain were resembling Minecraft's terrain, however they are not similar in any way. It was also criticized for the amount of lag in places and lack of effort in building bases in places.

History

In an update, more Terrain Voxel textures were introduced, bringing the number up to sixteen.

Imagewater

Water was added to Terrain.

On December 7, 2013, an update was added that increased the size of the Terrain from 512x64x512 to 64000x64000x64000. This allowed players to add Terrain Water to existing places that are very large.

In a later update to Roblox, the appearance of Terrain materials was updated to match the Part's material appearance.

On May 31, 2015, a new type of Terrain named Smooth Terrain was added, increasing the graphical fidelity and changing the physics engine from a blocky style to a smoother, more photo-realistic, style.

Gallery