Information About

Unrealed




''UnrealEd'' ('''''UEd''''' for short) is the easy to use Level Design Software used to create Levels for '' Unreal ,'' other games in the Unreal Series , and games based on the Unreal Engine , such as '' Deus Ex '', although it has changed along with the engine for later games. Non-''Unreal'' games use their own version of basically the same program. One of the first companies to do this with First Person Shooter s, all ''Unreal'' games on the PC had the Level Editor included for free, and some third party Unreal engine games did the same with an edited and specialized version. This extended the longevity of the games. Amateur Level Designer s could now create their own levels for the game, providing a near endless amount of additional content for the game. In addition, the built-in Scripting Language called UnrealScript allowed for editors to customize game content.

''UnrealEd'' has a customizable User Interface , but the most common is the quad viewports with the top view in the top left, then, moving clockwise, the front view, the side view, and the perspective view. It has a row of buttons along the top pertaining to various options such as save, open, and rebuild, and a series of buttons to the left of the viewports which access editing functions.


VERSIONS

With the various ''Unreal'' games, ''UnrealEd'' itself has seen many different versions. '' Unreal '' shipped with ''UnrealEd 1.0'', which displayed most of the editing tools on a single large left bar adjacent to the four viewports. This version was extremely Buggy , particularly while rebuilding maps.

'' Unreal Tournament '' also shipped with ''UnrealEd 1.0'', and ''UnrealEd 2.0'' being added in a later game patch. The editor underwent a major visual change from the previously colourful buttons to a more subdued green scheme. New tools and features were added (such as search capabilities and a new 2D Shape Editor), and it also underwent a significant Stability Upgrade , and though the editor still had its share of strange Crash es, it wasn't nearly as particular as ''UEd 1.0''.

Bundled with '' Unreal Tournament 2003 '' was ''UnrealEd 3.0'', which further increased stability. It maintained the green colours, and looks virtually identical to ''UEd 2.0''. The editor added a Static Mesh browser to support static meshes (known as "hardware brushes" during development), and combined the various browsers into a single browser with tabs to switch between Textures , Meshes , actors, etc.. This is the current version of ''UnrealEd''.

Future versions of ''UnrealEd'' will be fully backwards compatible with content developed under previous versions.


BASIC PREMISE

''UnrealEd'' operates on the concept of brushes. Brushes can be primitive shapes (such as cubes, spheres & cones), pre-defined shapes (such as staircases), or custom shapes (such as prisms and other Polyhedrons ). Using CSG Operations , complex rooms and objects can be created by adding, subtracting and intersecting brushes to and from one another. Additive brushes can be solids, semisolids or nonsolids .

''UnrealEd'' treats the world as a giant mass. In order to create space, brushes are subtracted from the mass, thereby hollowing out space to walk in. Conversely, the addition of mass creates solid space within the hollowed space. A level is built with a mixture of subtracted and added brushes.

These brushes are used to compile a level into a BSP Tree for rendering and collision detection. Unfortunately, as levels become more complicated they are prone to BSP errors, resulting in visual and collision anomalies. This is partially why the use of ''Static Meshes'' was introduced in the Unreal 2 Engine.

''Static Meshes'' are prerendered geometry, created in software such as Maya or 3D Studio Max , that can be imported and positioned within levels. Although a level's foundation and basic layout is still built using brushes, Static Meshes can be used to create complex, intricate architecture that brushes are too coarse to emulate. Because Static Meshes are loaded into memory only once, even if used multiple times throughout a level, they are a more efficient way of using computer resources. Along with the fact they can be considered as prefabs, '' Unreal Tournament 2007 '' will feature static meshes almost exclusively.


LEARNING THE ED

You can learn to use ''UnrealEd'' by reading online tutorials. For more information on mapping for ''Unreal'', have a look at these links.


BUILDING DESIGNERS ADOPT UNREALED

In an effort to provide realtime walkthroughs of their proposed buildings, with gravity and impact detection, building designers have begun to build models inside ''Unrealed'' to test out their ideas. By allowing the public to pretest a building, a better result can evolve prior to construction. One problem persists however, which is the conversion of element sizes from design programs such as Autocad and 3DSmax into ''UnrealEd''.