mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Development GameDir folder: https://ja2svn.dyndns.org/source/ja2/branches/Wanne/JA2%201.13%20MP/GameDir git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1353 4f8fa57e-7814-0410-bad4-adc449f26b7c
61 lines
2.1 KiB
XML
61 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
Name - name of mission
|
|
Hidden : 1 - hidden mission. Accessible mission after complete of the previous mission; 0 - displayed mission. First mission has to be visible;
|
|
|
|
MaxPages - the quantity of pages max. 20
|
|
PageDescX - Max. page 20 (PageDesc1.. PageDesc20)
|
|
MaxImages - the quantity of pictures. Max. 4
|
|
szFile1 - first picture
|
|
szFile2 - second picture
|
|
szFile3 - third picture
|
|
szFile4 - fourth picture
|
|
ImageDesc1 - the description of first picture
|
|
ImageDesc2 - the description of second picture
|
|
ImageDesc3 - the description of third picture
|
|
ImageDesc4 - the description of fourth picture
|
|
ImagePosition1X - position X of first picture
|
|
ImagePosition1Y - position Y of first picture
|
|
ImagePosition2X - position X of second picture
|
|
ImagePosition2Y - position Y of second picture
|
|
ImagePosition3X - position X of third picture
|
|
ImagePosition3Y - position Y of third picture
|
|
ImagePosition4X - position X of fourth picture
|
|
ImagePosition4Y - position Y of fourth picture
|
|
szSounds - The speech of the briefing.
|
|
NextMission - After the mission complete, activate the next mission. Write number ID of the next mission.
|
|
-->
|
|
|
|
<ENCYCLOPEDIA>
|
|
<!-- Mission 1 -->
|
|
<DATA>
|
|
<uiIndex>0</uiIndex>
|
|
<Name>Mission 1 :</Name>
|
|
<Hidden>0</Hidden>
|
|
<MaxPages>1</MaxPages>
|
|
<PageDesc1>Empty mission</PageDesc1>
|
|
<PageDesc2></PageDesc2>
|
|
<PageDesc3></PageDesc3>
|
|
<PageDesc4></PageDesc4>
|
|
<MaxImages>0</MaxImages>
|
|
<szFile1></szFile1>
|
|
<szFile2></szFile2>
|
|
<szFile3></szFile3>
|
|
<szFile4></szFile4>
|
|
<ImageDesc1>no description</ImageDesc1>
|
|
<ImageDesc2></ImageDesc2>
|
|
<ImageDesc3></ImageDesc3>
|
|
<ImageDesc4></ImageDesc4>
|
|
<ImagePosition1X>120</ImagePosition1X>
|
|
<ImagePosition1Y>55</ImagePosition1Y>
|
|
<ImagePosition2X>120</ImagePosition2X>
|
|
<ImagePosition2Y>55</ImagePosition2Y>
|
|
<ImagePosition3X>120</ImagePosition3X>
|
|
<ImagePosition3Y>55</ImagePosition3Y>
|
|
<ImagePosition4X></ImagePosition4X>
|
|
<ImagePosition4Y></ImagePosition4Y>
|
|
<szSounds></szSounds>
|
|
<NextMission>1</NextMission>
|
|
</DATA>
|
|
</ENCYCLOPEDIA> |