You can access the editor by either selecting 'Editor' from the main menu (If available), opening the console with the Tilde key (~) and typing 'editor', or by pressing Alt+Ctrl+F5 while in a map.
Includes many often-used features in the editor.
This shows all of the objects in your map (Depending on filter settings), and can be used to rename and reorganize objects as well.
Click and drag on a object to change the order of objects, and you can set the parent of an object by dragging it on top of a Geo or a Group. Note that you cannot parent something to an Entity.
You can rename objects by either right-clicking on the object and selecting 'Rename', pressing F2 while the object is selected, or by renaming the object in the inspector.
Filters can be useful for navigating your scene quickly. By default, all objects are given empty names, and can clutter the outliner very quickly. If you click the down arrow to the right of the 'Filter' icon, you can select 'Hide Unnamed Nodes', which will only show objects that have been important enough to name. You can also look for a specific object in the map by going to the 'Filter…' type-in and entering any part of the object name you wish to find.
If you can't find a node that you're looking for, make sure: - Filters are all set correctly, or the Filter button is disabled. - You don't have any text in the Filter type-in. Click the X button to the right to clear it.
In the center of the editor, you will see either one large viewport (Known as the Maximized View), or 4 smaller viewports (Known as the Quad View). You can switch between the Quad View and the Maximized view by pressing Enter.
When maximized, you can quickly switch between multiple views by using the following numpad keys:
You can think of it like each numpad key is related to the layout of the viewports in the Quad View:
----------- ----------- | Top | | Persp | | 7 | | 9 | | | | | ----------- ----------- ----------- ----------- | Front | | Right | | 1 | | 3 | | | | | ----------- -----------
You can move around the viewports by holding the right mouse button and dragging. This will pan in orthogonal viewports, and rotate the camera in the perspective viewport. You can also move around by using WASD while either the right mouse button is held, and/or when the Shift key is held. Holding Shift while also holding the right mouse button will also speed movement up by 2x. It's generally recommended to hold shift while navigating around the viewport, just so you don't lose WASD functionality if you let go of the right mouse button.
You can also zoom/move forwards in a viewport by using the scrollwheel.
The inspector shows all editable properties of any selected objects. You can edit the properties of multiple selected objects at once (With some exceptions), but it will only show information that is common to ALL of the selected objects.
Here you can select, apply and modify various assets used in the game. There are two main tabs: Materials and Entities.
Materials can be dragged directly onto Geos in the map to apply them, or you can press the Apply button or the Enter key to apply them to any currently selected geos or faces. There is also an eyedropper tool that allows you to select a material from a face in the map.
Entities can also be dragged directly into the map, as long as they're not marked as NonPlaceable.