Game Editor (Workbench): Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Game Editor =
{{TOC|side}}
This editor is used to create playable content of any game based on EnForce engine. Game Editor is a universal name and its because it's a really universal Editor. You can make corridor levels and also huge open areas. The basic building stone is Entity. Entity is everything - world, terrrain, tree, stone, character, particle or cutscene.  
This editor is used to create playable content of any game based on EnForce engine. Game Editor is a universal name and its because it is a really universal Editor.
You can make corridor levels and also huge open areas. The basic building stone is Entity. Entity is everything - world, terrrain, tree, stone, character, particle or cutscene.


We can separete the User Interface in Game Editor into two main groups:  
We can separete the User Interface in Game Editor into two main groups:


* Content Window - Area where you can see whole inserted content in the opened world (Render View).  
* Content Window - Area where you can see whole inserted content in the opened world (Render View).
* Tool windows - which can be undocked, moved to another monitor, showed or hided ( in panes menu ).  
* Tool windows - which can be undocked, moved to another monitor, showed or hided ( in panes menu ).


{| class="wikitable"
{| class="wikitable align-center-col-1"
! Shortcut !! Description
|-
|-
!colspan="2"|ShortCuts
| {{Controls|Ctrl|O}} || Open dialog with list of *.ent files for loaded
|-
|-
| Ctrl + O || Open dialog with list of *.ent files for loaded
| {{Controls|Ctrl|S}} || Saves the opened map
|-
|-
| Ctrl + S || Saves the opened map
| {{Controls|Ctrl|Z}} || Undo
|-
|-
| Ctrl + Z || Undo
| {{Controls|Ctrl|Y}} || Redo
|-
|-
| Ctrl + Y || Redo
| {{Controls|Ctrl|G}} || Run map in game mode
|-
|-
| Ctrl + G || Run map in game mode
| {{Controls|E}} || Show/hide debug layer (material tool has to be selected)
|-
|-
 
| {{Controls|N}} || Recalculate normal map on the terrain
 
| E || Show/hide debug layer (material tool has to be selected)
|-
|-
| N || Recalculate normal map on the terrain
| {{Controls|B}} || Recalculate supertexture map on the terrain
|-
|-
| B || Recalculate supertexture map on the terrain
| {{Controls|T}} || Insert Entity selected in Template Manager
|-
| T || Insert Entity selected in Template Manager  
|}
|}




== How To Links ==
== How To Links ==
* [[ Game Editor (Workbench) Creating New Terrain | Creating Of New Terrain ]]
* [[Game Editor (Workbench) Creating New Terrain|Creating Of New Terrain]]
* [[ Game Editor (Workbench) Terrain In Engine | Terrain In Engine ]]
* [[Game Editor (Workbench) Terrain In Engine|Terrain In Engine]]


== Game Editor Layout ==
== Game Editor Layout ==
Panels which you can undock are: Entities, Entities Properties, Current Tool<br>
Panels which you can undock are: Entities, Entities Properties, Current Tool<br>
All panels be can (re)opened/closed via toolbar - Panes
All panels be can (re)opened/closed via toolbar - Panes
[[File:GameEditor_Layout.jpg |1280px]]
[[File:GameEditor_Layout.jpg|1280px]]


== Content Window ==
== Content Window ==
Content Window is a render view of world you're editing. A lot of editing is made in this window - entity editing, material painting. There are two control modes:  
Content Window is a render view of world you're editing. A lot of editing is made in this window - entity editing, material painting. There are two control modes:


* Static  
* Static
* Free fly  
* Free fly


You can switch between them with “space”.  
You can switch between them with “space”.
 
In Static mode you can just look around using mouse. In free fly you can go with camera where you want using WASD + mouse.
Mouse wheel will increase/decrease speed. Be careful you can fly very fast and you can go out of the world bounds.


In Static mode you can just look around using mouse. In free fly you can go with camera where you want using WASD + mouse. Mouse wheel will increase/decrease speed. Be careful you can fly very fast and you can go out of the world bounds. 


== Content Window Options ==
== Content Window Options ==
=== View Type ===
=== View Type ===
There can be switched type of view. The first three are good for editing interiors (when you need to see )


* Front
There can be switched type of view. The first three are good for editing interiors (when you need to see )
* Top
* Right


* Perspective  
* Front
* Top
* Right
 
* Perspective


=== Camera ===
=== Camera ===
You can have more cameras in one world. This will switch between them.  
 
