Eden Editor: Status Bar: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "WIP Status Bar Status Bar")
 
mNo edit summary
Line 1: Line 1:
WIP
The '''Status Bar''' provides real-time information about the view and the current game session.
 
[[File:3den statusBar.png]]
 
== Status Bar Entries ==
{| class="wikitable"
! Icon
! Description
<!---------------------------------------------------------------------------------------->
|-
| style="background-color:#333333; text-align:center;" | [[File:3den statusBar x.png|16px]]
| Cursor position in X coordinate (West to East).
<!---------------------------------------------------------------------------------------->
|-
| style="background-color:#333333; text-align:center;" | [[File:3den statusBar y.png|16px]]
| Cursor position in Y coordinate (South to North).
<!---------------------------------------------------------------------------------------->
|-
| style="background-color:#333333; text-align:center;" | [[File:3den statusBar z.png|16px]]
| Elevation at cursor position.
<!---------------------------------------------------------------------------------------->
|-
| style="background-color:#333333; text-align:center;" | [[File:3den statusBar dis.png|16px]]
| In the scene, the value shows distance between camera and the cursor position.
 
In the map, the value shows resolution in meters per pixel.
<!---------------------------------------------------------------------------------------->
|-
| style="background-color:#333333; text-align:center;" |
| Game version, can be selected and copied.
<!---------------------------------------------------------------------------------------->
|-
| style="background-color:#333333; text-align:center;" | [[File:3den statusBar mod.png|22px]]
| Mod indicator. The icon is white when some unofficial mods are installed.
<!---------------------------------------------------------------------------------------->
|-
| style="background-color:#333333; text-align:center;" | [[File:3den statusBar server.png|22px]]
| Server indicator. When a server is running in the background, the icon turns white and tooltip describes server name.
|}
[[Category:Eden Editor|Status Bar]]
[[Category:Eden Editor|Status Bar]]
[[Category:Eden Editor: Interface|Status Bar]]
[[Category:Eden Editor: Interface|Status Bar]]

Revision as of 15:30, 16 February 2016

The Status Bar provides real-time information about the view and the current game session.

3den statusBar.png

Status Bar Entries

Icon Description
3den statusBar x.png Cursor position in X coordinate (West to East).
3den statusBar y.png Cursor position in Y coordinate (South to North).
3den statusBar z.png Elevation at cursor position.
3den statusBar dis.png In the scene, the value shows distance between camera and the cursor position.

In the map, the value shows resolution in meters per pixel.

Game version, can be selected and copied.
3den statusBar mod.png Mod indicator. The icon is white when some unofficial mods are installed.
3den statusBar server.png Server indicator. When a server is running in the background, the icon turns white and tooltip describes server name.