World Editor... World Editor Basics The World Editor has three seperate "windows" in the Mission Editor: World Editor - a full screen object manipulator World Editor Inspector - used for inspecting and editing the properties of objects World Editor Creator - used for creating new mission objects The World Editor main view is a view of the 3D world. Objects in this view (interiors, shapes, markers, etc) can be manipulated with the mouse and keyboard. The following mouse and keyboard functions exist: Clicking on an unselected object - deselects all currently selected objects and selects the clicked object Clicking in empty space - click-drags a box around objects, and selects all objects in the box Shift-clicking on an object - toggles selection of the clicked object Mouse dragging a selected object - moves the selected objects, either on a horizontal plane, or sticking to the terrain, depending on the setting of the "Planar Movement" checkbox in the World Editor Settings dialog Control-clicking and drag - moves the selected objects vertically Alt-clicking and drag - rotates the selected objects about the selected axis Alt-control-clicking and drag - scales the selected object by a face on the bounding box If gizmos are enabled in the World Editor Settings dialog, they can also be clicked and dragged: click-drag gizmo axis - move selection along that axis alt-click-drag gizmo axis - rotate selection on that axis alt-control-click-drag gizmo axis - scale along that axis World Menu The World Menu contains world editor specific options for controlling properties of the current selection, as well as choosing where new objects are dropped. The following list describes the world menu options: Lock Selection - Locks the current selection so that it cannot be manipulated from the world editor view Unlock Selection - Unlocks a locked selection Hide Selection - Hides the current selection to reduce clutter while editing Show Selection - Shows hidden objects in the selection Delete Selection - Deletes the currently selected objects Camera To Selection - Moves the camera to the selected objects Reset Transforms - Resets the rotation and scale on the selected objects Drop Selection - Re-drops the selected objects into the mission according to the drop rule (see below) Add Selection to Instant Group - Moves the currently selected objects into the current Instant Group. Drop at Origin - New objects will be created at the origin Drop at Camera - New objects will be created at the camera's location Drop at Camera w/Rot - New objects will be created at the camera's location with the camera's current orientation Drop below Camera - New objects will be created below the camera's location Drop at Screen Center - New objects will be created in the world where the view direction hits an object Drop at Centroid - New objects will be created in the world at the center of the selection Drop to Ground - New objects will be dropped at the terrain ground level World Editor Tree The World Editor tree view is displayed in the upper right screen quadrant in both the World Editor Inspector and the World Editor Creator. This tree displays the hierarchy of the mission data file. Objects selected in the tree will also be selected in the main view. There is a special group selection called the Instant Group. This group is where objects that are pasted are placed, as well as where objects created from the World Editor Creator are placed. In the World Editor tree view the instant group is displayed with a grey hilight. To change the current instant group, Alt-click on a group in the tree view. World Editor Inspector The World Editor Inspector allows the user to specify properties of mission objects. When an object is selected in Inspector mode, that object's properties will be displayed in the lower right quadrant of the screen. Once properties are edited, clicking the apply button will set those properties into the object. Dynamic properties can be assigned to objects with the Dynamic Fields Add button. Dynamic fields are accessable through the scripting language and are used to add game-specific properties to mission objects. World Editor Creator The World Editor Creator displays a tree view in the lower left corner of the screen. This tree contains all objects that can be created in a mission.