Create tutorial

From UFO:AI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

General

Your tutorials will be available as sequences. You can always start them by typing

seq_start [sequenceID]

to the console.

To let them also appear in the tutorial menu you need to add a few more lines:

tutorial gameplay
{
	name	"_Gameplay"
	sequence	tut_gameplay
}

sequence tut_gameplay
{
	[..]
}

This lets the tutorial with the id tut_gameplay appear in menu with the translatable name Gameplay. As mentioned above you can start this tutorial by typing

seq_start tut_gameplay

to console.

Keys for tutorial

Links