[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-wiki-changes] CampaignWML
From: |
wiki |
Subject: |
[Wesnoth-wiki-changes] CampaignWML |
Date: |
Sat, 16 Oct 2004 22:27 +0200 |
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.4
(KHTML, like Gecko) Safari/125.9
IP: 66.189.14.56
URI: http://wesnoth.slack.it/?CampaignWML
- - - - -
Index: CampaignWML
===================================================================
RCS file: /home/wesnoth/cvsroot/wikiroot/CampaignWML,v
retrieving revision 1.6
diff -u -r1.6 CampaignWML
--- CampaignWML 15 Oct 2004 18:04:36 -0000 1.6
+++ CampaignWML 16 Oct 2004 20:27:15 -0000
@@ -12,9 +12,13 @@
key, this is a list of descriptions(see DescriptionWML) that correspond to
different difficulty levels.
* //difficulties// a comma(||,||) separated list of preprocessor symbols that
will be stored
depending on the chosen difficulty setting.
-It is assumed that all campaigns will use the symbols ||EASY||, ||NORMAL||,
and ||HARD||.
+It is assumed that all campaigns will use the symbols ||EASY||, ||NORMAL||,
and ||HARD||, but this is not required.
The //difficulties// key must have the same number of arguments as the
//difficulty_descriptions// key.
* //first_scenario// the ID of the first scenario in the campaign
+* //description// (translatable) this will appear next to the campaign when it
is selected in the campaign selection menu
+* //image// the image that will appear next to the campaign when it is
selected in the campaign selection menu
+* //rank// a number that determines the order of campaigns in the campaign
selection menu. Lower //rank// campaigns appear earlier; if not specified, it
+will appear at the end. Currently the mainline campaigns use multiples of 10
from 10 to 50; if you specify this, it should probably not be less than 50.
||See Also||
@@ -22,7 +26,6 @@
* ScenarioWML
* ReferenceWML
* PblWML
-