You can have more cameras in one world. This will switch between them.


=== Render Options ===
=== Render Options ===
[[File:ContentWindow_options.jpg | thumb ]]
There you can switch on/off (show/hide) a lot of things which are rendered in the game. The most used ones are:


[[File:ContentWindow_options.jpg|thumb]]
There you can switch on/off (show/hide) a lot of things which are rendered in the game. The most used ones are:


* Ocean  
* Ocean
* Postprocess effects  
* Postprocess effects
* Layer debug  
* Layer debug
* Fog
* Fog


=== Compass ===
=== Compass ===
Show/hide compass on the right bottom.  
 
Show/hide compass on the right bottom.


=== Send View ===
=== Send View ===
Here you can send the current view to another Workbench editor. So you can see in another editor how the edited thing will look on the place where you want to put it in the world. For now it's material and particle editor.  
 
Here you can send the current view to another Workbench editor. So you can see in another editor how the edited thing will look on the place where you want to put it in the world. For now it is material and particle editor.


=== Grid ===
=== Grid ===
You can change here the snapping grid of entities. Very useful when editing set of blocks models.  
 
You can change here the snapping grid of entities. Very useful when editing set of blocks models.


=== Content Window Split ===
=== Content Window Split ===
Can be found on the right side. Content Window can be split into more views. How it will be shown can be set in  
Can be found on the right side. Content Window can be split into more views. How it will be shown can be set in
[[ Game Editor (Workbench) Options | WB Options (F3) ]]
[[Game Editor (Workbench) Options|WB Options (F3)]]
 


== Console Log ==
== Console Log ==
In this window you can see error messages or messages from scripting ( using Print() function ). It's stored in console.log file, which can be found in your: user profile -> Documents -> CarrierCommand  
 
In this window you can see error messages or messages from scripting ( using Print() function ).
It is stored in console.log file, which can be found in your: user profile -> Documents -> CarrierCommand
 


== Current Tool ==
== Current Tool ==
Things in this panel is changing depending on the current selected tool. Examples:


* [[ Game Editor (Workbench) Entity Editing | Entity Editing ]]
Things in this panel is changing depending on the current selected tool. Examples:
* [[ Game Editor (Workbench) Material Editing | Material Editing]]
 
* [[Game Editor (Workbench) Entity Editing|Entity Editing]]
* [[Game Editor (Workbench) Material Editing|Material Editing]]
 


== Textures Indicator ==
== Textures Indicator ==
When loading world you have to wait, before you can start editing textures, till they all be loaded, this indicator is red when you can not edit textures, green when all needed files are loaded and you can begin the editing.  
 
When loading world you have to wait, before you can start editing textures, till they all be loaded, this indicator is red when you can not edit textures, green when all needed files are loaded and you can begin the editing.
 


== Tools ==
== Tools ==
Each tool has his own settings, which can be found in Current Tool window.  
 
Each tool has his own settings, which can be found in Current Tool window.




[[ Game Editor (Workbench) Entity Editing | Entity Editing ]]
[[Game Editor (Workbench) Entity Editing|Entity Editing]]


[[File:Tool_Entity.jpg]] Entity Manipulation Tool  
[[File:Tool_Entity.jpg]] Entity Manipulation Tool




[[ Game Editor (Workbench) Terrain Editing | Terrain Editing ]]
[[Game Editor (Workbench) Terrain Editing|Terrain Editing]]


[[File:Tool_Pattern.jpg]] [[ Game Editor (Workbench) Pattern Brush | Pattern Brush ]]
[[File:Tool_Pattern.jpg]] [[Game Editor (Workbench) Pattern Brush|Pattern Brush]]


[[File:Tool_Terrain.jpg]] [[ Game Editor (Workbench) HeightMap Editing | HeightMap Editing ]]
[[File:Tool_Terrain.jpg]] [[Game Editor (Workbench) HeightMap Editing|HeightMap Editing]]


[[File:Tool_Blocks.jpg]] [[ Game Editor (Workbench) Blocks Editing | Blocks Editing ]]
[[File:Tool_Blocks.jpg]] [[Game Editor (Workbench) Blocks Editing|Blocks Editing]]


[[File:Tool_Material.jpg]] [[ Game Editor (Workbench) Material Editing | Material Editing ]]
[[File:Tool_Material.jpg]] [[Game Editor (Workbench) Material Editing|Material Editing]]


