MAPINFO/Episode definition

From ECWolf Wiki
Revision as of 15:16, 2 October 2012 by Blzut3 (talk | contribs) (Created page with "An episode is a selectable starting point for the game. Episodes will appear on the menu in the order they are defined here. There should be at least one episode defined. The ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An episode is a selectable starting point for the game. Episodes will appear on the menu in the order they are defined here. There should be at least one episode defined. The menu will not display when that is the case.

Block syntax

clearepisodes

Removes all previously defined episodes.

episode <map> { properties }

Creates an episode that starts on the specified map.

Block properties

  • key = "<letter>"
Assigns the letter as a hot key for the episode in the menu.
  • lookup = "<string>"
Pulls the name of the episode by a keyword in LANGUAGE.
  • name = "<name>"
Sets the name of the episode as it appears on the menu directly.
  • noskillmenu
Causes the game to start without going through the skill selection. The skill level will be the default.
  • optional
The episode will not appear unless the level it starts on is loaded.
  • picname = "<picture>"
Lump of graphic to display on menu. This will appear before the episode name.
  • remove
Removes this episode from the menu. Of little use.