×
Меню
Индекс

TES CS Introduction

Dialogue Tutorial
Part 1: Introduction
Srikandi, partial edition 7/29/2003*
 
[*Minor errors corrected from 7/28 version -- thanks, Argent and Klinn!]
This is a tutorial for developing dialogue in the TES Construction Set. There are some existing tuts out there already, but none of them is purely on dialogue; they combine dialogue with NPC creation and scripting information. They also only cover a small portion of what's possible with the dialogue interface in the CS. The goal of this tutorial is to be comprehensive: it will cover pretty much everything you can do with dialogue. It takes a step-by-step approach, introducing new concepts one at a time, with several different examples of each before moving on.
This version is incomplete; it covers greetings and topics, including conditions, random responses, results, and choices. Future sections will cover quests and the journal, factions, persuasion, voice, and possibly more.
I assume you already know the basics of the editor, including how to place objects in the world and set their properties; if you don't, you should try a basic CS tutorial or two first. This is NOT a scripting tutorial and does not assume any knowledge of scripting; but script functions and concepts that are directly relevant to dialogue will be introduced.
The tutorial is designed to be used with a small sample .esp file, "DialogTut.esp", included in the zip. This mod includes a new village called "Neverland", with a number of NPCs, places, and objects, in its own interior cell; this is so you can experiment freely without affecting anything in the standard game. Neverland is unconnected to Morrowind proper; you'll travel there for testing purposes by typing "coc Neverland" in the console. This mod is just an .esp; to install it, just put it in Morrowind/Data Files. (Doesn't require Tribunal or Bloodmoon.)
Throughout the tutorial, step-by-step instructions are in light text on a dark background; general reference information is in dark text on a light background, and framed by a border. That's so you can easily refer back to the reference material when you need to.
Questions, corrections, and suggestions are welcome.
Overview of dialogue
A couple of things to know about dialogue in Morrowind:
Because the "all dialogue is for everyone" idea is at the heart of the Morrowind dialogue system, we'll be taking the opposite approach from most tutorials. We'll start with some very general greetings to be said by many people, and then learn different ways to restrict them to certain groups, and finally get to dialogue tailored to a single NPC.
OK, now let's get oriented to the dialogue interface.
Structure of the Dialogue Window
Topic List:
[tabs]
Topic
Voice
Greeting
Persuasion
Journal
 
Info / Response Table
[contents depends on Topic List tab selected]
Info / Response Text Box
[for viewing and editing the full text of an info/response entry]
Troubleshooting
& Sound:
Update Shared By
Journal Preview
Update Hyperlinks
Error Check Results
Sound Filename
Speaker Condition
[for restricting when an info/response entry is said]
 
ID
Race
Class
Faction
Rank
Cell
PC Faction
PC Rank
Sex
Disposition
Function/Variable
[6 slots for complex conditions]
"Filter for" box
[for viewing topics for a particular NPC only]
Result Box
[for script commands that are executed when a dialogue entry is said]
Enough background -- let's start writing!
>> On to Greetings >>