WIN CONDITION

A win condition pack is composed of a Win Condition File and generic SCAR script that will run with a scenario. The Win Condition File is used to define various properties of the win condition (such as its name and options), and the SCAR script is used to evaluate the logic that determines when a game has ended and which team has won.

Archive Structure

ATTRIB:
+-attrib
 +-<attributes>
DATA:
+-ai
 +-personality
  +-*.ai
+-game
 +-winconditions
  +-*.win
+-scar
 +-winconditions
  +-*.scar
+-squadai
 +-*.squadai
+-ui
 +-<icons>
INFO:
+-<mod info>
+-*.dds
+-*.tga
LOCALE:
+-<locale>
 +-<locale>.ucs

See Also