mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
o Now you can play the JA2 Demo (P1 - Demoville) maps with the features of 1.13 o The Demo has to be started with a special compiled 1.13 demo executable o This demo is as close as possible to the original JA2 Demo o There is a special "ja2_Demo.ini" file for the demo settings. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1430 4f8fa57e-7814-0410-bad4-adc449f26b7c
23 lines
541 B
XML
23 lines
541 B
XML
<!--
|
|
|
|
This file defines garrisons in game.
|
|
|
|
Fields index:
|
|
Sector - it is where garrison will be sitting. Provide valid sector name.
|
|
|
|
Composition - it is composition index of garrison. Composition define quantity
|
|
and quality of enemy forces. Look into ArmyCompositions.xml for
|
|
more information.
|
|
|
|
NOTE: Maximum 100 garrisons can be used in game.
|
|
|
|
Changes require starting of a new game.
|
|
|
|
-->
|
|
<GARRISON_INFO>
|
|
<GARRISON>
|
|
<Sector>P1</Sector>
|
|
<Composition>2</Composition>
|
|
</GARRISON>
|
|
</GARRISON_INFO>
|