1<boids>
2	<placement type="bounds">
3		<count>2</count>
4		<minbounds><A>-100</A><B>-100</B><C>30</C></minbounds>
5		<maxbounds><A>355</A><B>355</B><C>75</C></maxbounds>
6		<object type='target'>
7			<model type="MilkShape">data/meshes/f16/f16.txt</model>
8			<modelscale>0.2</modelscale>
9			<nocollision>false</nocollision>
10			<displayshadow>false</displayshadow>
11			<groupname>boids-city1</groupname>
12			<removeaction>Airplane</removeaction>
13		</object>
14	</placement>
15	<movement type="boids">
16		<minbounds><A>-100</A><B>-100</B><C>30</C></minbounds>
17		<maxbounds><A>355</A><B>355</B><C>75</C></maxbounds>
18		<maxvelocity>7.5</maxvelocity>
19		<maxacceleration>5.0</maxacceleration>
20		<cruisedistance>10.0</cruisedistance>
21		<groupname>boids-city1</groupname>
22	</movement>
23	<sound>
24		<position type='set'>
25			<maxsounds>3</maxsounds>
26			<name>boids-city1</name>
27		</position>
28		<timing type='repeat'>
29			<min>15</min>
30			<max>15</max>
31		</timing>
32		<sound type='file'>
33			<file>data/wav/misc/f16_1.wav</file>
34			<file>data/wav/misc/f16_2.wav</file>
35			<gain>0.25</gain>
36		</sound>
37	</sound>
38
39	<placement type="bounds">
40		<count>1</count>
41		<minbounds><A>150</A><B>150</B><C>30</C></minbounds>
42		<maxbounds><A>300</A><B>300</B><C>70</C></maxbounds>
43		<object type='target'>
44			<model type="MilkShape">data/meshes/737ua/737ua.txt</model>
45			<modelscale>0.08</modelscale>
46			<nocollision>false</nocollision>
47			<displayshadow>true</displayshadow>
48			<groupname>boids-city2</groupname>
49			<removeaction>Airplane</removeaction>
50		</object>
51	</placement>
52	<movement type="boids">
53		<minbounds><A>150</A><B>150</B><C>30</C></minbounds>
54		<maxbounds><A>300</A><B>300</B><C>70</C></maxbounds>
55		<maxvelocity>3.0</maxvelocity>
56		<maxacceleration>2.0</maxacceleration>
57		<cruisedistance>7.0</cruisedistance>
58		<groupname>boids-city2</groupname>
59	</movement>
60	<sound>
61		<position type='set'>
62			<maxsounds>1</maxsounds>
63			<name>boids-city2</name>
64		</position>
65		<timing type='repeat'>
66			<min>0</min>
67			<max>2</max>
68		</timing>
69		<sound type='file'>
70			<file>data/wav/misc/t38.wav</file>
71			<gain>0.3</gain>
72		</sound>
73	</sound>
74
75	<placement type="bounds">
76		<count>1</count>
77		<minbounds><A>100</A><B>100</B><C>20</C></minbounds>
78		<maxbounds><A>255</A><B>255</B><C>60</C></maxbounds>
79		<object type='target'>
80			<model type="MilkShape">data/meshes/cessna/cessna.txt</model>
81			<modelscale>0.1</modelscale>
82			<nocollision>false</nocollision>
83			<displayshadow>false</displayshadow>
84			<groupname>boids-city3</groupname>
85			<removeaction>Airplane</removeaction>
86		</object>
87	</placement>
88	<movement type="boids">
89		<minbounds><A>100</A><B>100</B><C>20</C></minbounds>
90		<maxbounds><A>255</A><B>255</B><C>60</C></maxbounds>
91		<maxvelocity>2.5</maxvelocity>
92		<maxacceleration>2.0</maxacceleration>
93		<cruisedistance>5.0</cruisedistance>
94		<groupname>boids-city3</groupname>
95	</movement>
96	<sound>
97		<position type='set'>
98			<maxsounds>1</maxsounds>
99			<name>boids-city3</name>
100		</position>
101		<timing type='repeat'>
102			<min>0</min>
103			<max>2</max>
104		</timing>
105		<sound type='file'>
106			<file>data/wav/misc/cessna.wav</file>
107			<gain>0.3</gain>
108		</sound>
109	</sound>
110
111	<placement type="bounds">
112		<count>1</count>
113		<minbounds><A>100</A><B>100</B><C>10</C></minbounds>
114		<maxbounds><A>255</A><B>255</B><C>60</C></maxbounds>
115		<object type='target'>
116			<model type="MilkShape">data/meshes/ah64d/ah64d.txt</model>
117			<modelscale>0.01</modelscale>
118			<nocollision>false</nocollision>
119			<displayshadow>true</displayshadow>
120			<groupname>boids-city4</groupname>
121			<removeaction>Airplane</removeaction>
122		</object>
123	</placement>
124	<movement type="boids">
125		<minbounds><A>100</A><B>100</B><C>10</C></minbounds>
126		<maxbounds><A>255</A><B>255</B><C>60</C></maxbounds>
127		<maxvelocity>2.5</maxvelocity>
128		<maxacceleration>2.0</maxacceleration>
129		<cruisedistance>4.0</cruisedistance>
130		<groupname>boids-city4</groupname>
131	</movement>
132	<sound>
133		<position type='set'>
134			<maxsounds>1</maxsounds>
135			<name>boids-city4</name>
136		</position>
137		<timing type='repeat'>
138			<min>0</min>
139			<max>2</max>
140		</timing>
141		<sound type='file'>
142			<file>data/wav/misc/apache_1.wav</file>
143			<gain>0.15</gain>
144		</sound>
145	</sound>
146</boids>