Tools:Dlgedit:Contents: Difference between revisions

From Adonthell
Jump to navigation Jump to search
No edit summary
m Contents: add link to tool installation instructions
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=[http://ebytery.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
The Adonthell Dialogue Editor
The Adonthell Dialogue Editor


== Synopsis ==
== Synopsis ==


This document describes the usage of <tt>dlgedit</tt>, the tool used to create the dialogues between player and non-player characters ([[Plot:Design:NPCs|NPCs]]). A [[Tools:Dlgedit:Tutorial|tutorial]] guides new users through the first steps, before the main controls, project management and Python [[Tools:Dlgedit:Scripting|scripting]] are discussed in detail. Finally, there are some [[Tools:Dlgedit:Writing|hints]] for writing well designed dialogues.  
This document describes the usage of <tt>dlgedit</tt>, the tool used to create the dialogues between player and non-player characters ([[Plot:Design:NPCs|NPCs]]). A [[Tools:Dlgedit:Tutorial|tutorial]] guides new users through the first steps, before the main controls, project management and Python [[Tools:Dlgedit:Scripting|scripting]] are discussed in detail. Finally, there are some [[Tools:Dlgedit:Writing|hints]] for writing well designed dialogues.  


So if you intend to create dialogues for Adonthell or any other game using the Adonthell Engine, this manual is a must read.
So if you intend to create dialogues for Adonthell or any other game using the Adonthell Engine, this manual is a must read.
Line 10: Line 9:
== Contents ==
== Contents ==


# [[Tools:Dlgedit:Installation|Getting the Dialogue Editor]]
# [[Tools:Installation|Installing the Dialogue Editor]]
# [[Tools:Dlgedit:Engine|Understanding the Dialogue Engine]]
# [[Tools:Dlgedit:Engine|Understanding the Dialogue Engine]]
# [[Tools:Dlgedit:Tutorial|A Tutorial]]
# [[Tools:Dlgedit:Tutorial|A Tutorial]]

Latest revision as of 11:53, 26 February 2012

The Adonthell Dialogue Editor

Synopsis

This document describes the usage of dlgedit, the tool used to create the dialogues between player and non-player characters (NPCs). A tutorial guides new users through the first steps, before the main controls, project management and Python scripting are discussed in detail. Finally, there are some hints for writing well designed dialogues.

So if you intend to create dialogues for Adonthell or any other game using the Adonthell Engine, this manual is a must read.

Contents

  1. Installing the Dialogue Editor
  2. Understanding the Dialogue Engine
  3. A Tutorial
  4. The Dialogue Editor
  5. Adding Python Code
  6. Project Management
  7. A Guideline for writing Dialogues