ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Scenario"

From ModEnc
Jump to: navigation, search
(Battle.ini flags being moved to separate pages)
(Forgot bottom example)
Line 21: Line 21:
 
==In Theme(md).ini==
 
==In Theme(md).ini==
 
In [[Theme.ini|Theme(md).ini]], this flag denotes at what scenario this theme becomes available. It uses an integer format, i.e, 1 is Mission 1. It is not, by default, campaign specific, i.e. the theme will become available after Mission 1 of any campaign. You can use the [[Side]] tag to provide a form of this though. It defaults to 0, i.e. the theme will always be available if it has <tt>[[Normal|Normal=yes]]</tt> set.
 
In [[Theme.ini|Theme(md).ini]], this flag denotes at what scenario this theme becomes available. It uses an integer format, i.e, 1 is Mission 1. It is not, by default, campaign specific, i.e. the theme will become available after Mission 1 of any campaign. You can use the [[Side]] tag to provide a form of this though. It defaults to 0, i.e. the theme will always be available if it has <tt>[[Normal|Normal=yes]]</tt> set.
 +
It is used in this convention:
 +
<pre>Scenario=x</pre>
 +
Where x is a positive integer.

Revision as of 15:00, 14 April 2007

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: Scanario
File(s): Battle(md).ini / Theme(md).ini
Values: filename / integer
Default: none / 0
Applicable to: Battle(md).ini / Theme(md).ini
Warning: One or more numbered subpages exist: Scenario I. These should be merged into this page.




In Battle(md).ini

In Battle(md).ini, this flag is used to denote the starting mission for this campaign. It is used in this style:

Scenario=*.MAP
.

The file extension is required for this flag.

In Theme(md).ini

In Theme(md).ini, this flag denotes at what scenario this theme becomes available. It uses an integer format, i.e, 1 is Mission 1. It is not, by default, campaign specific, i.e. the theme will become available after Mission 1 of any campaign. You can use the Side tag to provide a form of this though. It defaults to 0, i.e. the theme will always be available if it has Normal=yes set. It is used in this convention:

Scenario=x
Where x is a positive integer.