Eden Editor: Preview: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added some section titles, fixed format, changed some text)
m (Some wiki formatting)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{SideTOC}}
{{TOC|side}}
== Overview ==
When designing a scenario, it is important to periodically preview it from the player's point of view. This will give you a better picture about what the scenario looks like, how difficult it is and if it is actually fun.
When designing a scenario, it is important to periodically preview it from the player's point of view. This will give you a better picture about what the scenario looks like, how difficult it is and if it is actually fun.




When you return from the preview, the scenario will be in the same state in which you started it. Anything that happened during the preview (e.g. you moving or killing enemies) is reverted.
When you return from the preview, the scenario will be in the same state in which you started it. Anything that happened during the preview (e.g. you moving or killing enemies) is reverted.


== Preview Types ==
== Preview Types ==
=== Singleplayer ===
=== Singleplayer ===
The most basic type of preview is '''Play In Singleplayer'''. It starts the scenario from the beginning, starting where the player is placed in the editor. By default, this preview starts after pressing '''Enter'''.
 
The most basic type of preview is '''Play In Singleplayer'''. It starts the scenario from the beginning, starting where the player is placed in the editor. By default, this preview starts after pressing {{KeyboardShortcut|Enter}}.
[[File:3den previewSP.gif|center]]
[[File:3den previewSP.gif|center]]


=== Singleplayer with Briefing ===
=== Singleplayer with Briefing ===
'''Play In SP with Briefing''' is a variant of singleplayer preview which will show the briefing before the scenario starts, the same as when you start a scenario from the main menu. Please note that the briefing will not appear when you restart the preview from the pause menu.
'''Play In SP with Briefing''' is a variant of singleplayer preview which will show the briefing before the scenario starts, the same as when you start a scenario from the main menu. Please note that the briefing will not appear when you restart the preview from the pause menu.
[[File:3den previewBriefing.gif|center]]
[[File:3den previewBriefing.gif|center]]


=== Multiplayer ===
=== Multiplayer ===
'''Play In Multiplayer''' allows you to try the scenario on the hosted server, and the other players will be able to join you. If no server exists as yet, you will be prompted to host one before continuing.
'''Play In Multiplayer''' allows you to try the scenario on the hosted server, and the other players will be able to join you. If no server exists as yet, you will be prompted to host one before continuing.
After the first use, the '''Enter''' key will be assigned to the multiplayer preview instead.
After the first use, the {{KeyboardShortcut|Enter}} key will be assigned to the multiplayer preview instead.




Line 23: Line 27:


=== Singleplayer at Camera Position ===
=== Singleplayer at Camera Position ===
'''Play In SP at Camera Position''' is a debugging option which will start the preview in singleplayer, but teleport the player to the position of the editor camera. If the player is not in a flying vehicle (i.e., a plane or helicopter), the position on the ground below the camera will be picked instead.
'''Play In SP at Camera Position''' is a debugging option which will start the preview in singleplayer, but teleport the player to the position of the editor camera. If the player is not in a flying vehicle (i.e., a plane or helicopter), the position on the ground below the camera will be picked instead.
[[File:3den_previewCamera.gif|center]]
[[File:3den_previewCamera.gif|center]]


== Preview from the context menu ==
== Preview from the context menu ==
Context menu available after clicking the '''right mouse button''' in the scene offers additional debugging preview options.
Context menu available after clicking the '''right mouse button''' in the scene offers additional debugging preview options.


=== Empty Space ===
=== Empty Space ===
When clicked on an empty space, '''Play from Here''' will start the singleplayer preview and move the player on the selected position on the ground.
When clicked on an empty space, '''Play from Here''' will start the singleplayer preview and move the player on the selected position on the ground.
:[[File:3den previewPosition.gif|center]]
:[[File:3den previewPosition.gif|center]]


=== Character ===
=== Character ===
When clicked on a character, '''Play as the Character''' will also trigger the singleplayer preview, but allow the player to control the selected entity instead of his default one.
When clicked on a character, '''Play as the Character''' will also trigger the singleplayer preview, but allow the player to control the selected entity instead of his default one.
[[File:3den previewCharacter.gif|center]]
[[File:3den previewCharacter.gif|center]]


[[Category:Eden Editor: Scenario|Preview]]
[[Category:Eden Editor: Scenario|Preview]]

Revision as of 21:24, 7 April 2021

When designing a scenario, it is important to periodically preview it from the player's point of view. This will give you a better picture about what the scenario looks like, how difficult it is and if it is actually fun.


When you return from the preview, the scenario will be in the same state in which you started it. Anything that happened during the preview (e.g. you moving or killing enemies) is reverted.


Preview Types

Singleplayer

The most basic type of preview is Play In Singleplayer. It starts the scenario from the beginning, starting where the player is placed in the editor. By default, this preview starts after pressing Enter ↵.

3den previewSP.gif

Singleplayer with Briefing

Play In SP with Briefing is a variant of singleplayer preview which will show the briefing before the scenario starts, the same as when you start a scenario from the main menu. Please note that the briefing will not appear when you restart the preview from the pause menu.

3den previewBriefing.gif

Multiplayer

Play In Multiplayer allows you to try the scenario on the hosted server, and the other players will be able to join you. If no server exists as yet, you will be prompted to host one before continuing. After the first use, the Enter ↵ key will be assigned to the multiplayer preview instead.


When you return to the editor from the multiplayer preview, the server will keep running and already connected players will not be kicked out. However, running a singleplayer preview afterwards will terminate the server.

Singleplayer at Camera Position

Play In SP at Camera Position is a debugging option which will start the preview in singleplayer, but teleport the player to the position of the editor camera. If the player is not in a flying vehicle (i.e., a plane or helicopter), the position on the ground below the camera will be picked instead.

3den previewCamera.gif


Preview from the context menu

Context menu available after clicking the right mouse button in the scene offers additional debugging preview options.

Empty Space

When clicked on an empty space, Play from Here will start the singleplayer preview and move the player on the selected position on the ground.

3den previewPosition.gif

Character

When clicked on a character, Play as the Character will also trigger the singleplayer preview, but allow the player to control the selected entity instead of his default one.

3den previewCharacter.gif