[[File:Tool_Other.jpg]] [[ Game Editor (Workbench) Other Terrain Tools | Other Terrain Tools ]]
[[File:Tool_Other.jpg]] [[Game Editor (Workbench) Other Terrain Tools|Other Terrain Tools]]


[[File:Tool_Roads.jpg]] [[ Game Editor (Workbench) Roads Editing | Roads Editing ]]
[[File:Tool_Roads.jpg]] [[Game Editor (Workbench) Roads Editing|Roads Editing]]




[[ Game Editor (Workbench) Other Tools | Other Tools ]]
[[Game Editor (Workbench) Other Tools|Other Tools]]


[[File:Tool_Sky.jpg]] Sky Preset Editor
[[File:Tool_Sky.jpg]] Sky Preset Editor
Line 130: Line 145:
[[File:Tool_Camera.jpg]] Camera Animation
[[File:Tool_Camera.jpg]] Camera Animation


[[File:Tool_Tape.jpg]] Tape tool  
[[File:Tool_Tape.jpg]] Tape tool




[[Category:Carrier Command: Official Tools]]
{{GameCategory|carriercommand|Official Tools}}
[[Category:Take On Mars]]
{{GameCategory|tkom}}

Latest revision as of 18:55, 8 November 2023

This editor is used to create playable content of any game based on EnForce engine. Game Editor is a universal name and its because it is a really universal Editor. You can make corridor levels and also huge open areas. The basic building stone is Entity. Entity is everything - world, terrrain, tree, stone, character, particle or cutscene.

We can separete the User Interface in Game Editor into two main groups:

  • Content Window - Area where you can see whole inserted content in the opened world (Render View).
  • Tool windows - which can be undocked, moved to another monitor, showed or hided ( in panes menu ).
Shortcut Description
Ctrl + O Open dialog with list of *.ent files for loaded
Ctrl + S Saves the opened map
Ctrl + Z Undo
Ctrl + Y Redo
Ctrl + G Run map in game mode
E Show/hide debug layer (material tool has to be selected)
N Recalculate normal map on the terrain
B Recalculate supertexture map on the terrain
T Insert Entity selected in Template Manager


How To Links

Game Editor Layout

Panels which you can undock are: Entities, Entities Properties, Current Tool
All panels be can (re)opened/closed via toolbar - Panes GameEditor Layout.jpg

Content Window

Content Window is a render view of world you're editing. A lot of editing is made in this window - entity editing, material painting. There are two control modes:

  • Static
  • Free fly

You can switch between them with “space”.

In Static mode you can just look around using mouse. In free fly you can go with camera where you want using WASD + mouse. Mouse wheel will increase/decrease speed. Be careful you can fly very fast and you can go out of the world bounds.


Content Window Options

View Type

There can be switched type of view. The first three are good for editing interiors (when you need to see )

  • Front
  • Top
  • Right
  • Perspective

Camera

You can have more cameras in one world. This will switch between them.

Render Options

ContentWindow options.jpg

There you can switch on/off (show/hide) a lot of things which are rendered in the game. The most used ones are:

  • Ocean
  • Postprocess effects
  • Layer debug
  • Fog

Compass

Show/hide compass on the right bottom.

Send View

Here you can send the current view to another Workbench editor. So you can see in another editor how the edited thing will look on the place where you want to put it in the world. For now it is material and particle editor.

Grid

You can change here the snapping grid of entities. Very useful when editing set of blocks models.

Content Window Split

Can be found on the right side. Content Window can be split into more views. How it will be shown can be set in WB Options (F3)


Console Log

In this window you can see error messages or messages from scripting ( using Print() function ). It is stored in console.log file, which can be found in your: user profile -> Documents -> CarrierCommand


Current Tool

Things in this panel is changing depending on the current selected tool. Examples:


Textures Indicator

When loading world you have to wait, before you can start editing textures, till they all be loaded, this indicator is red when you can not edit textures, green when all needed files are loaded and you can begin the editing.


Tools

Each tool has his own settings, which can be found in Current Tool window.


Entity Editing

Tool Entity.jpg Entity Manipulation Tool


Terrain Editing

Tool Pattern.jpg Pattern Brush

Tool Terrain.jpg HeightMap Editing

Tool Blocks.jpg Blocks Editing

Tool Material.jpg Material Editing

Tool Other.jpg Other Terrain Tools

Tool Roads.jpg Roads Editing


Other Tools

Tool Sky.jpg Sky Preset Editor

Tool Camera.jpg Camera Animation

Tool Tape.jpg Tape tool