Jump to content

Scenario: Difference between revisions

From ModEnc²
en>Nighthawk200
Battle.ini flags being moved to separate pages
en>Nighthawk200
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 Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Scanario
File(s): Battle(md).ini / Theme(md).ini
Values: filename / integer
Default: none / 0
Applicable to: Battle(md).ini / Theme(md).ini




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.