Difference between revisions of "Journal editor"

From Divinity Engine Wiki
Jump to: navigation, search
Line 31: Line 31:
 
[[File:JournalEditor_Quests_Browser.png|border|none]]
 
[[File:JournalEditor_Quests_Browser.png|border|none]]
 
<sub>The quest browser with each component numbered</sub>
 
<sub>The quest browser with each component numbered</sub>
 +
 +
 +
The quest browser has the following components:
 +
# [[#Quests|Filter]]
 +
# Quest Container <sup>[1]</sup>
 +
# Quest State Container <sup>[1]</sup>
 +
 +
 +
<sup>[1] Click "+" to add a new entry</sup>
  
 
<br />
 
<br />
Line 36: Line 45:
 
[[File:JournalEditor_QuestCategories.png|none]]
 
[[File:JournalEditor_QuestCategories.png|none]]
 
<sub>The quest categories tab with each component numbered</sub>
 
<sub>The quest categories tab with each component numbered</sub>
 +
 +
 +
The quest categories page has the following components:
 +
# Add Row
 +
# [[#Grid|Search]]
 +
# Header <sup>[1]</sup>
 +
# Category ID <sup>[2]</sup>
 +
# Category Description
 +
 +
 +
<sup>[1] The row header can be clicked to select a full row for copying, pasting or deleting</sup>
 +
<sup>[2] This field is unique, duplicate values are not allowed in a column</sup>
  
 
<br />
 
<br />
Line 41: Line 62:
 
[[File:JournalEditor_Markers.png|none]]
 
[[File:JournalEditor_Markers.png|none]]
 
<sub>The markers tab with each component numbered</sub>
 
<sub>The markers tab with each component numbered</sub>
 +
 +
 +
The marker page has the following components:
 +
# Add Row
 +
# [[#Grid|Search]]
 +
# Header <sup>[1]</sup>
 +
# Marker ID <sup>[2]</sup>
 +
# Marker Level
 +
# Marker Target Object GUID
 +
# Marker Target Object Type
 +
# Marker Broadcast Level
 +
# Marker Icon
 +
# Marker Display Text
 +
 +
 +
<sup>[1] The row header can be clicked to select a full row for copying, pasting or deleting</sup>
 +
<sup>[2] This field is unique, duplicate values are not allowed in a column</sup>
  
 
<br />
 
<br />
Line 46: Line 84:
 
[[File:JournalEditor_Recipes.png|none]]
 
[[File:JournalEditor_Recipes.png|none]]
 
<sub>The recipes tab with each component numbered</sub>
 
<sub>The recipes tab with each component numbered</sub>
 +
 +
The recipes page has the following components:
 +
# Add Row
 +
# [[#Grid|Search]]
 +
# Header <sup>[1]</sup>
 +
# Recipe ID <sup>[2]</sup>
 +
# Recipe Title Key (translated string key <sup>[4]</sup>)
 +
# Recipe Title (readonly; translated string's content <sup>[4]</sup>)
 +
# Recipe Description Key (translated string key <sup>[4]</sup>)
 +
# Recipe Description (readonly; translated string's content <sup>[4]</sup>)
 +
# Recipes <sup>[3]</sup>
 +
 +
 +
<sup>[1] The row header can be clicked to select a full row for copying, pasting or deleting</sup>
 +
<sup>[2] This field is unique, duplicate values are not allowed in a column</sup>
 +
<sup>[3] This field uses a custom editor</sup>
 +
<sup>[4] For more info on translated strings, see the [[Translated string key editor|Translated String Key Editor]]</sup>
  
 
<br />
 
<br />
Line 51: Line 106:
 
[[File:JournalEditor_Secrets.png|none]]
 
[[File:JournalEditor_Secrets.png|none]]
 
<sub>The secrets tab with each component numbered</sub>
 
<sub>The secrets tab with each component numbered</sub>
 +
 +
The secrets page has the following components:
 +
# Add Row
 +
# [[#Grid|Search]]
 +
