Eden Editor: Entity Attributes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="width:640px; margin: 0 auto 0 auto;">
{{TOC|side}}
An entity is defined by its attributes. Each entity type has a different set of attributes. [[Eden Editor: Object|Object]] attributes, for example, can be type, position or health, while the marker is configured by size or color values.
An entity is defined by its attributes. Each entity type has a different set of attributes. [[Eden Editor: Object|Object]] attributes, for example, can be type, position or health, while a marker is configured by size or color values.
 


{{Feature | Warning | 'Disable Simulation' and 'Simple Object' attributes do not work well with custom animation attributes. Consider using object 'init' as workaround to achieve desired effect}}
== Editing Attributes ==
Entity attributes can be tweaked in the '''Edit Attributes''' window. To open it, '''double-click''' on the entity.
Entity attributes can be tweaked in the '''Edit Attributes''' window. To open it, '''double-click''' on the entity.
[[File:3den attributesDblClick.gif|center]]
[[File:3den attributesDblClick.gif|center]]


Alternatively, you can click the '''right mouse button''' on an entity and pick '''Attributes''' option from the context menu.


Alternatively, you can click the '''right mouse button''' on an entity and pick '''Attributes''' option from the context menu.
=== Editing multiple entities ===
When multiple entities are selected, attributes will be modified for all of them. This is useful for batch changes, e.g., making multiple characters playable in multiplayer.
When multiple entities are selected, attributes will be modified for all of them. This is useful for batch changes, e.g., making multiple characters playable in multiplayer.
[[File:3den attributesMenu.gif|center]]
[[File:3den attributesMenu.gif|center]]


 
== Attribute Categories ==
Attributes in the '''Edit Attributes''' window are sorted into categories, each of which can be expanded and collapsed by clicking on their titles. Their state is remembered and restored after returning.
Attributes in the '''Edit Attributes''' window are sorted into categories, each of which can be expanded and collapsed by clicking on their titles. Their state is remembered and restored after returning.
[[File:3den attributesCategories.gif|center]]
[[File:3den attributesCategories.gif|center]]
Line 19: Line 21:
The modified values are only saved  after pressing '''OK'''; clicking on '''Cancel''' will discard all changes.
The modified values are only saved  after pressing '''OK'''; clicking on '''Cancel''' will discard all changes.


 
=== Editing multiple entities ===
When multiple entities are being edited, an attribute can only be edited if its value is shared by all of them. When it is not, the attribute is disabled and the original values will not be overwritten.
When multiple entities are being edited, an attribute can only be edited if its value is shared by all of them. When it is not, the attribute is disabled and the original values will not be overwritten.
If you wish to edit the attribute, enable it using the checkbox on its right. The modified value will be applied to all the selected entities.
If you wish to edit the attribute, enable it using the checkbox on its right. The modified value will be applied to all the selected entities.
[[File:3den attributesMulti.gif|center]]
[[File:3den attributesMulti.gif|center]]


 
== Entity Specific Attributes ==
Some entities, in particular modules and other systems, may have specific attributes unique only to them. They are always shown as the last category called '''Entity Specific - [Entity Name]'''.
Some entities, in particular modules and other systems, may have specific attributes unique only to them. They are always shown as the last category called '''Entity Specific - [Entity Name]'''.




Attributes are a cornerstone of the editing process. Also, be sure to check the [[Eden Editor: Scenario Attributes]] tutorial which will explain how to configure the whole scenario, not only the single entities.
Attributes are a cornerstone of the editing process. Also, be sure to check the [[Eden Editor: Scenario Attributes]] tutorial which will explain how to configure the whole scenario, not only the single entities.
</div>


[[Category:Eden Editor|Entity Attributes]]
[[Category:Eden Editor: Editing|Entity Attributes]]
[[Category:Eden Editor: Editing|Entity Attributes]]

Latest revision as of 00:53, 2 January 2023

An entity is defined by its attributes. Each entity type has a different set of attributes. Object attributes, for example, can be type, position or health, while a marker is configured by size or color values.

'Disable Simulation' and 'Simple Object' attributes do not work well with custom animation attributes. Consider using object 'init' as workaround to achieve desired effect

Editing Attributes

Entity attributes can be tweaked in the Edit Attributes window. To open it, double-click on the entity.

3den attributesDblClick.gif

Alternatively, you can click the right mouse button on an entity and pick Attributes option from the context menu.

Editing multiple entities

When multiple entities are selected, attributes will be modified for all of them. This is useful for batch changes, e.g., making multiple characters playable in multiplayer.

3den attributesMenu.gif

Attribute Categories

Attributes in the Edit Attributes window are sorted into categories, each of which can be expanded and collapsed by clicking on their titles. Their state is remembered and restored after returning.

3den attributesCategories.gif


The description for each attribute is available in a tooltip when hovering over the attribute's title. The modified values are only saved after pressing OK; clicking on Cancel will discard all changes.

Editing multiple entities

When multiple entities are being edited, an attribute can only be edited if its value is shared by all of them. When it is not, the attribute is disabled and the original values will not be overwritten. If you wish to edit the attribute, enable it using the checkbox on its right. The modified value will be applied to all the selected entities.

3den attributesMulti.gif

Entity Specific Attributes

Some entities, in particular modules and other systems, may have specific attributes unique only to them. They are always shown as the last category called Entity Specific - [Entity Name].


Attributes are a cornerstone of the editing process. Also, be sure to check the Eden Editor: Scenario Attributes tutorial which will explain how to configure the whole scenario, not only the single entities.