Ru/Entity creation
Template:Totranslate:ru Ентити дают жизнь вашему уровню! Это монстры, двери, выключатели и лампочки, превращающие вашу статичную архитектуру уровня в динамичное окружение. Разумное использование ентитей очень важно для создания интересного, уникального и увлекательного уровня.
В отличие от геометрических примитивов, ентити не создаются в окне редактора Hammer. Большинство пользователей просто выбирают их из списка существующих ентитей. Как только вы выбрали нужную ентити, в редакторе Hammer вы можете изменить её расположение и другие свойства.
Существуют два типа ентитей: точечные ентити и брашевые.
Point-based entities exist only at a certain exact point. Examples include lights, monsters, and player start points. Monsters do have an area, but it is defined by the game code and is not modifiable from within the map. Some point type entities are just that - points. For example, the env_beam entity, which controls beam effects, uses two info_target entities as targets and the beam of light runs between these two points.
Brush-based entities are entities that depend on either a brush for their physical presence (like platforms, trains, and other moving entities) or an "area" (like triggers, which require an activation field).
Point-based entity placement
Placement of point entities is simple:
- Select the Entity Tool.
- From the New Objects toolbar, select the entity you want from the "Objects" selection box.
Примечание:The entity list in the "New Objects" dialog is for point-based entities only. For information on brush-based entities, please refer to the next section.
- Click in a 2D window, then position the entity cursor with the mouse. You can also click on a brush surface in the 3D view, and the point entity will be created there.
- Pressing
Enter
will create the entity. - Fine tune the entity position in the 2D and 3D views.
- Choose Properties under the Edit menu if you wish to edit the entity parameters.

Alt+Enter
to open the Object Properties dialog box for the current selection.Brush-based entity creation
Brush-based entities are a bit more complicated than point-based entities, but should not pose any difficulties once you know their basics.
- Create a brush where you would like it. You can use as many brushes as you'd like when building a brush-based entity.
- Select the entire object.
- Select "Tie to Entity" from the Tools Menu, or press the
Ctrl+T
shortcut. This will turn the selected objects into a brush based entity. - In the Object Properties dialog, select the appropriate entity from the "Class" list box. Once the entity type is selected, you can modify the entity properties as needed.

Alt+Enter
.You will notice that brush-based entities appear as a different color in the 2D windows, typically purple.
Combining solid entities
Multiple solid entities can be also combined into a single entity:
- Select the entities or brushes you wish to combine.
- Select "Tie to Entity" from the Tools menu, or press
Ctrl+T
. - A dialog will open with a list of entities in the current selection. Choose which of the entities you wish to keep for the final, combined entity. Select one of the entities, and that entity will also be highlighted in the 2D and 3D Views. Click "OK" to confirm your choice.
- The Object Properties dialog will appear, allowing you to change the parameters for the combined entity.
Using entities
Once an entity has been made, it can be controlled through the Entity I/O system. This system controls how entities interact with each other to make the game.
See also
Template:Otherlang:ru Template:Otherlang:ru:en Template:Otherlang:ru:jp