# Header <sup>[1]</sup>
 +
# Secret ID <sup>[2]</sup>
 +
# Secret Title
 +
# Secret Description
 +
# Secret Marker ID <sup>[3]</sup> (see [[#Markers|Markers]])
 +
# Secret Broadcast Level
 +
 +
 +
<sup>[1] The row header can be clicked to select a full row for copying, pasting or deleting</sup>
 +
<sup>[2] This field is unique, duplicate values are not allowed in a column</sup>
 +
<sup>[3] This field uses a custom editor</sup>
  
 
<br />
 
<br />

Revision as of 13:22, 7 August 2017

Description


Using the Journal Editor


File Menu

JournalEditor Menu File.png

The File menu


Project Browser

JournalEditor ProjectBrowser.png

The project browser


Tabs

Quests

JournalEditor Quests.png

The quests tab with each component numbered


The quests tab has the following components:

  1. Quest Browser
  2. Quest Properties
  3. Quest State Browser
  4. Quest State Properties


Quest Browser
JournalEditor Quests Browser.png

The quest browser with each component numbered


The quest browser has the following components:

  1. Filter
  2. Quest Container [1]
  3. Quest State Container [1]


[1] Click "+" to add a new entry


Quest Categories

JournalEditor QuestCategories.png

The quest categories tab with each component numbered


The quest categories page has the following components:

  1. Add Row
  2. Search
  3. Header [1]
  4. Category ID [2]
  5. Category Description


[1] The row header can be clicked to select a full row for copying, pasting or deleting [2] This field is unique, duplicate values are not allowed in a column


Markers

JournalEditor Markers.png

The markers tab with each component numbered


The marker page has the following components:

  1. Add Row
  2. Search
  3. Header [1]
  4. Marker ID [2]
  5. Marker Level
  6. Marker Target Object GUID
  7. Marker Target Object Type
  8. Marker Broadcast Level
  9. Marker Icon
  10. Marker Display Text


[1] The row header can be clicked to select a full row for copying, pasting or deleting [2] This field is unique, duplicate values are not allowed in a column


Recipes

JournalEditor Recipes.png

The recipes tab with each component numbered

The recipes page has the following components:

  1. Add Row
  2. Search
  3. Header [1]
  4. Recipe ID [2]
  5. Recipe Title Key (translated string key [4])
  6. Recipe Title (readonly; translated string's content [4])
  7. Recipe Description Key (translated string key [4])
  8. Recipe Description (readonly; translated string's content [4])
  9. Recipes [3]


[1] The row header can be clicked to select a full row for copying, pasting or deleting [2] This field is unique, duplicate values are not allowed in a column [3] This field uses a custom editor [4] For more info on translated strings, see the Translated String Key Editor


Secrets

JournalEditor Secrets.png

The secrets tab with each component numbered

The secrets page has the following components:

  1. Add Row
  2. Search
  3. Header [1]
  4. Secret ID [2]
  5. Secret Title
  6. Secret Description
  7. Secret Marker ID [3] (see Markers)
  8. Secret Broadcast Level


[1] The row header can be clicked to select a full row for copying, pasting or deleting [2] This field is unique, duplicate values are not allowed in a column [3] This field uses a custom editor


Searching

Quests

JournalEditor Search Quests.png

Quest tab searching

The quest filter textbox allows you to input a string to filter quest categories, quests and quest states by.

There are several filtering options:

  • Default: by default, a search will filter quest categories, quests and quest states by name [1]
  • Prefixed: there are several ways to do an advanced search by prefixing your search by one of the following [2]:
    • "a:" (All): The same as a default search
    • "c:" (Category): filter only by quest category name
    • "q:" (Quest): filter only by quest name
    • "s:" (State): filter only by quest state name


[1] You can filter by multiple strings by space-seperating your queries
[2] You can perform multiple advanced queries at once by comma-seperating your prefixed searches (e.g. "q: redprince, s: wakeup)


Grid

JournalEditor Search Grid.png

Grid searching