Eden Editor: Connecting: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added note about syncing/grouping multiple units/objects at once)
m (Text replacement - "{{KeyboardShortcut" to "{{Controls")
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
{{TOC|horizontal|1|2}}
<div style="width:640px; margin: 0 auto 0 auto;">
Connecting can bind certain entities together and affect their functionality.
Connecting can bind certain entities together and affect their functionality.


 
== Connecting Entities ==
To connect entities together, click the '''right mouse button''' on an entity, expand the '''Connect...''' folder and pick a connection type to start the connecting operation.
To connect entities together, click the '''right mouse button''' on an entity, expand the '''Connect''' folder and pick a connection type to start the connecting operation.
Click the '''left mouse button''' on the desired target to connect all selected entities to the target. You can also press the '''right mouse button''' to cancel the operation.
Click the '''left mouse button''' on the desired target to connect all selected entities to the target. You can also press the '''right mouse button''' to cancel the operation.
[[File:3den connectMenu.gif|center]]
[[File:3den connectMenu.gif|center]]


 
== Disconnecting Entities ==
To remove an existing connection, hover over the connection line in the scene and press '''Delete'''. Alternatively, clicking into an empty space while connecting will remove any connection of the selected type.
To remove an existing connection, hover over the connection line in the scene and press {{Controls|Del}}. Alternatively, clicking into an empty space while connecting will remove any connection of the selected type.
[[File:3den connectEmpty.gif|center]]
[[File:3den connectEmpty.gif|center]]
{{Important|It's also possible to group or sync multiple units with an other object or unit at once.}}
Connections are shown as lines both in the scene and on the map. Each connection type is represented by a different color.
{{Important|Unless selected, the line will be obstructed by the terrain and environmental settings.}}
We will now take a look at the available connection types.


== Additional Notes ==
It is also possible to group or sync multiple units with another entity at once.<br>
Connections are shown as lines, both in the scene and on the map. Each connection type is represented by a different color.
Unless selected, the line will be obstructed by the terrain and environmental settings.


== Connection Types ==
=== Grouping ===
=== Grouping ===
''Character &amp; Character''
''Character &amp; Character''


Characters grouped together become a group with a leader. Subordinates follow the leader and carry out issued orders.
Characters grouped together become a group with a leader. Subordinates follow the leader and carry out issued orders.
Grouping can also be quickly accessed by '''holding Ctrl''' and dragging a line from one character to another.
Grouping can also be quickly accessed by '''holding''' {{Controls|Ctrl}} and dragging a line from one character to another.
 
Read more: [[Eden_Editor:_Group|Eden Editor: Group]]
[[File:3den connectGroup.gif|center]]
[[File:3den connectGroup.gif|center]]


=== Syncing ===
=== Syncing ===
Line 32: Line 30:


A generic connection without any inherent functionality. Often used by scripted systems. One of the connected entities has to be a character, otherwise the connection will not be recognized once the scenario starts.
A generic connection without any inherent functionality. Often used by scripted systems. One of the connected entities has to be a character, otherwise the connection will not be recognized once the scenario starts.


=== Setting Trigger Owner ===
=== Setting Trigger Owner ===
''Trigger &amp; Character''
''Trigger &amp; Character''


Trigger owner changes its activation from being side based (e.g., activated by BLUFOR) to object based (e.g., activated by the owner or its group members).
Trigger owner changes a trigger's activation from being side based (e.g., activated by BLUFOR) to object based (e.g., activated by the owner or its group members).


Read more: [[Eden_Editor:_Trigger#Trigger_Owner|Eden Editor: Trigger]]


=== Setting Random Start ===
=== Setting Random Start ===
''Object &amp; Marker''
''Object &amp; Marker''


When the scenario starts, an object will appear randomly either on its default position, or on the position of any connected marker. Each restart will bring different results.
When the scenario starts, an object will appear randomly either on its default position, or on the position of any connected [[Eden_Editor:_Marker|marker]]. Each restart will bring different results.
 


=== Setting Waypoint Activation ===
=== Setting Waypoint Activation ===
''Waypoint &amp; Trigger''
''Waypoint &amp; Trigger''


A Waypoint will only be completed once all the connected triggers are activated. This is useful, for example, for sending reinforcements once enemy locations are cleared.
A Waypoint will only be completed once all connected triggers are activated. This is useful, for example, for sending reinforcements once enemy locations are cleared.
 
Read more: [[Eden_Editor:_Waypoint|Eden Editor: Waypoint]]


</div>
[[Category:Eden Editor|Connecting]]
[[Category:Eden Editor: Editing|Connecting]]
[[Category:Eden Editor: Editing|Connecting]]

Latest revision as of 12:48, 20 December 2021

Connecting can bind certain entities together and affect their functionality.

Connecting Entities

To connect entities together, click the right mouse button on an entity, expand the Connect folder and pick a connection type to start the connecting operation. Click the left mouse button on the desired target to connect all selected entities to the target. You can also press the right mouse button to cancel the operation.

3den connectMenu.gif

Disconnecting Entities

To remove an existing connection, hover over the connection line in the scene and press Del. Alternatively, clicking into an empty space while connecting will remove any connection of the selected type.

3den connectEmpty.gif

Additional Notes

It is also possible to group or sync multiple units with another entity at once.
Connections are shown as lines, both in the scene and on the map. Each connection type is represented by a different color. Unless selected, the line will be obstructed by the terrain and environmental settings.

Connection Types

Grouping

Character & Character

Characters grouped together become a group with a leader. Subordinates follow the leader and carry out issued orders. Grouping can also be quickly accessed by holding Ctrl and dragging a line from one character to another.

Read more: Eden Editor: Group

3den connectGroup.gif

Syncing

Character & Object

A generic connection without any inherent functionality. Often used by scripted systems. One of the connected entities has to be a character, otherwise the connection will not be recognized once the scenario starts.

Setting Trigger Owner

Trigger & Character

Trigger owner changes a trigger's activation from being side based (e.g., activated by BLUFOR) to object based (e.g., activated by the owner or its group members).

Read more: Eden Editor: Trigger

Setting Random Start

Object & Marker

When the scenario starts, an object will appear randomly either on its default position, or on the position of any connected marker. Each restart will bring different results.

Setting Waypoint Activation

Waypoint & Trigger

A Waypoint will only be completed once all connected triggers are activated. This is useful, for example, for sending reinforcements once enemy locations are cleared.

Read more: Eden Editor: Waypoint